commit | 8dbc732ba29fed3921477467ee9424732014d70b | [log] [tgz] |
---|---|---|
author | vasraz <vasyl.razinkov@est.tech> | Sat Jun 26 14:23:12 2021 +0100 |
committer | Michael Morris <michael.morris@est.tech> | Wed Jul 28 13:32:13 2021 +0000 |
tree | e3a229c8add96bc8c0faf2765651e1b06397705c | |
parent | dd2e1700187449a017b75589aeb0c2dfb989dec7 [diff] |
Upgrade springframework to latest version (5.3.8) Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I5611f4f275f7a81a7f1b65fde36b2c84894f4619 Issue-ID: SDC-3648
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml index c7e7819..39e2732 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml
@@ -41,6 +41,16 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-expression</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies>