Eliminate blueprint for southbound-cli commands
[openflowplugin.git] / model / model-flow-statistics / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
4   <modelVersion>4.0.0</modelVersion>
5
6   <parent>
7     <groupId>org.opendaylight.openflowplugin</groupId>
8     <artifactId>openflowplugin-parent</artifactId>
9     <version>0.19.0-SNAPSHOT</version>
10     <relativePath>../../parent</relativePath>
11   </parent>
12
13   <groupId>org.opendaylight.openflowplugin.model</groupId>
14   <artifactId>model-flow-statistics</artifactId>
15   <packaging>bundle</packaging>
16
17   <dependencies>
18     <dependency>
19       <groupId>${project.groupId}</groupId>
20       <artifactId>model-flow-base</artifactId>
21     </dependency>
22     <dependency>
23       <groupId>${project.groupId}</groupId>
24       <artifactId>model-flow-service</artifactId>
25     </dependency>
26     <dependency>
27       <groupId>${project.groupId}</groupId>
28       <artifactId>model-inventory</artifactId>
29     </dependency>
30   </dependencies>
31
32   <scm>
33     <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
34     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
35     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
36     <tag>HEAD</tag>
37   </scm>
38
39 </project>