e84d66c592e1efe339f02ee119f33c35a6c31f05
[openflowplugin.git] / applications / arbitratorreconciliation / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.14.0-SNAPSHOT</version>
8         <relativePath>../../../parent</relativePath>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin.applications</groupId>
12     <artifactId>arbitratorreconciliation-impl</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.opendaylight.openflowplugin</groupId>
18             <artifactId>openflowplugin-api</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>org.opendaylight.openflowplugin.applications</groupId>
22             <artifactId>arbitratorreconciliation-api</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>org.opendaylight.openflowplugin.applications</groupId>
26             <artifactId>reconciliation-framework</artifactId>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.serviceutils</groupId>
30             <artifactId>upgrade</artifactId>
31         </dependency>
32         <dependency>
33             <groupId>com.guicedee.services</groupId>
34             <artifactId>javax.inject</artifactId>
35             <optional>true</optional>
36         </dependency>
37         <dependency>
38             <groupId>javax.annotation</groupId>
39             <artifactId>javax.annotation-api</artifactId>
40             <optional>true</optional>
41         </dependency>
42         <dependency>
43             <groupId>org.apache.aries.blueprint</groupId>
44             <artifactId>blueprint-maven-plugin-annotation</artifactId>
45             <optional>true</optional>
46         </dependency>
47     </dependencies>
48
49     <build>
50         <plugins>
51             <plugin>
52                 <groupId>org.apache.aries.blueprint</groupId>
53                 <artifactId>blueprint-maven-plugin</artifactId>
54                 <configuration>
55                     <scanPaths>
56                         <scanPath>org.opendaylight.openflowplugin.applications.arbitratorreconciliation</scanPath>
57                     </scanPaths>
58                 </configuration>
59             </plugin>
60         </plugins>
61     </build>
62 </project>