MRI version bumpup for Aluminium
[netvirt.git] / vpnmanager / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 - 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.11.0-SNAPSHOT</version>
16         <relativePath>../../commons/binding-parent</relativePath>
17     </parent>
18
19     <artifactId>vpnmanager-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.opendaylight.controller</groupId>
27             <artifactId>sal-binding-broker-impl</artifactId>
28         </dependency>-->
29         <dependency>
30             <groupId>org.opendaylight.mdsal</groupId>
31             <artifactId>mdsal-binding-test-utils</artifactId>
32             <scope>test</scope>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.genius</groupId>
36             <artifactId>alivenessmonitor-api</artifactId>
37             <version>${genius.version}</version>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.genius</groupId>
41             <artifactId>arputil-api</artifactId>
42             <version>${genius.version}</version>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.genius</groupId>
46             <artifactId>idmanager-api</artifactId>
47             <version>${genius.version}</version>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.genius</groupId>
51             <artifactId>interfacemanager-api</artifactId>
52             <version>${genius.version}</version>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.genius</groupId>
56             <artifactId>itm-api</artifactId>
57             <version>${genius.version}</version>
58         </dependency>
59         <dependency>
60             <groupId>org.opendaylight.genius</groupId>
61             <artifactId>lockmanager-api</artifactId>
62             <version>${genius.version}</version>
63         </dependency>
64         <dependency>
65             <groupId>org.opendaylight.genius</groupId>
66             <artifactId>mdsalutil-api</artifactId>
67             <version>${genius.version}</version>
68         </dependency>
69         <dependency>
70             <groupId>${project.groupId}</groupId>
71             <artifactId>bgpmanager-api</artifactId>
72             <version>${project.version}</version>
73         </dependency>
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>fibmanager-api</artifactId>
77             <version>${project.version}</version>
78         </dependency>
79         <dependency>
80             <groupId>${project.groupId}</groupId>
81             <artifactId>natservice-api</artifactId>
82             <version>${project.version}</version>
83         </dependency>
84         <dependency>
85             <groupId>${project.groupId}</groupId>
86             <artifactId>neutronvpn-api</artifactId>
87             <version>${project.version}</version>
88         </dependency>
89         <dependency>
90             <groupId>${project.groupId}</groupId>
91             <artifactId>vpnmanager-api</artifactId>
92             <version>${project.version}</version>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>elanmanager-api</artifactId>
97             <version>${project.version}</version>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.genius</groupId>
101             <artifactId>ipv6util-api</artifactId>
102             <version>${genius.version}</version>
103         </dependency>
104         <dependency>
105             <groupId>${project.groupId}</groupId>
106             <artifactId>ipv6service-api</artifactId>
107             <version>${project.version}</version>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.serviceutils</groupId>
111             <artifactId>upgrade</artifactId>
112         </dependency>
113
114         <!-- Testing dependencies -->
115 <!--        <dependency>
116             <groupId>org.opendaylight.controller</groupId>
117             <artifactId>sal-binding-broker-impl</artifactId>
118             <scope>test</scope>
119             <type>test-jar</type>
120         </dependency>-->
121         <dependency>
122             <groupId>org.opendaylight.mdsal</groupId>
123             <artifactId>mdsal-binding-dom-adapter</artifactId>
124             <scope>test</scope>
125             <type>test-jar</type>
126         </dependency>
127     </dependencies>
128
129     <build>
130         <plugins>
131             <plugin>
132                 <groupId>org.apache.aries.blueprint</groupId>
133                 <artifactId>blueprint-maven-plugin</artifactId>
134             </plugin>
135             <plugin>
136                 <groupId>org.apache.felix</groupId>
137                 <artifactId>maven-bundle-plugin</artifactId>
138                 <extensions>true</extensions>
139                 <configuration>
140                     <instructions>
141                         <!-- We purposely don't export any packages to avoid any dependencies
142                              on this bundle and prevent @Singleton annotated classes from being
143                              accidently included in another bundle's blueprint XML  -->
144                         <Export-Package/>
145                     </instructions>
146                 </configuration>
147             </plugin>
148             <plugin>
149                 <groupId>org.codehaus.mojo</groupId>
150                 <artifactId>build-helper-maven-plugin</artifactId>
151                 <executions>
152                     <execution>
153                         <id>attach-artifacts</id>
154                         <goals>
155                             <goal>attach-artifact</goal>
156                         </goals>
157                         <phase>package</phase>
158                         <configuration>
159                             <artifacts>
160                                 <artifact>
161                                     <file>${project.build.directory}/classes/initial/netvirt-vpnmanager-config.xml
162                                     </file>
163                                     <type>xml</type>
164                                     <classifier>config</classifier>
165                                 </artifact>
166                             </artifacts>
167                         </configuration>
168                     </execution>
169                 </executions>
170             </plugin>
171         </plugins>
172     </build>
173 </project>