Bump to odlparent 3.1.0 and yangtools 2.0.3
[packetcable.git] / features-packetcable-policy / odl-packetcable-policy-server / 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     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>3.1.0</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.packetcable</groupId>
13     <artifactId>odl-packetcable-policy-server</artifactId>
14     <version>1.8.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <name>OpenDaylight :: packetcable :: policy :: Provider</name>
18
19     <dependencyManagement>
20         <dependencies>
21             <dependency>
22                 <groupId>org.opendaylight.controller</groupId>
23                 <artifactId>mdsal-artifacts</artifactId>
24                 <version>1.8.0-SNAPSHOT</version>
25                 <type>pom</type>
26                 <scope>import</scope>
27             </dependency>
28             <dependency>
29                 <groupId>org.opendaylight.netconf</groupId>
30                 <artifactId>restconf-artifacts</artifactId>
31                 <version>1.8.0-SNAPSHOT</version>
32                 <type>pom</type>
33                 <scope>import</scope>
34             </dependency>
35             <dependency>
36                 <groupId>org.opendaylight.openflowplugin</groupId>
37                 <artifactId>openflowplugin-artifacts</artifactId>
38                 <version>0.7.0-SNAPSHOT</version>
39                 <type>pom</type>
40                 <scope>import</scope>
41             </dependency>
42         </dependencies>
43     </dependencyManagement>
44
45     <dependencies>
46         <dependency>
47             <groupId>org.opendaylight.controller</groupId>
48             <artifactId>odl-mdsal-broker</artifactId>
49             <type>xml</type>
50             <classifier>features</classifier>
51         </dependency>
52         <dependency>
53             <groupId>org.opendaylight.netconf</groupId>
54             <artifactId>odl-mdsal-apidocs</artifactId>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.openflowplugin</groupId>
60             <artifactId>odl-openflowplugin-nsf-model</artifactId>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64         <dependency>
65             <groupId>org.opendaylight.packetcable</groupId>
66             <artifactId>odl-packetcable-policy-model</artifactId>
67             <version>${project.version}</version>
68             <type>xml</type>
69             <classifier>features</classifier>
70         </dependency>
71         <dependency>
72             <groupId>${project.groupId}</groupId>
73             <artifactId>packetcable-policy-model</artifactId>
74             <version>${project.version}</version>
75         </dependency>
76         <dependency>
77             <groupId>${project.groupId}</groupId>
78             <artifactId>packetcable-driver</artifactId>
79             <version>${project.version}</version>
80         </dependency>
81     </dependencies>
82
83 </project>