diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-08 12:22:57 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-10-08 12:22:57 +0200 |
commit | bfa66b41e723daf7ac7da7cef694ed52c43dbb39 (patch) | |
tree | d2109e01280b44936f65f20a98c66e8b5cba9c42 /id/server/idserverlib/pom.xml | |
parent | 7727f1798299b11bed248ed6a920adf02e43e6b3 (diff) | |
download | moa-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.xml | 20 |
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>
|