aboutsummaryrefslogtreecommitdiff
path: root/id
diff options
context:
space:
mode:
Diffstat (limited to 'id')
-rw-r--r--id/assembly-auth.xml2
-rw-r--r--id/assembly-proxy.xml2
-rw-r--r--id/server/auth/pom.xml2
-rw-r--r--id/server/idserverlib/pom.xml2
-rw-r--r--id/server/proxy/pom.xml2
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>