diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -4,7 +4,7 @@ <groupId>at.gv.egiz</groupId> <artifactId>mocca</artifactId> <packaging>pom</packaging> - <version>1.3.25</version> + <version>1.3.25-SNAPSHOT</version> <name>MOCCA</name> <description>MOCCA (Modular Open Citizen Card Architecture) project</description> <url>http://joinup.ec.europa.eu/site/mocca/</url> @@ -56,7 +56,7 @@ <connection>scm:git:http://git.egiz.gv.at/git/mocca</connection> <developerConnection>scm:git:ssh://gitlab@gitlab.iaik.tugraz.at/egiz/mocca.git</developerConnection> <url>http://git.egiz.gv.at/mocca</url> - <tag>mocca-1.3.25</tag> + <tag>HEAD</tag> </scm> <organization> <name>E-Government Innovation Center (EGIZ)</name> @@ -400,12 +400,16 @@ <artifactId>jaxb-impl</artifactId> <version>2.2.11</version> </dependency> - <dependency> - <groupId>org.glassfish.metro</groupId> - <artifactId>webservices-rt</artifactId> - <version>2.3.1</version> -</dependency> - + <dependency> + <groupId>com.sun.xml.ws</groupId> + <artifactId>jaxws-rt</artifactId> + <version>2.2.10</version> + </dependency> + <dependency> + <groupId>com.sun.xml.ws</groupId> + <artifactId>policy</artifactId> + <version>2.7.1</version> + </dependency> <!-- version not defined in BKUOnline pom "include-webstart" profile, | it wouldn't be adjusted by release:prepare --> <dependency> |