Bump versions by x.y.(z+1)
[openflowplugin.git] / applications / table-miss-enforcer / pom.xml
index a1c613c0f86f1cc49e3f62f6081f9ed39614a0f8..141d4fe8c3b0b3ab14e993facf6e462c84142037 100644 (file)
@@ -3,13 +3,21 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
-    <artifactId>applications</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <artifactId>openflowplugin-parent</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
+
   <groupId>org.opendaylight.openflowplugin.applications</groupId>
   <artifactId>table-miss-enforcer</artifactId>
   <packaging>bundle</packaging>
+
   <dependencies>
+      <dependency>
+          <groupId>javax.annotation</groupId>
+          <artifactId>javax.annotation-api</artifactId>
+          <optional>true</optional>
+      </dependency>
       <dependency>
           <groupId>org.opendaylight.openflowplugin</groupId>
           <artifactId>openflowplugin-api</artifactId>
       <dependency>
           <groupId>org.opendaylight.infrautils</groupId>
           <artifactId>infrautils-util</artifactId>
-          <version>${infrautils.version}</version>
       </dependency>
       <dependency>
           <groupId>org.opendaylight.openflowplugin.applications</groupId>
           <artifactId>device-ownership-service</artifactId>
           <version>${project.version}</version>
       </dependency>
-      <dependency>
-          <groupId>org.mockito</groupId>
-          <artifactId>mockito-core</artifactId>
-          <scope>test</scope>
-      </dependency>
-      <dependency>
-          <groupId>junit</groupId>
-          <artifactId>junit</artifactId>
-          <scope>test</scope>
-      </dependency>
   </dependencies>
 
 </project>