summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index fb7d6f81..314e73c1 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -2,7 +2,7 @@
<parent>
<artifactId>mocca</artifactId>
<groupId>at.gv.egiz</groupId>
- <version>1.3.25-SNAPSHOT</version>
+ <version>1.3.25</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>utils</artifactId>
@@ -31,5 +31,11 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ <version>2.3.0-b170127.1453</version>
+ </dependency>
+
</dependencies>
</project>