From 972a350c088baf940d8a2920febec6f1ae35489b Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 3 Sep 2014 12:06:10 -0500 Subject: [PATCH] Candidate fix for dependency issue in odl-restconf feature Change-Id: Icc44a09b83e17f5bbd96f29eb7133b8a006a8733 Signed-off-by: Ed Warnicke --- features/mdsal/pom.xml | 2 ++ features/mdsal/src/main/resources/features.xml | 1 + opendaylight/commons/opendaylight/pom.xml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 41f1eab488..c6856c89fb 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -63,6 +63,8 @@ org.opendaylight.controller sal-dom-xsql-config + config + xml org.opendaylight.controller diff --git a/features/mdsal/src/main/resources/features.xml b/features/mdsal/src/main/resources/features.xml index 0176a0388c..408be621f5 100644 --- a/features/mdsal/src/main/resources/features.xml +++ b/features/mdsal/src/main/resources/features.xml @@ -45,6 +45,7 @@ war mvn:org.opendaylight.controller/sal-rest-connector/${project.version} mvn:com.google.code.gson/gson/${gson.version} + mvn:org.opendaylight.yangtools/yang-data-codec-gson/${yangtools.version} mvn:com.sun.jersey/jersey-core/${jersey.version} mvn:com.sun.jersey/jersey-server/${jersey.version} mvn:com.sun.jersey/jersey-servlet/${jersey.version} diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 1fc32b37d8..2e95307268 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1307,6 +1307,8 @@ org.opendaylight.controller sal-dom-xsql-config ${mdsal.version} + config + xml org.opendaylight.controller -- 2.36.6