Forbid manual transactions throughout
[netvirt.git] / aclservice / 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.7.0-SNAPSHOT</version>
16         <relativePath>../../commons/binding-parent</relativePath>
17     </parent>
18
19     <artifactId>aclservice-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>${project.groupId}</groupId>
27             <artifactId>aclservice-api</artifactId>
28             <version>${project.version}</version>
29         </dependency>
30         <dependency>
31             <groupId>org.opendaylight.controller</groupId>
32             <artifactId>sal-binding-api</artifactId>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.controller</groupId>
36             <artifactId>sal-binding-broker-impl</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>org.opendaylight.genius</groupId>
40             <artifactId>mdsalutil-api</artifactId>
41             <version>${genius.version}</version>
42         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.genius</groupId>
45             <artifactId>interfacemanager-api</artifactId>
46             <version>${genius.version}</version>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>elanmanager-api</artifactId>
51             <version>${project.version}</version>
52         </dependency>
53         <dependency>
54             <groupId>org.opendaylight.genius</groupId>
55             <artifactId>idmanager-api</artifactId>
56             <version>${genius.version}</version>
57         </dependency>
58         <dependency>
59             <groupId>org.opendaylight.genius</groupId>
60             <artifactId>srm-api</artifactId>
61             <version>${genius.version}</version>
62         </dependency>
63         <dependency>
64             <groupId>org.opendaylight.infrautils</groupId>
65             <artifactId>inject</artifactId>
66             <version>${infrautils.version}</version>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.infrautils</groupId>
70             <artifactId>jobcoordinator-impl</artifactId>
71             <version>${infrautils.version}</version>
72             <scope>test</scope>
73         </dependency>
74         <dependency>
75             <groupId>com.googlecode.java-ipv6</groupId>
76             <artifactId>java-ipv6</artifactId>
77             <version>0.16</version>
78         </dependency>
79         <dependency>
80             <groupId>org.apache.karaf.shell</groupId>
81             <artifactId>org.apache.karaf.shell.console</artifactId>
82             <scope>provided</scope>
83         </dependency>
84
85         <!-- Dependencies used only by code under src/test (<scope>test) -->
86         <dependency>
87             <groupId>org.opendaylight.infrautils</groupId>
88             <artifactId>infrautils-testutils</artifactId>
89             <version>${infrautils.version}</version>
90             <scope>test</scope>
91         </dependency>
92         <dependency>
93             <groupId>org.opendaylight.infrautils</groupId>
94             <artifactId>inject.guice.testutils</artifactId>
95             <version>${infrautils.version}</version>
96             <scope>test</scope>
97         </dependency>
98         <dependency>
99             <groupId>org.opendaylight.genius</groupId>
100             <artifactId>mdsalutil-api</artifactId>
101             <version>${genius.version}</version>
102             <type>test-jar</type>
103             <scope>test</scope>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.genius</groupId>
107             <artifactId>mdsalutil-testutils</artifactId>
108             <version>${genius.version}</version>
109             <scope>test</scope>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.genius</groupId>
113             <artifactId>testutils</artifactId>
114             <version>${genius.version}</version>
115             <scope>test</scope>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.genius</groupId>
119             <artifactId>interfacemanager-impl</artifactId>
120             <version>${genius.version}</version>
121             <scope>test</scope>
122         </dependency>
123         <dependency>
124             <groupId>org.opendaylight.yangtools</groupId>
125             <artifactId>testutils</artifactId>
126             <scope>test</scope>
127         </dependency>
128         <dependency>
129             <groupId>org.opendaylight.controller</groupId>
130             <artifactId>sal-binding-broker-impl</artifactId>
131             <type>test-jar</type>
132             <scope>test</scope>
133         </dependency>
134         <dependency>
135             <groupId>org.opendaylight.mdsal</groupId>
136             <artifactId>mdsal-binding-test-utils</artifactId>
137             <scope>test</scope>
138         </dependency>
139         <dependency>
140             <groupId>org.immutables</groupId>
141             <artifactId>value</artifactId>
142             <scope>test</scope>
143         </dependency>
144         <dependency>
145             <groupId>com.google.truth</groupId>
146             <artifactId>truth</artifactId>
147             <scope>test</scope>
148         </dependency>
149     </dependencies>
150
151     <build>
152         <plugins>
153             <plugin>
154                 <groupId>org.apache.aries.blueprint</groupId>
155                 <artifactId>blueprint-maven-plugin</artifactId>
156             </plugin>
157             <plugin>
158                 <groupId>org.apache.felix</groupId>
159                 <artifactId>maven-bundle-plugin</artifactId>
160                 <extensions>true</extensions>
161                 <configuration>
162                     <instructions>
163                         <!-- We purposely don't export any packages to avoid any dependencies
164                              on this bundle and prevent @Singleton annotated classes from being
165                              accidently included in another bundle's blueprint XML  -->
166                         <Export-Package/>
167                     </instructions>
168                 </configuration>
169             </plugin>
170             <plugin>
171                 <groupId>org.codehaus.mojo</groupId>
172                 <artifactId>build-helper-maven-plugin</artifactId>
173                 <executions>
174                     <execution>
175                         <id>attach-artifacts</id>
176                         <goals>
177                             <goal>attach-artifact</goal>
178                         </goals>
179                         <phase>package</phase>
180                         <configuration>
181                             <artifacts>
182                                 <artifact>
183                                     <file>${project.build.directory}/classes/initial/netvirt-aclservice-config.xml
184                                     </file>
185                                     <type>xml</type>
186                                     <classifier>config</classifier>
187                                 </artifact>
188                             </artifacts>
189                         </configuration>
190                     </execution>
191                 </executions>
192             </plugin>
193             <plugin>
194                 <groupId>org.eclipse.xtend</groupId>
195                 <artifactId>xtend-maven-plugin</artifactId>
196             </plugin>
197         </plugins>
198     </build>
199 </project>