diff options
author | JulienBe <julien.bertozzi@intl.att.com> | 2020-06-24 17:31:27 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-25 05:12:02 +0000 |
commit | 56f99ec6ce4cf9ae5a0c9bf162164aa1c05413b3 (patch) | |
tree | 311486442cabb366898fc9a91d78a262df71023c /openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services | |
parent | e9cb7eb287f88938b0a2f6d2cd0743e6ac2867f8 (diff) |
Rationalize maven dependencies
Issue-ID: SDC-3149
Signed-off-by: JulienBe <julien.bertozzi@intl.att.com>
Change-Id: I1ee42494a4cc5b185b6dfcbee44399d2960cf880
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
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 205f92502c..147f5fa628 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 @@ -58,11 +58,6 @@ <artifactId>jackson-core</artifactId> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>com.github.tomakehurst</groupId> <artifactId>wiremock-standalone</artifactId> <version>${wire-mock.version}</version> @@ -75,4 +70,4 @@ </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |