From: tpantelis Date: Sat, 3 May 2014 07:30:58 +0000 (-0400) Subject: Bug 946: Fixed eclipse errors with nagasena projects X-Git-Tag: release/beryllium~642^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=b08236eb57cb4e59fa342d3a015cefc5d8bbf514;p=netconf.git Bug 946: Fixed eclipse errors with nagasena projects - Uploaded the nagasena OSGi bundle jars to nexus with group ID org.openexi. - Changed affected dependencies - Removed thirdparty/org.openexi project Change-Id: I280749e287a7b8e918095cff79729888b7caa4ec Signed-off-by: tpantelis --- diff --git a/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/pax/IdentityRefNetconfTest.java b/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/pax/IdentityRefNetconfTest.java index c54285bc90..0aacfeef83 100644 --- a/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/pax/IdentityRefNetconfTest.java +++ b/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/pax/IdentityRefNetconfTest.java @@ -104,8 +104,8 @@ public class IdentityRefNetconfTest { mavenBundle("org.slf4j", "log4j-over-slf4j").versionAsInProject(), mavenBundle("ch.qos.logback", "logback-core").versionAsInProject(), mavenBundle("ch.qos.logback", "logback-classic").versionAsInProject(), - mavenBundle("org.opendaylight.controller.thirdparty", "nagasena").versionAsInProject(), - mavenBundle("org.opendaylight.controller.thirdparty", "nagasena-rta").versionAsInProject()); + mavenBundle("org.openexi", "nagasena").versionAsInProject(), + mavenBundle("org.openexi", "nagasena-rta").versionAsInProject()); } diff --git a/opendaylight/netconf/netconf-util/pom.xml b/opendaylight/netconf/netconf-util/pom.xml index 65d2954afd..14a71fd9ba 100644 --- a/opendaylight/netconf/netconf-util/pom.xml +++ b/opendaylight/netconf/netconf-util/pom.xml @@ -42,11 +42,11 @@ ganymed - org.opendaylight.controller.thirdparty + org.openexi nagasena - org.opendaylight.controller.thirdparty + org.openexi nagasena-rta diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 86ef75d45f..50e84463f5 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -29,7 +29,6 @@ netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension - ../../third-party/org.openexi