Bug 946: Fixed eclipse errors with nagasena projects
authortpantelis <tpanteli@brocade.com>
Sat, 3 May 2014 07:30:58 +0000 (03:30 -0400)
committertpantelis <tpanteli@brocade.com>
Sat, 3 May 2014 09:28:54 +0000 (05:28 -0400)
- 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 <tpanteli@brocade.com>
opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/pax/IdentityRefNetconfTest.java
opendaylight/netconf/netconf-util/pom.xml
opendaylight/netconf/pom.xml

index c54285bc908c817157287022d5dcc92011b0d145..0aacfeef83bf5a51247bb4fb6f516bf47bf155b4 100644 (file)
@@ -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());
 
 
     }
index 65d2954afd9d0f2e1cd607acb170b2b444928cb7..14a71fd9ba6a35c04eb0405df187cec8436be2e2 100644 (file)
       <artifactId>ganymed</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.controller.thirdparty</groupId>
+      <groupId>org.openexi</groupId>
       <artifactId>nagasena</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.controller.thirdparty</groupId>
+      <groupId>org.openexi</groupId>
       <artifactId>nagasena-rta</artifactId>
     </dependency>
 
index 86ef75d45f8b4d5eaec418a25d1b248bada9eb11..50e84463f5651948f408ef703ce6ee2d93590330 100644 (file)
@@ -29,7 +29,6 @@
     <module>netconf-monitoring</module>
     <module>ietf-netconf-monitoring</module>
     <module>ietf-netconf-monitoring-extension</module>
-    <module>../../third-party/org.openexi</module>
   </modules>
 
   <dependencies>