diff options
Diffstat (limited to 'id/moa-spss-container')
-rw-r--r-- | id/moa-spss-container/pom.xml | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/id/moa-spss-container/pom.xml b/id/moa-spss-container/pom.xml index c69990361..d66a09621 100644 --- a/id/moa-spss-container/pom.xml +++ b/id/moa-spss-container/pom.xml @@ -107,7 +107,7 @@ <dependency> <groupId>iaik.prod</groupId> <artifactId>iaik_jce_full</artifactId> - <scope>provided</scope> + <!-- <scope>provided</scope> --> </dependency> <dependency> <groupId>iaik.prod</groupId> @@ -185,23 +185,27 @@ <optional>true</optional> </dependency> + + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> - <version>2.2.11</version> - </dependency> - + <version>${jaxb.version}</version> + </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> - <version>2.2.11</version> + <version>${jaxb.version}</version> </dependency> <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>xalan</artifactId> <!-- should be provided by the container or jre --> - <scope>provided</scope> + <!-- <scope>provided</scope> --> <exclusions> <exclusion> <artifactId>serializer</artifactId> @@ -213,19 +217,19 @@ <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <!-- should be provided by the container or jre --> - <scope>provided</scope> + <!-- <scope>provided</scope> --> </dependency> <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>xml-apis</artifactId> <!-- should be provided by the container or jre --> - <scope>provided</scope> + <!-- <scope>provided</scope> --> </dependency> <dependency> <groupId>xalan-bin-dist</groupId> <artifactId>serializer</artifactId> <!-- should be provided by the container or jre --> - <scope>provided</scope> + <!-- <scope>provided</scope> --> </dependency> </dependencies> |