90994355cf14a28ba4975538d2166f624678cf88
[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.7.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.4.0-SNAPSHOT</version>
22     <properties>
23         <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
24         <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
25         <restconf.version>1.4.0-SNAPSHOT</restconf.version>
26         <feature.test.version>1.7.0-SNAPSHOT</feature.test.version>
27         <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
28     </properties>
29     <dependencies>
30         <dependency>
31             <groupId>org.opendaylight.yangtools</groupId>
32             <artifactId>features-yangtools</artifactId>
33             <version>${yangtools.version}</version>
34             <classifier>features</classifier>
35             <type>xml</type>
36             <scope>runtime</scope>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.controller</groupId>
40             <artifactId>features-mdsal</artifactId>
41             <version>${mdsal.version}</version>
42             <classifier>features</classifier>
43             <type>xml</type>
44             <scope>runtime</scope>
45         </dependency>
46         <dependency>
47           <groupId>org.opendaylight.mdsal.model</groupId>
48           <artifactId>features-mdsal-model</artifactId>
49           <version>${mdsal.model.version}</version>
50           <classifier>features</classifier>
51           <type>xml</type>
52           <scope>runtime</scope>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.netconf</groupId>
56             <artifactId>features-restconf</artifactId>
57             <classifier>features</classifier>
58             <version>${restconf.version}</version>
59             <type>xml</type>
60             <scope>runtime</scope>
61         </dependency>
62         <dependency>
63           <groupId>org.opendaylight.packetcable</groupId>
64           <artifactId>packetcable-policy-server</artifactId>
65           <version>${project.version}</version>
66           <classifier>config</classifier>
67           <type>xml</type>
68         </dependency>
69         <dependency>
70             <groupId>org.opendaylight.packetcable</groupId>
71             <artifactId>packetcable-policy-server</artifactId>
72             <version>${project.version}</version>
73         </dependency>
74         <dependency>
75             <groupId>org.opendaylight.packetcable</groupId>
76             <artifactId>packetcable-policy-model</artifactId>
77             <version>${project.version}</version>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.packetcable</groupId>
81             <artifactId>packetcable-driver</artifactId>
82             <version>${project.version}</version>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.odlparent</groupId>
86             <artifactId>features-test</artifactId>
87             <version>${feature.test.version}</version>
88             <scope>test</scope>
89         </dependency>
90     </dependencies>
91 </project>