Bump versions by x.(y+1).z for next dev cycle
[netvirt.git] / neutronvpn / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. 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"
10          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11
12     <parent>
13         <groupId>org.opendaylight.netvirt</groupId>
14         <artifactId>binding-parent</artifactId>
15         <version>0.8.0-SNAPSHOT</version>
16         <relativePath>../../commons/binding-parent</relativePath>
17     </parent>
18
19     <artifactId>neutronvpn-impl</artifactId>
20     <name>ODL :: netvirt :: ${project.artifactId}</name>
21     <packaging>bundle</packaging>
22     <modelVersion>4.0.0</modelVersion>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.osgi</groupId>
27             <artifactId>org.osgi.core</artifactId>
28         </dependency>
29         <dependency>
30             <groupId>com.google.code.gson</groupId>
31             <artifactId>gson</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>javax.inject</groupId>
35             <artifactId>javax.inject</artifactId>
36         </dependency>
37         <dependency>
38             <groupId>org.opendaylight.genius</groupId>
39             <artifactId>arputil-api</artifactId>
40             <version>${genius.version}</version>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.genius</groupId>
44             <artifactId>idmanager-api</artifactId>
45             <version>${genius.version}</version>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.genius</groupId>
49             <artifactId>interfacemanager-api</artifactId>
50             <version>${genius.version}</version>
51         </dependency>
52         <dependency>
53             <groupId>org.opendaylight.genius</groupId>
54             <artifactId>itm-api</artifactId>
55             <version>${genius.version}</version>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.serviceutils</groupId>
59             <artifactId>tools-api</artifactId>
60             <version>0.3.0-SNAPSHOT</version>
61         </dependency>
62         <dependency>
63             <groupId>org.opendaylight.genius</groupId>
64             <artifactId>mdsalutil-api</artifactId>
65             <version>${genius.version}</version>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>aclservice-api</artifactId>
70             <version>${project.version}</version>
71         </dependency>
72         <dependency>
73             <groupId>${project.groupId}</groupId>
74             <artifactId>alarm-impl</artifactId>
75             <version>${project.version}</version>
76         </dependency>
77         <dependency>
78             <groupId>${project.groupId}</groupId>
79             <artifactId>elanmanager-api</artifactId>
80             <version>${project.version}</version>
81         </dependency>
82         <dependency>
83             <groupId>${project.groupId}</groupId>
84             <artifactId>natservice-api</artifactId>
85             <version>${project.version}</version>
86         </dependency>
87         <dependency>
88             <groupId>${project.groupId}</groupId>
89             <artifactId>neutronvpn-api</artifactId>
90             <version>${project.version}</version>
91         </dependency>
92         <dependency>
93             <groupId>${project.groupId}</groupId>
94             <artifactId>vpnmanager-api</artifactId>
95             <version>${project.version}</version>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.ovsdb</groupId>
99             <artifactId>hwvtepsouthbound-api</artifactId>
100             <version>${ovsdb.version}</version>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.ovsdb</groupId>
104             <artifactId>southbound-api</artifactId>
105             <version>${ovsdb.version}</version>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.ovsdb</groupId>
109             <artifactId>utils.mdsal-utils</artifactId>
110             <version>${ovsdb.version}</version>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.ovsdb</groupId>
114             <artifactId>utils.southbound-utils</artifactId>
115             <version>${ovsdb.version}</version>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.neutron</groupId>
119             <artifactId>model</artifactId>
120             <version>${neutron.version}</version>
121         </dependency>
122         <dependency>
123             <groupId>org.opendaylight.neutron</groupId>
124             <artifactId>neutron-spi</artifactId>
125             <version>${neutron.version}</version>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.infrautils</groupId>
129             <artifactId>caches-test</artifactId>
130             <version>${infrautils.version}</version>
131             <scope>test</scope>
132         </dependency>
133         <dependency>
134             <groupId>org.opendaylight.infrautils</groupId>
135             <artifactId>jobcoordinator-impl</artifactId>
136             <version>${infrautils.version}</version>
137             <scope>test</scope>
138         </dependency>
139         <dependency>
140             <groupId>org.opendaylight.infrautils</groupId>
141             <artifactId>metrics-impl-test</artifactId>
142             <version>${infrautils.version}</version>
143             <scope>test</scope>
144         </dependency>
145     </dependencies>
146
147     <build>
148         <plugins>
149             <plugin>
150                 <groupId>org.apache.aries.blueprint</groupId>
151                 <artifactId>blueprint-maven-plugin</artifactId>
152             </plugin>
153             <plugin>
154                 <groupId>org.apache.felix</groupId>
155                 <artifactId>maven-bundle-plugin</artifactId>
156                 <extensions>true</extensions>
157                 <configuration>
158                     <instructions>
159                         <!-- We purposely don't export any packages to avoid any dependencies
160                              on this bundle and prevent @Singleton annotated classes from being
161                              accidently included in another bundle's blueprint XML  -->
162                         <Export-Package/>
163                     </instructions>
164                 </configuration>
165             </plugin>
166             <plugin>
167                 <groupId>org.codehaus.mojo</groupId>
168                 <artifactId>build-helper-maven-plugin</artifactId>
169                 <executions>
170                     <execution>
171                         <id>attach-artifacts</id>
172                         <goals>
173                             <goal>attach-artifact</goal>
174                         </goals>
175                         <phase>package</phase>
176                         <configuration>
177                             <artifacts>
178                                 <artifact>
179                                     <file>${project.build.directory}/classes/initial/netvirt-neutronvpn-config.xml
180                                     </file>
181                                     <type>xml</type>
182                                     <classifier>config</classifier>
183                                 </artifact>
184                             </artifacts>
185                         </configuration>
186                     </execution>
187                 </executions>
188             </plugin>
189         </plugins>
190     </build>
191
192 </project>