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 /common-test | |
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 'common-test')
-rw-r--r-- | common-test/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common-test/pom.xml b/common-test/pom.xml index fc017a907..f50be285f 100644 --- a/common-test/pom.xml +++ b/common-test/pom.xml @@ -35,18 +35,22 @@ <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_jce_full</artifactId> + <optional>true</optional> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> + <optional>true</optional> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> + <optional>true</optional> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xmlParserAPIs</artifactId> + <optional>true</optional> </dependency> </dependencies> </project> |