aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml30
1 files changed, 25 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index e34f12c6..60550f52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>at.asitplus.eidas</groupId>
<artifactId>ms_specific</artifactId>
- <version>1.x</version>
+ <version>1.0.3-snapshot</version>
<packaging>pom</packaging>
<name>MS specific eIDAS components</name>
<properties>
<!-- Project versions-->
- <egiz.eidas.version>1.0.2</egiz.eidas.version>
+ <egiz.eidas.version>1.0.3-snapshot</egiz.eidas.version>
<!-- ===================================================================== -->
@@ -19,6 +19,7 @@
<eaaf-core.version>1.0.8</eaaf-core.version>
<org.springframework.version>5.1.8.RELEASE</org.springframework.version>
+ <org.thymeleaf-spring5.version>3.0.11.RELEASE</org.thymeleaf-spring5.version>
<cxf.version>3.3.2</cxf.version>
<org.apache.commons-lang3.version>3.9</org.apache.commons-lang3.version>
@@ -28,7 +29,8 @@
<joda-time.version>2.10.3</joda-time.version>
<surefire.version>2.22.1</surefire.version>
<org.slf4j.version>1.7.26</org.slf4j.version>
-
+ <mockito-soap-cxf.version>1.0.5</mockito-soap-cxf.version>
+
</properties>
<profiles>
@@ -43,7 +45,7 @@
<repositories>
<repository>
<id>egiz-commons</id>
- <url>http://demo.egiz.gv.at/int-repo/</url>
+ <url>https://apps.egiz.gv.at/maven/</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -111,6 +113,11 @@
<version>${org.springframework.version}</version>
</dependency>
<dependency>
+ <groupId>org.thymeleaf</groupId>
+ <artifactId>thymeleaf-spring5</artifactId>
+ <version>${org.thymeleaf-spring5.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${org.slf4j.version}</version>
@@ -176,6 +183,12 @@
<version>${org.springframework.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.github.skjolber</groupId>
+ <artifactId>mockito-soap-cxf</artifactId>
+ <version>${mockito-soap-cxf.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -213,7 +226,14 @@
<version>${surefire.version}</version>
</dependency>
</dependencies>
- </plugin>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
+
</plugins>
</pluginManagement>
</build>