From e328c5367111cfebc0fc51ba79df1429a78fade7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 25 Mar 2014 02:54:55 +0100 Subject: [PATCH] Global cleanup of restconf client dependencies Change-Id: I4f94360010fa068f2e77a51f112218da6bb366fe Signed-off-by: Robert Varga --- restconf/restconf-client-api/pom.xml | 20 +++-- restconf/restconf-common/pom.xml | 12 ++- restconf/restconf-util/pom.xml | 125 ++++++++++++++++----------- 3 files changed, 99 insertions(+), 58 deletions(-) diff --git a/restconf/restconf-client-api/pom.xml b/restconf/restconf-client-api/pom.xml index 942b83f68e..91e08bd124 100644 --- a/restconf/restconf-client-api/pom.xml +++ b/restconf/restconf-client-api/pom.xml @@ -8,9 +8,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - 4.0.0 - restconf-client-api - bundle + 4.0.0 + restconf-client-api + bundle org.opendaylight.yangtools @@ -18,21 +18,29 @@ 0.6.2-SNAPSHOT + + org.opendaylight.yangtools + concepts + org.opendaylight.yangtools yang-binding org.opendaylight.yangtools - concepts + yang-common org.opendaylight.yangtools - restconf-jaxrs-api + yang-data-impl org.opendaylight.yangtools - binding-generator-impl + yang-model-api + + + com.google.guava + guava diff --git a/restconf/restconf-common/pom.xml b/restconf/restconf-common/pom.xml index a074bf12c3..934fe1686b 100644 --- a/restconf/restconf-common/pom.xml +++ b/restconf/restconf-common/pom.xml @@ -15,6 +15,16 @@ restconf-parent 0.6.2-SNAPSHOT + restconf-common - jar + bundle + + + + + org.apache.felix + maven-bundle-plugin + + + diff --git a/restconf/restconf-util/pom.xml b/restconf/restconf-util/pom.xml index 830957179d..3174f7ca0e 100644 --- a/restconf/restconf-util/pom.xml +++ b/restconf/restconf-util/pom.xml @@ -19,55 +19,78 @@ restconf-util jar - - - org.opendaylight.yangtools - restconf-jaxrs-api - - - org.opendaylight.yangtools - yang-data-api - - - org.slf4j - slf4j-api - - - org.opendaylight.yangtools - yang-data-api - - - org.opendaylight.yangtools - yang-data-impl - - - com.sun.jersey - jersey-client - 1.17 - - - org.opendaylight.yangtools - restconf-client-api - - - commons-io - commons-io - - - xml-apis - xml-apis - 2.0.2 - - - junit - junit - test - - - org.opendaylight.yangtools.model - ietf-topology-isis - 2013.10.21.2-SNAPSHOT - test - - + + + org.slf4j + slf4j-api + + + org.opendaylight.yangtools + restconf-client-api + + + org.opendaylight.yangtools + restconf-jaxrs-api + + + org.opendaylight.yangtools + yang-binding + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.yangtools + yang-data-api + + + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-model-api + + + commons-io + commons-io + + + com.google.guava + guava + + + javax.ws.rs + javax.ws.rs-api + + + + com.sun.jersey + jersey-client + 1.17 + + + xml-apis + xml-apis + 2.0.2 + + + + junit + junit + test + + + org.opendaylight.yangtools.model + ietf-topology-isis + 2013.10.21.2-SNAPSHOT + test + + + org.opendaylight.yangtools + binding-generator-impl + test + + -- 2.36.6