apply checkstyle check during build for neutron-mapper
[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.12.0-SNAPSHOT</version>
14         <relativePath/>
15     </parent>
16
17     <groupId>org.opendaylight.groupbasedpolicy</groupId>
18     <artifactId>sxp-integration</artifactId>
19     <version>0.7.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.6.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.controller</groupId>
39                 <artifactId>mdsal-artifacts</artifactId>
40                 <version>1.7.0-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             <dependency>
64                 <groupId>org.opendaylight.sxp</groupId>
65                 <artifactId>sxp-controller</artifactId>
66                 <version>${sxp.version}</version>
67             </dependency>
68         </dependencies>
69     </dependencyManagement>
70
71     <dependencies>
72         <dependency>
73             <groupId>org.opendaylight.groupbasedpolicy</groupId>
74             <artifactId>groupbasedpolicy</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.mdsal</groupId>
78             <artifactId>mdsal-binding-dom-codec</artifactId>
79             <version>${mdsalmodel.version}</version>
80         </dependency>
81         <dependency>
82             <groupId>org.opendaylight.controller</groupId>
83             <artifactId>sal-binding-broker-impl</artifactId>
84             <scope>test</scope>
85         </dependency>
86     </dependencies>
87 </project>