Fixed pom spring version configuration 92/94192/3
authork.kedron <k.kedron@partner.samsung.com>
Fri, 23 Aug 2019 09:16:35 +0000 (11:16 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Mon, 26 Aug 2019 10:36:33 +0000 (10:36 +0000)
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

openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/pom.xml

index b1adca2..fa59ed1 100644 (file)
@@ -64,8 +64,7 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
             <scope>test</scope>
+            <version>${spring.framework.version}</version>
         </dependency>
     </dependencies>
-
-    
 </project>