2ae0c2b015d1e71ca116e4a4fc97ea47faf3888f
[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.mdsal</groupId>
12         <artifactId>binding-parent</artifactId>
13         <version>0.11.1-SNAPSHOT</version>
14         <relativePath/>
15     </parent>
16
17     <groupId>org.opendaylight.groupbasedpolicy</groupId>
18     <artifactId>sxp-integration</artifactId>
19     <version>0.6.1-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.1-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.controller</groupId>
39                 <artifactId>mdsal-artifacts</artifactId>
40                 <version>1.6.1-SNAPSHOT</version>
41                 <type>pom</type>
42                 <scope>import</scope>
43             </dependency>
44             <dependency>
45                 <groupId>org.opendaylight.groupbasedpolicy</groupId>
46                 <artifactId>groupbasedpolicy-artifacts</artifactId>
47                 <version>${project.version}</version>
48                 <scope>import</scope>
49                 <type>pom</type>
50             </dependency>
51
52             <!-- sxp -->
53             <dependency>
54                 <groupId>org.opendaylight.sxp</groupId>
55                 <artifactId>sxp-api</artifactId>
56                 <version>${sxp.version}</version>
57             </dependency>
58             <dependency>
59                 <groupId>org.opendaylight.sxp</groupId>
60                 <artifactId>sxp-core</artifactId>
61                 <version>${sxp.version}</version>
62             </dependency>
63         </dependencies>
64     </dependencyManagement>
65
66     <dependencies>
67         <dependency>
68             <groupId>org.opendaylight.groupbasedpolicy</groupId>
69             <artifactId>groupbasedpolicy</artifactId>
70         </dependency>
71         <dependency>
72             <groupId>org.opendaylight.mdsal</groupId>
73             <artifactId>mdsal-binding-dom-codec</artifactId>
74             <version>${mdsalmodel.version}</version>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.controller</groupId>
78              <artifactId>sal-binding-broker-impl</artifactId>
79              <type>test-jar</type>
80              <scope>test</scope>
81         </dependency>
82     </dependencies>
83 </project>