summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0cafe7a..913aae1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>at.gv.util</groupId>
<artifactId>egovutils</artifactId>
- <version>2.0.4</version>
+ <version>2.0.6</version>
<name>zuseutil</name>
<url>http://maven.apache.org</url>
<properties>
@@ -67,6 +67,12 @@
<version>2.3</version>
</dependency> -->
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.3.0</version>
+</dependency>
+
<!-- Apache CXF libs-->
<dependency>
<groupId>org.apache.cxf</groupId>