Merge "Technical debt MeterUtil, GroupUtil, FlowUtil"
[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>0.4.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     </dependency>
19     <dependency>
20       <groupId>${project.groupId}</groupId>
21       <artifactId>model-flow-service</artifactId>
22     </dependency>
23     <dependency>
24       <groupId>org.opendaylight.controller.model</groupId>
25       <artifactId>model-inventory</artifactId>
26     </dependency>
27     <dependency>
28       <groupId>org.opendaylight.mdsal.model</groupId>
29       <artifactId>opendaylight-l2-types</artifactId>
30     </dependency>
31   </dependencies>
32
33   <scm>
34     <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
35     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
36     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
37     <tag>HEAD</tag>
38   </scm>
39
40 </project>