diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-28 11:53:33 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-28 11:53:33 +0000 |
commit | 6be52df44678056f95d36f08361b94e2befeb044 (patch) | |
tree | 64895fe31a4c193ab7810932ad19d80e93d96bd8 /id/server | |
parent | c6e7d0eb0d545b136cc64724010e6d9368a7974c (diff) | |
download | moa-id-spss-6be52df44678056f95d36f08361b94e2befeb044.tar.gz moa-id-spss-6be52df44678056f95d36f08361b94e2befeb044.tar.bz2 moa-id-spss-6be52df44678056f95d36f08361b94e2befeb044.zip |
Xalan artifact serializer.jar added.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@968 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/auth/pom.xml | 10 | ||||
-rw-r--r-- | id/server/idserverlib/pom.xml | 8 | ||||
-rw-r--r-- | id/server/proxy/pom.xml | 10 |
3 files changed, 22 insertions, 6 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index b3bb1f8b0..54f7ee54e 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -98,8 +98,14 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> + <groupId>xalan-bin-dist</groupId> + <artifactId>xml-apis</artifactId> + <!-- should be provided by the container or jre --> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>xalan-bin-dist</groupId> + <artifactId>serializer</artifactId> <!-- should be provided by the container or jre --> <scope>provided</scope> </dependency> diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 1fbcfeb0c..22dadc5b9 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -40,14 +40,18 @@ <artifactId>xercesImpl</artifactId> </dependency> <dependency> - <groupId>xerces</groupId> - <artifactId>xmlParserAPIs</artifactId> + <groupId>xalan-bin-dist</groupId> + <artifactId>xml-apis</artifactId> </dependency> <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>xalan</artifactId> </dependency> <dependency> + <groupId>xalan-bin-dist</groupId> + <artifactId>serializer</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index 24024c9c7..3c29d62b5 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -100,11 +100,17 @@ <scope>provided</scope>
</dependency>
<dependency>
- <groupId>xerces</groupId>
- <artifactId>xmlParserAPIs</artifactId>
+ <groupId>xalan-bin-dist</groupId>
+ <artifactId>xml-apis</artifactId>
<!-- should be provided by the container or jre -->
<scope>provided</scope>
</dependency>
+ <dependency> + <groupId>xalan-bin-dist</groupId> + <artifactId>serializer</artifactId> + <!-- should be provided by the container or jre --> + <scope>provided</scope> + </dependency> </dependencies>
</project>
|