aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2020-09-08 15:15:03 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2020-09-08 15:15:03 +0200
commitf14d7b14905c3a3cf313fa18fbc93c8f18730862 (patch)
treef7f6df379c06cfad840ebff8fc5eebbb07e27ce5
parentc0544b328452ae3cfcd8a768e30afbb30744fb7b (diff)
downloadmoa-id-spss-f14d7b14905c3a3cf313fa18fbc93c8f18730862.tar.gz
moa-id-spss-f14d7b14905c3a3cf313fa18fbc93c8f18730862.tar.bz2
moa-id-spss-f14d7b14905c3a3cf313fa18fbc93c8f18730862.zip
add missing dependency for builds with Java 11
-rw-r--r--id/server/moa-id-jaxb_classes/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/id/server/moa-id-jaxb_classes/pom.xml b/id/server/moa-id-jaxb_classes/pom.xml
index 1f1730d99..bb042233d 100644
--- a/id/server/moa-id-jaxb_classes/pom.xml
+++ b/id/server/moa-id-jaxb_classes/pom.xml
@@ -64,4 +64,18 @@
</plugins>
</build>
+ <dependencies>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <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>
+ </dependencies>
</project> \ No newline at end of file