Migrate to odlparent 2.0.0
[groupbasedpolicy.git] / sxp-integration / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
3   This program and the accompanying materials are made available under the
4   terms of the Eclipse Public License v1.0 which accompanies this distribution,
5   and is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8     <modelVersion>4.0.0</modelVersion>
9
10     <parent>
11         <groupId>org.opendaylight.controller</groupId>
12         <artifactId>config-parent</artifactId>
13         <version>0.7.0-SNAPSHOT</version>
14         <relativePath/>
15     </parent>
16
17     <groupId>org.opendaylight.groupbasedpolicy</groupId>
18     <artifactId>sxp-integration</artifactId>
19     <version>0.6.0-SNAPSHOT</version>
20     <packaging>pom</packaging>
21     <!-- <name> formatting is used by autorelease to parse and notify projects on
22        build failure. Please do not modify this unless you have a good reason. -->
23     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
24
25     <properties>
26         <sxp.version>1.5.0-SNAPSHOT</sxp.version>
27     </properties>
28
29     <modules>
30         <module>sxp-ep-provider</module>
31         <module>sxp-ise-adapter</module>
32         <module>ip-sgt-distribution-service</module>
33     </modules>
34
35     <dependencyManagement>
36         <dependencies>
37             <dependency>
38                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
39                 <artifactId>groupbasedpolicy-artifacts</artifactId>
40                 <version>${project.version}</version>
41                 <scope>import</scope>
42                 <type>pom</type>
43             </dependency>
44
45             <!-- sxp -->
46             <dependency>
47                 <groupId>org.opendaylight.sxp</groupId>
48                 <artifactId>sxp-api</artifactId>
49                 <version>${sxp.version}</version>
50             </dependency>
51             <dependency>
52                 <groupId>org.opendaylight.sxp</groupId>
53                 <artifactId>sxp-core</artifactId>
54                 <version>${sxp.version}</version>
55             </dependency>
56         </dependencies>
57     </dependencyManagement>
58
59     <dependencies>
60         <dependency>
61             <groupId>org.opendaylight.groupbasedpolicy</groupId>
62             <artifactId>groupbasedpolicy</artifactId>
63         </dependency>
64         <dependency>
65             <groupId>org.opendaylight.mdsal</groupId>
66             <artifactId>mdsal-binding-dom-codec</artifactId>
67             <version>${mdsalmodel.version}</version>
68         </dependency>
69     </dependencies>
70 </project>