aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-04-16 13:48:50 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-04-16 13:48:50 +0200
commitd28e5b6e0d0793558f3328c5a420c17bdd606104 (patch)
treef8b2188362307b4db26a2c21d1539c28d5e003ea /id/server/idserverlib/pom.xml
parente4583b9f0797b2d748c15725247e7c9ae6b31172 (diff)
downloadmoa-id-spss-d28e5b6e0d0793558f3328c5a420c17bdd606104.tar.gz
moa-id-spss-d28e5b6e0d0793558f3328c5a420c17bdd606104.tar.bz2
moa-id-spss-d28e5b6e0d0793558f3328c5a420c17bdd606104.zip
update library versions
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r--id/server/idserverlib/pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index dbfc19b68..9465b56d1 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -113,8 +113,6 @@
<dependency>
<groupId>at.gv.util</groupId>
<artifactId>egovutils</artifactId>
- <!-- <version>1.0.7</version> -->
- <version>2.0.0</version>
<exclusions>
<exclusion>
<groupId>com.sun</groupId>
@@ -142,6 +140,16 @@
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-frontend-jaxws</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http</artifactId>
+ </dependency>
+
<dependency>
<groupId>javax.xml.bind</groupId>