Remove powermock version overrides
[netvirt.git] / natservice / 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.9.0-SNAPSHOT</version>
16         <relativePath>../../commons/binding-parent</relativePath>
17     </parent>
18
19     <artifactId>natservice-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>commons-net</groupId>
31             <artifactId>commons-net</artifactId>
32         </dependency>
33         <dependency>
34             <groupId>javax.inject</groupId>
35             <artifactId>javax.inject</artifactId>
36             <optional>true</optional>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.controller</groupId>
40             <artifactId>sal-binding-broker-impl</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>org.apache.karaf.shell</groupId>
44             <artifactId>org.apache.karaf.shell.commands</artifactId>
45             <scope>provided</scope>
46         </dependency>
47         <dependency>
48             <groupId>org.apache.karaf.shell</groupId>
49             <artifactId>org.apache.karaf.shell.console</artifactId>
50             <scope>provided</scope>
51         </dependency>
52         <dependency>
53             <groupId>org.opendaylight.genius</groupId>
54             <artifactId>arputil-api</artifactId>
55             <version>${genius.version}</version>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.serviceutils</groupId>
59             <artifactId>tools-api</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>org.opendaylight.serviceutils</groupId>
63             <artifactId>upgrade</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>org.opendaylight.genius</groupId>
67             <artifactId>idmanager-api</artifactId>
68             <version>${genius.version}</version>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.genius</groupId>
72             <artifactId>interfacemanager-api</artifactId>
73             <version>${genius.version}</version>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.genius</groupId>
77             <artifactId>itm-api</artifactId>
78             <version>${genius.version}</version>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.genius</groupId>
82             <artifactId>mdsalutil-api</artifactId>
83             <version>${genius.version}</version>
84         </dependency>
85         <dependency>
86             <groupId>org.opendaylight.genius</groupId>
87             <artifactId>networkutils</artifactId>
88             <version>${genius.version}</version>
89         </dependency>
90         <dependency>
91             <groupId>${project.groupId}</groupId>
92             <artifactId>bgpmanager-api</artifactId>
93             <version>${project.version}</version>
94         </dependency>
95         <dependency>
96             <groupId>${project.groupId}</groupId>
97             <artifactId>elanmanager-api</artifactId>
98             <version>${project.version}</version>
99         </dependency>
100         <dependency>
101             <groupId>${project.groupId}</groupId>
102             <artifactId>fibmanager-api</artifactId>
103             <version>${project.version}</version>
104         </dependency>
105         <dependency>
106             <groupId>${project.groupId}</groupId>
107             <artifactId>natservice-api</artifactId>
108             <version>${project.version}</version>
109         </dependency>
110         <dependency>
111             <groupId>${project.groupId}</groupId>
112             <artifactId>neutronvpn-api</artifactId>
113             <version>${project.version}</version>
114         </dependency>
115         <dependency>
116             <groupId>${project.groupId}</groupId>
117             <artifactId>vpnmanager-api</artifactId>
118             <version>${project.version}</version>
119         </dependency>
120         <dependency>
121             <groupId>org.opendaylight.openflowplugin.model</groupId>
122             <artifactId>model-flow-service</artifactId>
123             <version>${openflowplugin.version}</version>
124         </dependency>
125         <dependency>
126             <groupId>com.google.code.findbugs</groupId>
127             <artifactId>jsr305</artifactId>
128             <optional>true</optional>
129         </dependency>
130         <dependency>
131             <groupId>org.mockito</groupId>
132             <artifactId>mockito-core</artifactId>
133             <scope>test</scope>
134         </dependency>
135         <dependency>
136             <groupId>org.powermock</groupId>
137             <artifactId>powermock-api-mockito2</artifactId>
138         </dependency>
139         <dependency>
140             <groupId>org.powermock</groupId>
141             <artifactId>powermock-module-junit4</artifactId>
142         </dependency>
143         <dependency>
144             <groupId>org.powermock</groupId>
145             <artifactId>powermock-core</artifactId>
146         </dependency>
147     </dependencies>
148
149     <build>
150         <plugins>
151             <plugin>
152                 <groupId>org.apache.aries.blueprint</groupId>
153                 <artifactId>blueprint-maven-plugin</artifactId>
154             </plugin>
155             <plugin>
156                 <groupId>org.apache.felix</groupId>
157                 <artifactId>maven-bundle-plugin</artifactId>
158                 <extensions>true</extensions>
159                 <configuration>
160                     <instructions>
161                         <!-- We purposely don't export any packages to avoid any dependencies
162                              on this bundle and prevent @Singleton annotated classes from being
163                              accidently included in another bundle's blueprint XML  -->
164                         <Export-Package/>
165                     </instructions>
166                 </configuration>
167             </plugin>
168             <plugin>
169                 <groupId>org.codehaus.mojo</groupId>
170                 <artifactId>build-helper-maven-plugin</artifactId>
171                 <executions>
172                     <execution>
173                         <id>attach-artifacts</id>
174                         <goals>
175                             <goal>attach-artifact</goal>
176                         </goals>
177                         <phase>package</phase>
178                         <configuration>
179                             <artifacts>
180                                 <artifact>
181                                     <file>${project.build.directory}/classes/initial/netvirt-natservice-config.xml
182                                     </file>
183                                     <type>xml</type>
184                                     <classifier>config</classifier>
185                                 </artifact>
186                             </artifacts>
187                         </configuration>
188                     </execution>
189                 </executions>
190             </plugin>
191         </plugins>
192     </build>
193 </project>