Honeycomb 1.19.01-RC1
[honeycomb.git] / infra / impl / pom.xml
index 34187bf..9e7135d 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.19.01-RC1</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>io.fd.honeycomb</groupId>
+  <name>${project.artifactId}</name>
   <artifactId>honeycomb-impl</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.19.01-RC1</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
       <artifactId>cfg-init</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <!-- TODO used by NetconfMonitoringReaderModule, get it out of here-->
-    <dependency>
-      <groupId>org.opendaylight.netconf</groupId>
-      <artifactId>ietf-netconf-monitoring</artifactId>
-      <version>1.0.2-Beryllium-SR2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.netconf</groupId>
-      <artifactId>ietf-netconf-monitoring-extension</artifactId>
-      <version>1.0.2-Beryllium-SR2</version>
-    </dependency>
-
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-topology</artifactId>
     </dependency>
+    <!--Required by FakeBindingAwareBroker -> BundleContext-->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>${osgi-core.version}</version>
+    </dependency>
 
-    <!-- Testing Dependencies -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>