Make applications/pom.xml an aggregator
[openflowplugin.git] / applications / table-miss-enforcer / pom.xml
index c7d339c9b18f0a04c120baf41a90f9a8c8911c23..fc4af23d466f7569beef3e0c420c9693f54e9a1d 100644 (file)
@@ -3,12 +3,15 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
-    <artifactId>applications</artifactId>
+    <artifactId>openflowplugin-parent</artifactId>
     <version>0.10.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>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>