diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -96,6 +96,13 @@ <artifactId>javax.jws-api</artifactId> <version>${jwsapi.version}</version> </dependency> + <!-- egov utils. + checkout https://gitlab.iaik.tugraz.at/egiz/egovutils/commits/2.0.7 and run mvn install --> + <dependency> + <groupId>at.gv.util</groupId> + <artifactId>egovutils</artifactId> + <version>2.0.7-snapshot</version> + </dependency> </dependencies> <build> |