Make applications/pom.xml an aggregator
[openflowplugin.git] / applications / lldp-speaker / pom.xml
index 1a6fb8b9c0a7bd5146363431259c188d6d1ad425..24aa3015b4c515140e3f3aa05f4887d390b233fb 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>lldp-speaker</artifactId>
     <packaging>bundle</packaging>
+
     <dependencies>
         <dependency>
             <groupId>javax.annotation</groupId>
@@ -18,6 +21,7 @@
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
+            <version>3.0.2</version>
             <optional>true</optional>
         </dependency>
         <dependency>