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