BUG-2613: Migrating Openflow Specific models from controller project to openflowplugi...
[openflowplugin.git] / model / model-flow-base / 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-base</artifactId>
12   <packaging>bundle</packaging>
13
14   <dependencies>
15     <dependency>
16       <groupId>org.opendaylight.controller.model</groupId>
17       <artifactId>model-inventory</artifactId>
18     </dependency>
19     <dependency>
20       <groupId>org.opendaylight.yangtools.model</groupId>
21       <artifactId>opendaylight-l2-types</artifactId>
22     </dependency>
23   </dependencies>
24
25   <scm>
26     <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
27     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
28     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
29     <tag>HEAD</tag>
30   </scm>
31
32 </project>