Take advantage of AugmentationIdentifier.create()
[controller.git] / opendaylight / md-sal / messagebus-util / pom.xml
index bb407683186e8432302c4a162dffbc7de82196cd..d3c29a0a7e30ecf261042f3d8d96b77eca870031 100644 (file)
@@ -13,20 +13,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.controller</groupId>
-        <artifactId>sal-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <artifactId>mdsal-parent</artifactId>
+        <version>1.10.0-SNAPSHOT</version>
+        <relativePath>../parent</relativePath>
     </parent>
 
+    <groupId>org.opendaylight.controller</groupId>
     <artifactId>messagebus-util</artifactId>
-    <name>${project.artifactId}</name>
-
+    <version>1.10.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
+    <name>${project.artifactId}</name>
 
     <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-core-api</artifactId>
@@ -40,11 +38,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>messagebus-api</artifactId>
         </dependency>
         <!-- Testing Dependencies -->
-        <dependency>
-              <groupId>junit</groupId>
-              <artifactId>junit</artifactId>
-              <scope>test</scope>
-        </dependency>
         <dependency>
               <groupId>org.glassfish.jersey.test-framework.providers</groupId>
               <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
@@ -57,4 +50,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
               <scope>test</scope>
         </dependency>
     </dependencies>
+
 </project>