summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-03-08 08:05:25 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-03-08 08:05:25 +0100
commitd76f0f952c96c396e3ad8b7a1b4c0a42aa1bca4f (patch)
tree38d2337124782f8fb046def5869e627cc519dcd1 /pom.xml
parent32376822fd108ddd820a98b93135ef798c2510b6 (diff)
downloadegovutils-d76f0f952c96c396e3ad8b7a1b4c0a42aa1bca4f.tar.gz
egovutils-d76f0f952c96c396e3ad8b7a1b4c0a42aa1bca4f.tar.bz2
egovutils-d76f0f952c96c396e3ad8b7a1b4c0a42aa1bca4f.zip
update libs and switch to new version2.0.6
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>