Remove OvsdbConfigurationService
[ovsdb.git] / openstack / net-virt / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2014 Red Hat, 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.ovsdb</groupId>
16     <artifactId>commons</artifactId>
17     <version>1.3.0-SNAPSHOT</version>
18     <relativePath>../../commons/parent</relativePath>
19   </parent>
20
21   <artifactId>openstack.net-virt</artifactId>
22   <version>1.1.0-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24   <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>
25   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
26   <licenses>
27     <license>
28       <name>Eclipse Public License v1.0</name>
29       <url>http://www.eclipse.org/legal/epl-v10.html</url>
30     </license>
31   </licenses>
32   <developers>
33     <developer>
34       <name>Sam Hague</name>
35       <email>shague@gmail.com</email>
36       <url>https://github.com/shague</url>
37     </developer>
38   </developers>
39   <scm>
40     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
41     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
42     <tag>HEAD</tag>
43     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
44   </scm>
45
46   <dependencies>
47     <dependency>
48       <groupId>org.apache.commons</groupId>
49       <artifactId>commons-lang3</artifactId>
50     </dependency>
51     <dependency>
52       <groupId>org.apache.felix</groupId>
53       <artifactId>org.apache.felix.dependencymanager</artifactId>
54     </dependency>
55     <dependency>
56       <groupId>org.osgi</groupId>
57       <artifactId>org.osgi.core</artifactId>
58     </dependency>
59     <dependency>
60       <groupId>org.slf4j</groupId>
61       <artifactId>slf4j-api</artifactId>
62     </dependency>
63     <dependency>
64       <groupId>com.google.guava</groupId>
65       <artifactId>guava</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.controller</groupId>
69       <artifactId>sal-binding-api</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.neutron</groupId>
73       <artifactId>neutron-spi</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.ovsdb</groupId>
77       <artifactId>library</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.ovsdb</groupId>
81       <artifactId>schema.openvswitch</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.ovsdb</groupId>
85       <artifactId>southbound-api</artifactId>
86       <version>1.1.0-SNAPSHOT</version>
87     </dependency>
88     <dependency>
89       <groupId>org.opendaylight.ovsdb</groupId>
90       <artifactId>southbound-impl</artifactId>
91       <version>1.1.0-SNAPSHOT</version>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.ovsdb</groupId>
95       <artifactId>utils.config</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.ovsdb</groupId>
99       <artifactId>utils.mdsal-node</artifactId>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.ovsdb</groupId>
103       <artifactId>utils.servicehelper</artifactId>
104     </dependency>
105     <dependency>
106       <groupId>org.opendaylight.yangtools.model</groupId>
107       <artifactId>ietf-topology</artifactId>
108       <version>2013.10.21.7-SNAPSHOT</version>
109     </dependency>
110     <dependency>
111       <groupId>org.mockito</groupId>
112       <artifactId>mockito-core</artifactId>
113       <scope>test</scope>
114     </dependency>
115     <dependency>
116       <groupId>org.powermock</groupId>
117       <artifactId>powermock-core</artifactId>
118       <version>${powermock.version}</version>
119       <scope>test</scope>
120     </dependency>
121     <dependency>
122       <groupId>org.powermock</groupId>
123       <artifactId>powermock-module-junit4</artifactId>
124       <scope>test</scope>
125     </dependency>
126     <dependency>
127       <groupId>org.powermock</groupId>
128       <artifactId>powermock-api-mockito</artifactId>
129       <scope>test</scope>
130     </dependency>
131     <dependency>
132       <groupId>junit</groupId>
133       <artifactId>junit</artifactId>
134       <scope>test</scope>
135     </dependency>
136   </dependencies>
137   <build>
138     <plugins>
139       <plugin>
140         <groupId>org.apache.felix</groupId>
141         <artifactId>maven-bundle-plugin</artifactId>
142         <version>2.4.0</version>
143         <extensions>true</extensions>
144         <configuration>
145           <instructions>
146             <Embed-Dependency>utils.config,utils.mdsal-node;type=!pom;inline=false</Embed-Dependency>
147             <Embed-Transitive>true</Embed-Transitive>
148             <Import-Package>
149               !org.opendaylight.ovsdb.lib.osgi, *
150             </Import-Package>
151             <Export-Package>
152               org.opendaylight.ovsdb.openstack.netvirt,
153               org.opendaylight.ovsdb.openstack.netvirt.api,
154               org.opendaylight.ovsdb.openstack.netvirt.impl,
155               org.opendaylight.ovsdb.openstack.netvirt.impl.MdsalUtils
156             </Export-Package>
157             <Bundle-Activator>org.opendaylight.ovsdb.openstack.netvirt.Activator</Bundle-Activator>
158           </instructions>
159         </configuration>
160       </plugin>
161       <plugin>
162         <groupId>org.apache.maven.plugins</groupId>
163         <artifactId>maven-checkstyle-plugin</artifactId>
164       </plugin>
165       <plugin>
166         <groupId>org.apache.maven.plugins</groupId>
167         <artifactId>maven-failsafe-plugin</artifactId>
168       </plugin>
169       <plugin>
170         <groupId>org.apache.maven.plugins</groupId>
171         <artifactId>maven-surefire-plugin</artifactId>
172       </plugin>
173       <plugin>
174         <groupId>org.jacoco</groupId>
175         <artifactId>jacoco-maven-plugin</artifactId>
176       </plugin>
177     </plugins>
178   </build>
179 </project>