aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-10-08 12:22:57 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-10-08 12:22:57 +0200
commitbfa66b41e723daf7ac7da7cef694ed52c43dbb39 (patch)
treed2109e01280b44936f65f20a98c66e8b5cba9c42 /id/server/idserverlib/pom.xml
parent7727f1798299b11bed248ed6a920adf02e43e6b3 (diff)
downloadmoa-id-spss-bfa66b41e723daf7ac7da7cef694ed52c43dbb39.tar.gz
moa-id-spss-bfa66b41e723daf7ac7da7cef694ed52c43dbb39.tar.bz2
moa-id-spss-bfa66b41e723daf7ac7da7cef694ed52c43dbb39.zip
add SZR request to get baseID
Diffstat (limited to 'id/server/idserverlib/pom.xml')
-rw-r--r--id/server/idserverlib/pom.xml20
1 files changed, 18 insertions, 2 deletions
diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml
index 00d128ca5..833f869e5 100644
--- a/id/server/idserverlib/pom.xml
+++ b/id/server/idserverlib/pom.xml
@@ -83,11 +83,27 @@
<artifactId>webservices-tools</artifactId>
<version>2.3</version>
</dependency> -->
- <dependency>
+<!-- <dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>webservices-rt</artifactId>
<version>2.3</version>
- </dependency>
+ </dependency> -->
+
+ <dependency>
+ <groupId>at.gv.util</groupId>
+ <artifactId>egovutils</artifactId>
+ <version>1.0.7</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>javax.xml.bind</groupId>