11cb64debccdba556da17251ee346c0c55f60695
[packetcable.git] / features-packetcable-policy / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2015 CableLabs, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>features-parent</artifactId>
15         <version>1.6.0-SNAPSHOT</version>
16         <relativePath />
17     </parent>
18     <artifactId>features-packetcable-policy</artifactId>
19     <groupId>org.opendaylight.packetcable</groupId>
20     <name>${project.artifactId}</name>
21     <version>1.3.0-SNAPSHOT</version>
22     <properties>
23         <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
24         <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
25         <restconf.version>1.3.0-SNAPSHOT</restconf.version>
26         <feature.test.version>1.6.0-SNAPSHOT</feature.test.version>
27     </properties>
28     <dependencies>
29         <dependency>
30             <groupId>org.opendaylight.yangtools</groupId>
31             <artifactId>features-yangtools</artifactId>
32             <version>${yangtools.version}</version>
33             <classifier>features</classifier>
34             <type>xml</type>
35             <scope>runtime</scope>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.controller</groupId>
39             <artifactId>features-mdsal</artifactId>
40             <version>${mdsal.version}</version>
41             <classifier>features</classifier>
42             <type>xml</type>
43             <scope>runtime</scope>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.netconf</groupId>
47             <artifactId>features-restconf</artifactId>
48             <classifier>features</classifier>
49             <version>${restconf.version}</version>
50             <type>xml</type>
51             <scope>runtime</scope>
52         </dependency>
53         <dependency>
54           <groupId>org.opendaylight.packetcable</groupId>
55           <artifactId>packetcable-policy-server</artifactId>
56           <version>${project.version}</version>
57           <classifier>config</classifier>
58           <type>xml</type>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.packetcable</groupId>
62             <artifactId>packetcable-policy-server</artifactId>
63             <version>${project.version}</version>
64         </dependency>
65         <dependency>
66             <groupId>org.opendaylight.packetcable</groupId>
67             <artifactId>packetcable-policy-model</artifactId>
68             <version>${project.version}</version>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.packetcable</groupId>
72             <artifactId>packetcable-driver</artifactId>
73             <version>${project.version}</version>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.odlparent</groupId>
77             <artifactId>features-test</artifactId>
78             <version>${feature.test.version}</version>
79             <scope>test</scope>
80         </dependency>
81     </dependencies>
82 </project>