diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-22 18:54:53 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-22 18:54:53 +0000 |
commit | 7537351b14d0738d9e16bef4fad8380c3a0b0f21 (patch) | |
tree | 9ac2a7c3d2f4bf5f10d3127592c1e7074fb75c13 /id/server/idserverlib | |
parent | 61480a264a69a8c4ae2d445722fc53533f0249bd (diff) | |
download | moa-id-spss-7537351b14d0738d9e16bef4fad8380c3a0b0f21.tar.gz moa-id-spss-7537351b14d0738d9e16bef4fad8380c3a0b0f21.tar.bz2 moa-id-spss-7537351b14d0738d9e16bef4fad8380c3a0b0f21.zip |
minor build fixes/improvements
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@934 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r-- | id/server/idserverlib/pom.xml | 10 |
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> |