diff options
-rw-r--r-- | connector/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 23 |
2 files changed, 18 insertions, 9 deletions
diff --git a/connector/pom.xml b/connector/pom.xml index f6b12537..719678d8 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -54,6 +54,10 @@ <artifactId>spring-webmvc</artifactId> </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> @@ -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> |