aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-07-10 12:32:26 +0200
committergjoranv <gv@oath.com>2018-07-10 17:08:16 +0200
commit330a0a097485e7a3e53e3178dabc66725975592d (patch)
tree2f368f311e221211da0a1292638930d5db1c243c /jdisc_core/pom.xml
parentc0abb43b274cfec954ba99841b7483e6c3849643 (diff)
Add jaxb-core and jaxb-impl dependencies and export their packages.
- Needed for Jersey (2.23, and most likely also later versions)
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 6b22aa4a985..efa4e62affd 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -22,6 +22,14 @@
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.sun.activation</groupId>
<artifactId>javax.activation</artifactId>
</dependency>
@@ -240,6 +248,8 @@
<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/jaxb-core.jar</argument>
+ <argument>${project.build.directory}/dependency/jaxb-impl.jar</argument>
<argument>${project.build.directory}/dependency/javax.activation.jar</argument>
</arguments>
</configuration>