diff options
Diffstat (limited to 'id')
| -rw-r--r-- | id/assembly-auth.xml | 3 | ||||
| -rw-r--r-- | id/assembly-proxy.xml | 3 | ||||
| -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 | 
5 files changed, 26 insertions, 8 deletions
| diff --git a/id/assembly-auth.xml b/id/assembly-auth.xml index bde8a7bba..c92e30179 100644 --- a/id/assembly-auth.xml +++ b/id/assembly-auth.xml @@ -63,7 +63,8 @@                          <includes>
                              <include>xalan-bin-dist:xalan</include>
                              <include>xerces:xercesImpl</include>
 -                            <include>xerces:xmlParserAPIs</include>
 +                            <include>xalan-bin-dist:xml-apis</include> +                            <include>xalan-bin-dist:serializer</include>
                          </includes>
                          <outputDirectory>/endorsed</outputDirectory>                          <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping> diff --git a/id/assembly-proxy.xml b/id/assembly-proxy.xml index a24e3d217..6817b70be 100644 --- a/id/assembly-proxy.xml +++ b/id/assembly-proxy.xml @@ -49,7 +49,8 @@                          <includes>
                              <include>xalan-bin-dist:xalan</include>
                              <include>xerces:xercesImpl</include>
 -                            <include>xerces:xmlParserAPIs</include>
 +                            <include>xalan-bin-dist:xml-apis</include> +                            <include>xalan-bin-dist:serializer</include>
                          </includes>
                          <outputDirectory>/endorsed</outputDirectory>
                          <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping> 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>
 | 
