Bump honeycomb version to 1.17.10-SNAPSHOT
[honeycomb.git] / infra / impl / pom.xml
index 4a316ce..c7b2c6d 100644 (file)
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</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.17.10-SNAPSHOT</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>
 
-    <!-- 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>
-
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-artifacts</id>
-            <goals>
-              <goal>attach-artifact</goal>
-            </goals>
-            <phase>package</phase>
-            <configuration>
-              <artifacts>
-                <artifact>
-                  <file>${config.file}</file>
-                  <type>xml</type>
-                  <classifier>config</classifier>
-                </artifact>
-                <artifact>
-                  <file>src/main/config/netconf-north-config.xml</file>
-                  <type>xml</type>
-                  <classifier>netconf</classifier>
-                </artifact>
-                <artifact>
-                  <file>src/main/config/initializer-config.xml</file>
-                  <type>xml</type>
-                  <classifier>init</classifier>
-                </artifact>
-                <artifact>
-                  <file>src/main/config/context-datatree-config.xml</file>
-                  <type>xml</type>
-                  <classifier>context</classifier>
-                </artifact>
-                <artifact>
-                  <file>src/main/config/restconf-north-config.xml</file>
-                  <type>xml</type>
-                  <classifier>restconf</classifier>
-                </artifact>
-              </artifacts>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>