From decd2dff3b5b8aff53be52c825e45186d5c16e99 Mon Sep 17 00:00:00 2001 From: vempo Date: Mon, 23 Jul 2018 19:07:37 +0300 Subject: Removed forced dependencies in common Moved dependencies from "dependencies" to "dependencyManagement" so that they aren't inherited unconditionally to child modules. Organized and cleaned up dependencies, aligned versions. Change-Id: I27c7792135ec5b7b2b5b49527bc0ac0d09b024b1 Issue-ID: SDC-1065 Signed-off-by: vempo --- .../openecomp-sdc-notification-worker/pom.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker') diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index d39c5c5cb7..b93d9566c7 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -37,7 +37,6 @@ com.google.code.gson gson - 2.3.1 com.googlecode.json-simple @@ -56,17 +55,20 @@ ${http.core.version} provided + + javax.ws.rs + javax.ws.rs-api + provided + - com.datastax.cassandra - cassandra-driver-core - 3.4.0 - test + com.datastax.cassandra + cassandra-driver-core + test junit junit test - ${junit.version} -- cgit 1.2.3-korg