diff options
author | Michael Lando <ml636r@att.com> | 2017-02-27 23:48:43 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-27 23:48:43 +0200 |
commit | c0ac015cec8813f835b2aec44c8e7e6c1eacf574 (patch) | |
tree | c103f3848f448b8c5b74fe95512045b41be58fc9 /openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | |
parent | 33d78d887168bffc3e71dc9ac1b3569ef13bc12c (diff) |
update pom to remove spring from parent pom
Change-Id: I100ee305833f4409ad8417efee1c2f7ef9a24750
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index 0dea1b3ff9..f326d45cb2 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -100,6 +100,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> + <version>4.1.3.RELEASE</version> </dependency> </dependencies> |