Release Carbon
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-ne-location-provider / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.odlparent</groupId>
8         <artifactId>single-feature-parent</artifactId>
9         <version>1.8.1-Carbon</version>
10         <relativePath/>
11     </parent>
12
13     <groupId>org.opendaylight.groupbasedpolicy</groupId>
14     <artifactId>odl-groupbasedpolicy-ne-location-provider</artifactId>
15     <version>0.5.1-Carbon</version>
16     <packaging>feature</packaging>
17     <!--
18          NE Location Provider
19     -->
20     <name>OpenDaylight :: groupbasedpolicy :: NE location provider</name>
21
22     <dependencyManagement>
23         <dependencies>
24             <!-- ODL-GBP-ARTIFACTS -->
25             <dependency>
26                 <groupId>${project.groupId}</groupId>
27                 <artifactId>groupbasedpolicy-artifacts</artifactId>
28                 <version>${project.version}</version>
29                 <type>pom</type>
30                 <scope>import</scope>
31             </dependency>
32         </dependencies>
33     </dependencyManagement>
34
35     <dependencies>
36         <dependency>
37             <groupId>${project.groupId}</groupId>
38             <artifactId>l2-l3-domain-extension</artifactId>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>ne-location-provider</artifactId>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>odl-groupbasedpolicy-base</artifactId>
47             <type>xml</type>
48             <classifier>features</classifier>
49             <scope>runtime</scope>
50         </dependency>
51         <dependency>
52             <groupId>${project.groupId}</groupId>
53             <artifactId>l2-l3-domain-extension</artifactId>
54             <type>xml</type>
55             <classifier>config</classifier>
56             <scope>runtime</scope>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>ne-location-provider</artifactId>
61             <type>xml</type>
62             <classifier>config</classifier>
63             <scope>runtime</scope>
64         </dependency>
65     </dependencies>
66 </project>