aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork.kedron <k.kedron@partner.samsung.com>2019-08-23 11:16:35 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-08-26 10:36:33 +0000
commitc63f73abb5519005b3366ceb9cb9b24339f6412a (patch)
tree4bea7c012a49283263bc064e37886c3f8ddd822d
parentcdd280010c3d61c34553b08e09eba5e8df6d56fc (diff)
Fixed pom spring version configuration
Fixed pom configuration in the application-config-rest-service Issue-ID: SDC-2326 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: I1ea39c42dcb0d257ee3c47e2920550dda07010ce
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
index b1adca25f6..fa59ed1250 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml
@@ -64,8 +64,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>test</scope>
+ <version>${spring.framework.version}</version>
</dependency>
</dependencies>
-
-
</project>