diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-28 07:35:22 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-28 07:35:22 +0000 |
commit | ef5f57de87191f8296359c4141d562453d15ca20 (patch) | |
tree | 89883b4721a8caf1456e097dd4767655499f1bd0 /id | |
parent | b7f3ed77f614672e8fb57ec6fb9f8ebcd0221b14 (diff) | |
download | moa-id-spss-ef5f57de87191f8296359c4141d562453d15ca20.tar.gz moa-id-spss-ef5f57de87191f8296359c4141d562453d15ca20.tar.bz2 moa-id-spss-ef5f57de87191f8296359c4141d562453d15ca20.zip |
The xalan.jar of the official xalan distribution and the one in the central repository differ. So, we are going to include the official one in our own distribution to prevent from problems with different versions in the endorsed directory of the servlet container or jre.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@966 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id')
-rw-r--r-- | id/assembly-auth.xml | 2 | ||||
-rw-r--r-- | id/assembly-proxy.xml | 2 | ||||
-rw-r--r-- | id/server/auth/pom.xml | 2 | ||||
-rw-r--r-- | id/server/idserverlib/pom.xml | 2 | ||||
-rw-r--r-- | id/server/proxy/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/id/assembly-auth.xml b/id/assembly-auth.xml index eceffa00a..bde8a7bba 100644 --- a/id/assembly-auth.xml +++ b/id/assembly-auth.xml @@ -61,7 +61,7 @@ <dependencySets>
<dependencySet>
<includes>
- <include>xalan:xalan</include>
+ <include>xalan-bin-dist:xalan</include>
<include>xerces:xercesImpl</include>
<include>xerces:xmlParserAPIs</include>
</includes>
diff --git a/id/assembly-proxy.xml b/id/assembly-proxy.xml index 20f05d775..a24e3d217 100644 --- a/id/assembly-proxy.xml +++ b/id/assembly-proxy.xml @@ -47,7 +47,7 @@ <dependencySets>
<dependencySet>
<includes>
- <include>xalan:xalan</include>
+ <include>xalan-bin-dist:xalan</include>
<include>xerces:xercesImpl</include>
<include>xerces:xmlParserAPIs</include>
</includes>
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index d0c8c1612..b3bb1f8b0 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -86,7 +86,7 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>xalan</groupId> + <groupId>xalan-bin-dist</groupId> <artifactId>xalan</artifactId> <!-- should be provided by the container or jre --> <scope>provided</scope> diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 7c30ddbe2..1fbcfeb0c 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -44,7 +44,7 @@ <artifactId>xmlParserAPIs</artifactId> </dependency> <dependency> - <groupId>xalan</groupId> + <groupId>xalan-bin-dist</groupId> <artifactId>xalan</artifactId> </dependency> <dependency> diff --git a/id/server/proxy/pom.xml b/id/server/proxy/pom.xml index ee8c38c29..24024c9c7 100644 --- a/id/server/proxy/pom.xml +++ b/id/server/proxy/pom.xml @@ -88,7 +88,7 @@ <scope>provided</scope>
</dependency>
<dependency>
- <groupId>xalan</groupId>
+ <groupId>xalan-bin-dist</groupId>
<artifactId>xalan</artifactId>
<!-- should be provided by the container or jre -->
<scope>provided</scope>
|