commit | c8fcbbc2a9cc964ba1d4b872562b8f4185047308 | [log] [tgz] |
---|---|---|
author | Tomasz Golabek <tomasz.golabek@nokia.com> | Tue Jul 09 08:42:59 2019 +0200 |
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | Thu Jul 11 11:16:56 2019 +0200 |
tree | a9b009cb90aa7ee47df2fcda40393dcdc8354cf1 | |
parent | 57844f30fc90a9b5007180c2da7a06977942d4fe [diff] [blame] |
Added oparent to sdc main Removed errors regarding to a missing license and others. Started locally and executed basic api tests Change-Id: Iea37613defc97f7b40613d60c10990841cb2a209 Issue-ID: SDC-2419 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml index 398e636..7d4f00b 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml
@@ -69,7 +69,8 @@ </dependency> <dependency> <groupId>com.github.tomakehurst</groupId> - <artifactId>wiremock</artifactId> + <artifactId>wiremock-standalone</artifactId> + <version>2.6.0</version> <scope>test</scope> </dependency> <dependency>