Bug 1254 - yet another attempt to exclude yang generated files from sonar report
[openflowplugin.git] / openflowplugin-api / pom.xml
index 77ac89693840acd96071966c45f39ed1ed24e6b6..86c38810123bc8c2e6d8b8aa6d25640ee27510a2 100644 (file)
             </plugin>
         </plugins>
     </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.controller.model</groupId>
+            <artifactId>model-flow-service</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller.model</groupId>
+            <artifactId>model-flow-statistics</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowjava</groupId>
+            <artifactId>openflow-protocol-api</artifactId>
+        </dependency>
+    </dependencies>
 
-</project>
\ No newline at end of file
+</project>