aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 14 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 42ed2b86..5ed5f0b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,23 +10,23 @@
<properties>
<!-- Project versions-->
- <egiz.eidas.version>1.0.0</egiz.eidas.version>
+ <egiz.eidas.version>1.0.1-snapshot</egiz.eidas.version>
<!-- ===================================================================== -->
<egiz-spring-api>0.1</egiz-spring-api>
<egiz-eventlog-slf4jBackend>0.4</egiz-eventlog-slf4jBackend>
- <eaaf-core.version>1.0.4</eaaf-core.version>
+ <eaaf-core.version>1.0.5</eaaf-core.version>
- <org.springframework.version>4.3.20.RELEASE</org.springframework.version>
- <cxf.version>3.2.6</cxf.version>
+ <org.springframework.version>5.1.5.RELEASE</org.springframework.version>
+ <cxf.version>3.2.8</cxf.version>
- <org.apache.commons-lang3.version>3.8</org.apache.commons-lang3.version>
- <org.apache.commons-text.version>1.4</org.apache.commons-text.version>
- <commons-collections4.version>4.2</commons-collections4.version>
- <com.google.guava.version>27.0-jre</com.google.guava.version>
+ <org.apache.commons-lang3.version>3.8.1</org.apache.commons-lang3.version>
+ <org.apache.commons-text.version>1.6</org.apache.commons-text.version>
+ <commons-collections4.version>4.3</commons-collections4.version>
+ <com.google.guava.version>27.0.1-jre</com.google.guava.version>
<joda-time.version>2.10.1</joda-time.version>
- <surefire.version>2.22.0</surefire.version>
+ <surefire.version>2.22.1</surefire.version>
<org.slf4j.version>1.7.25</org.slf4j.version>
</properties>
@@ -106,6 +106,11 @@
<version>${org.springframework.version}</version>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>${org.springframework.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${org.slf4j.version}</version>