BUG-2613: Migrating Openflow Specific models from controller project to openflowplugi...
[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.model</groupId>
8     <artifactId>model-parent</artifactId>
9     <version>1.2.0-SNAPSHOT</version>
10   </parent>
11   <artifactId>model-flow-statistics</artifactId>
12   <packaging>bundle</packaging>
13
14   <dependencies>
15     <dependency>
16       <groupId>${project.groupId}</groupId>
17       <artifactId>model-flow-base</artifactId>
18       <version>${project.version}</version>
19     </dependency>
20     <dependency>
21       <groupId>${project.groupId}</groupId>
22       <artifactId>model-flow-service</artifactId>
23       <version>${project.version}</version>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.controller.model</groupId>
27       <artifactId>model-inventory</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.yangtools.model</groupId>
31       <artifactId>opendaylight-l2-types</artifactId>
32     </dependency>
33   </dependencies>
34
35   <scm>
36     <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
37     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
38     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
39     <tag>HEAD</tag>
40   </scm>
41
42 </project>