summaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2018-06-25 15:30:33 +0200
committerGitHub <noreply@github.com>2018-06-25 15:30:33 +0200
commitef6a5975fc0534320cd9fdf5d9820eaa228cc938 (patch)
treee83084702fe52d5d6d97b752af23f1f201b24594 /jdisc_core/pom.xml
parent101fcd3df14e0c069f91f1741086e9707321741a (diff)
Revert "Gjoranv/java9 prep 12"
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 6b22aa4a985..246265203cb 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -16,17 +16,6 @@
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<dependencies>
- <!-- Necessary for jaxb support from java 9. (Could be deployed as bundles since 2.2.11.) -->
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sun.activation</groupId>
- <artifactId>javax.activation</artifactId>
- </dependency>
- <!-- jaxb end -->
-
<dependency>
<!-- Newer version than the one in rt.jar, including the ElementTraversal class needed by Xerces (Aug 2015, still valid Sep 2017) -->
<groupId>xml-apis</groupId>
@@ -239,8 +228,6 @@
<argument>${project.build.directory}/dependency/log4j-over-slf4j.jar</argument>
<argument>${project.build.directory}/dependency/config-lib.jar</argument>
<argument>${project.build.directory}/dependency/yolean.jar</argument>
- <argument>${project.build.directory}/dependency/jaxb-api.jar</argument>
- <argument>${project.build.directory}/dependency/javax.activation.jar</argument>
</arguments>
</configuration>
</execution>