diff options
author | Michael Lando <ml636r@att.com> | 2017-02-27 22:14:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-02-27 22:14:16 +0000 |
commit | 3db1568ddb6a1d8801de38f0aeeab70b81e8df24 (patch) | |
tree | 66093ed05dbfadecd71595c61e0e9ffd9c86c4dd /openecomp-be/api | |
parent | 9b074cd5feb1ec7f2bfacb3730632a5c55645ca4 (diff) | |
parent | c0ac015cec8813f835b2aec44c8e7e6c1eacf574 (diff) |
Merge "update pom to remove spring from parent pom"
Diffstat (limited to 'openecomp-be/api')
-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> |