From b1ff55db0292d039d8ef052a1a0d18e3424cca23 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 15 Oct 2018 10:10:50 +0200 Subject: [PATCH] spring upgraded to the newest 4.3 --- pom.xml | 9 +++------ rest-api/pom.xml | 21 --------------------- web/pom.xml | 24 ------------------------ 3 files changed, 3 insertions(+), 51 deletions(-) diff --git a/pom.xml b/pom.xml index fd2cfd9161..1b4f19bf58 100644 --- a/pom.xml +++ b/pom.xml @@ -30,12 +30,9 @@ <mockito.version>2.23.0</mockito.version> - <springframework.version>4.2.2.RELEASE</springframework.version> - <springframework.security.version>4.0.3.RELEASE</springframework.security.version> - - <springframework.security.oauth.version>2.0.12.RELEASE</springframework.security.oauth.version> - - <springframework.webflow.version>2.4.2.RELEASE</springframework.webflow.version> + <springframework.version>4.3.19.RELEASE</springframework.version> + <springframework.security.version>4.2.8.RELEASE</springframework.security.version> + <springframework.webflow.version>2.4.8.RELEASE</springframework.webflow.version> <xml-apis.version>1.4.01</xml-apis.version> diff --git a/rest-api/pom.xml b/rest-api/pom.xml index 41bbb39bfa..cfceaad6ea 100644 --- a/rest-api/pom.xml +++ b/rest-api/pom.xml @@ -50,30 +50,9 @@ <version>${springframework.webflow.version}</version> <exclusions> <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-expression</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> - </exclusions> </dependency> diff --git a/web/pom.xml b/web/pom.xml index 3239c10ffe..7a1b7275c3 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -79,30 +79,6 @@ <version>${springframework.webflow.version}</version> <exclusions> <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-expression</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-webmvc</artifactId> - </exclusion> - <exclusion> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> -- GitLab