Release Carbon
[groupbasedpolicy.git] / features / odl-groupbasedpolicy-ios-xe / 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-ios-xe</artifactId>
15     <version>0.5.1-Carbon</version>
16     <packaging>feature</packaging>
17     <!--
18        IOS-XE renderer
19     -->
20     <name>OpenDaylight :: groupbasedpolicy :: ios-xe renderer</name>
21
22     <properties>
23         <sfc.version>0.5.1-Carbon</sfc.version>
24         <sxp.version>1.4.1-Carbon</sxp.version>
25         <netconf.version>1.2.1-Carbon</netconf.version>
26     </properties>
27
28     <dependencyManagement>
29         <dependencies>
30             <!-- ODL-GBP-ARTIFACTS -->
31             <dependency>
32                 <groupId>${project.groupId}</groupId>
33                 <artifactId>groupbasedpolicy-artifacts</artifactId>
34                 <version>${project.version}</version>
35                 <type>pom</type>
36                 <scope>import</scope>
37             </dependency>
38             <!-- ODL-NETCONF-ARTIFACTS -->
39             <dependency>
40                 <groupId>org.opendaylight.netconf</groupId>
41                 <artifactId>netconf-artifacts</artifactId>
42                 <version>${netconf.version}</version>
43                 <type>pom</type>
44                 <scope>import</scope>
45             </dependency>
46         </dependencies>
47     </dependencyManagement>
48
49     <dependencies>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>l2-l3-domain-extension</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>ios-xe-renderer</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>odl-groupbasedpolicy-base</artifactId>
61             <type>xml</type>
62             <classifier>features</classifier>
63             <scope>runtime</scope>
64         </dependency>
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>odl-groupbasedpolicy-sxp-ep-provider</artifactId>
68             <type>xml</type>
69             <classifier>features</classifier>
70             <scope>runtime</scope>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>odl-groupbasedpolicy-ip-sgt-distribution-service</artifactId>
75             <type>xml</type>
76             <classifier>features</classifier>
77             <scope>runtime</scope>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.sfc</groupId>
81             <artifactId>odl-sfc-provider</artifactId>
82             <version>${sfc.version}</version>
83             <type>xml</type>
84             <classifier>features</classifier>
85             <scope>runtime</scope>
86         </dependency>
87         <dependency>
88             <groupId>org.opendaylight.sxp</groupId>
89             <artifactId>odl-sxp-core</artifactId>
90             <version>${sxp.version}</version>
91             <type>xml</type>
92             <classifier>features</classifier>
93             <scope>runtime</scope>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.netconf</groupId>
97             <artifactId>odl-netconf-clustered-topology</artifactId>
98             <type>xml</type>
99             <classifier>features</classifier>
100             <scope>runtime</scope>
101         </dependency>
102         <dependency>
103             <groupId>${project.groupId}</groupId>
104             <artifactId>ios-xe-renderer</artifactId>
105             <type>xml</type>
106             <classifier>config</classifier>
107             <scope>runtime</scope>
108         </dependency>
109     </dependencies>
110 </project>