e7b3bc50ded32021863e82f446ceeaeacdda0535
[ovsdb.git] / southbound / southbound-it / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: --><!--
3 Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10
11   <parent>
12     <groupId>org.opendaylight.ovsdb</groupId>
13     <artifactId>it</artifactId>
14     <version>1.3.0-SNAPSHOT</version>
15     <relativePath>../../commons/it</relativePath>
16   </parent>
17   <modelVersion>4.0.0</modelVersion>
18   <groupId>org.opendaylight.ovsdb</groupId>
19   <artifactId>southbound-it</artifactId>
20   <version>1.3.0-SNAPSHOT</version>
21   <packaging>jar</packaging>
22   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
23   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
24   <licenses>
25     <license>
26       <name>Eclipse Public License v1.0</name>
27       <url>http://www.eclipse.org/legal/epl-v10.html</url>
28     </license>
29   </licenses>
30   <developers>
31     <developer>
32       <name>Sam Hague</name>
33       <email>shague@gmail.com</email>
34       <url>https://github.com/shague</url>
35     </developer>
36   </developers>
37   <scm>
38     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
39     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
40     <tag>HEAD</tag>
41     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
42   </scm>
43
44   <properties>
45     <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
46   </properties>
47
48   <dependencyManagement>
49     <dependencies>
50       <dependency>
51         <groupId>${project.groupId}</groupId>
52         <artifactId>southbound-artifacts</artifactId>
53         <version>${project.version}</version>
54         <type>pom</type>
55         <scope>import</scope>
56       </dependency>
57       <dependency>
58         <groupId>org.opendaylight.controller</groupId>
59         <artifactId>config-artifacts</artifactId>
60         <version>0.5.0-SNAPSHOT</version>
61         <type>pom</type>
62         <scope>import</scope>
63       </dependency>
64       <dependency>
65         <groupId>org.opendaylight.controller</groupId>
66         <artifactId>mdsal-artifacts</artifactId>
67         <version>${controller.mdsal.version}</version>
68         <type>pom</type>
69         <scope>import</scope>
70       </dependency>
71     </dependencies>
72   </dependencyManagement>
73   <dependencies>
74     <dependency>
75       <groupId>org.opendaylight.controller</groupId>
76       <artifactId>sal-binding-api</artifactId>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.controller</groupId>
80       <artifactId>sal-common-api</artifactId>
81     </dependency>
82     <dependency>
83       <groupId>${project.groupId}</groupId>
84       <artifactId>southbound-features</artifactId>
85       <classifier>features</classifier>
86       <type>xml</type>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.controller</groupId>
90       <artifactId>config-util</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>${project.groupId}</groupId>
94       <artifactId>utils.southbound-utils</artifactId>
95       <version>${project.version}</version>
96     </dependency>
97     <!-- Dependencies for pax exam karaf container -->
98     <dependency>
99       <groupId>org.ops4j.pax.exam</groupId>
100       <artifactId>pax-exam-container-karaf</artifactId>
101       <scope>compile</scope>
102     </dependency>
103     <dependency>
104       <groupId>org.ops4j.pax.exam</groupId>
105       <artifactId>pax-exam-junit4</artifactId>
106       <scope>compile</scope>
107     </dependency>
108     <dependency>
109       <groupId>org.ops4j.pax.exam</groupId>
110       <artifactId>pax-exam</artifactId>
111       <scope>compile</scope>
112     </dependency>
113     <dependency>
114       <groupId>org.ops4j.pax.url</groupId>
115       <artifactId>pax-url-aether</artifactId>
116       <scope>compile</scope>
117     </dependency>
118     <dependency>
119       <groupId>javax.inject</groupId>
120       <artifactId>javax.inject</artifactId>
121       <version>1</version>
122       <scope>compile</scope>
123     </dependency>
124     <dependency>
125       <groupId>org.apache.karaf.features</groupId>
126       <artifactId>org.apache.karaf.features.core</artifactId>
127       <version>${karaf.version}</version>
128       <scope>compile</scope>
129     </dependency>
130     <dependency>
131       <groupId>org.osgi</groupId>
132       <artifactId>org.osgi.core</artifactId>
133       <scope>compile</scope>
134     </dependency>
135     <dependency>
136       <groupId>junit</groupId>
137       <artifactId>junit</artifactId>
138       <scope>compile</scope>
139     </dependency>
140     <dependency>
141       <groupId>org.slf4j</groupId>
142       <artifactId>slf4j-simple</artifactId>
143       <scope>test</scope>
144     </dependency>
145     <dependency>
146       <groupId>org.codehaus.sonar-plugins.java</groupId>
147       <artifactId>sonar-jacoco-listeners</artifactId>
148       <scope>test</scope>
149     </dependency>
150     <!-- AbstractConfigTestBase::getKarafDistro() needs this to find its version -->
151     <dependency>
152       <groupId>org.opendaylight.ovsdb</groupId>
153       <artifactId>southbound-karaf</artifactId>
154       <version>${project.version}</version>
155       <scope>test</scope>
156     </dependency>
157   </dependencies>
158   <build>
159     <plugins>
160       <plugin>
161         <groupId>org.jacoco</groupId>
162         <artifactId>jacoco-maven-plugin</artifactId>
163       </plugin>
164       <plugin>
165         <groupId>org.apache.maven.plugins</groupId>
166         <artifactId>maven-failsafe-plugin</artifactId>
167       </plugin>
168       <!-- Needed if you use versionAsInProject() -->
169       <plugin>
170         <groupId>org.apache.servicemix.tooling</groupId>
171         <artifactId>depends-maven-plugin</artifactId>
172         <version>1.2</version>
173         <executions>
174           <execution>
175             <id>generate-depends-file</id>
176             <goals>
177               <goal>generate-depends-file</goal>
178             </goals>
179           </execution>
180         </executions>
181       </plugin>
182       <plugin>
183         <groupId>org.apache.maven.plugins</groupId>
184         <artifactId>maven-checkstyle-plugin</artifactId>
185         <configuration>
186           <failsOnError>true</failsOnError>
187           <includeTestSourceDirectory>true</includeTestSourceDirectory>
188         </configuration>
189       </plugin>
190     </plugins>
191   </build>
192 </project>