diff options
Diffstat (limited to 'spss/server/serverlib/pom.xml')
-rw-r--r-- | spss/server/serverlib/pom.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/spss/server/serverlib/pom.xml b/spss/server/serverlib/pom.xml index ced3dacc2..481464f63 100644 --- a/spss/server/serverlib/pom.xml +++ b/spss/server/serverlib/pom.xml @@ -141,6 +141,46 @@ <artifactId>moa-spss-tools</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>iaik</groupId>
+ <artifactId>iaik_tsl</artifactId>
+ <!-- <version>0.0.1-SNAPSHOT</version> -->
+ </dependency>
+ <dependency>
+ <groupId>iaik</groupId>
+ <artifactId>iaik.util</artifactId>
+ <!-- <version>0.23</version> -->
+ </dependency>
+ <dependency>
+ <groupId>iaik</groupId>
+ <artifactId>iaik.xsect</artifactId>
+ <!-- <version>1.1709142</version> -->
+ </dependency>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <!-- <version>2.2.6</version>-->
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <!-- <version>2.2.5</version>-->
+ </dependency>
+ <dependency>
+ <groupId>org.xerial</groupId>
+ <artifactId>sqlite-jdbc</artifactId>
+ <!-- <version>3.7.8-SNAPSHOT</version>-->
+ </dependency>
+ <dependency>
+ <groupId>iaik</groupId>
+ <artifactId>iaik.jsse</artifactId>
+ <!-- <version>4.4</version>-->
+ </dependency>
+
+
+
+
</dependencies>
<build>
|