aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r--id/server/idserverlib/pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index 357ec0750..6add66ebe 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -25,7 +25,6 @@
<dependency>
<groupId>axis</groupId>
<artifactId>axis</artifactId>
- <version>1.4</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
@@ -39,14 +38,17 @@
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -93,11 +95,13 @@
<dependency>
<groupId>iaik.prod</groupId>
<artifactId>iaik_ecc</artifactId>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>iaik.prod</groupId>
<artifactId>iaik_jce_full</artifactId>
<scope>provided</scope>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>iaik.prod</groupId>
@@ -108,8 +112,8 @@
<artifactId>iaik_X509TrustManager</artifactId>
</dependency>
<dependency>
- <groupId>regexp</groupId>
- <artifactId>regexp</artifactId>
+ <groupId>regexp</groupId>
+ <artifactId>regexp</artifactId>
</dependency>
</dependencies>
<build>