42cc9ba41f079caad78fc0bb18016d69a71bb32c
[openflowplugin.git] / applications / reconciliation-framework / 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>reconciliation-framework</artifactId>
13     <packaging>bundle</packaging>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.osgi</groupId>
18             <artifactId>osgi.core</artifactId>
19         </dependency>
20         <dependency>
21             <groupId>org.opendaylight.openflowplugin</groupId>
22             <artifactId>openflowplugin-api</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>org.apache.karaf.shell</groupId>
26             <artifactId>org.apache.karaf.shell.console</artifactId>
27             <scope>provided</scope>
28         </dependency>
29         <dependency>
30             <groupId>com.guicedee.services</groupId>
31             <artifactId>javax.inject</artifactId>
32             <optional>true</optional>
33         </dependency>
34         <dependency>
35             <groupId>javax.annotation</groupId>
36             <artifactId>javax.annotation-api</artifactId>
37             <optional>true</optional>
38         </dependency>
39         <dependency>
40             <groupId>org.apache.aries.blueprint</groupId>
41             <artifactId>blueprint-maven-plugin-annotation</artifactId>
42             <optional>true</optional>
43         </dependency>
44
45         <dependency>
46             <groupId>org.opendaylight.mdsal</groupId>
47             <artifactId>mdsal-binding-test-utils</artifactId>
48         </dependency>
49     </dependencies>
50
51     <build>
52         <plugins>
53             <plugin>
54                 <groupId>org.apache.aries.blueprint</groupId>
55                 <artifactId>blueprint-maven-plugin</artifactId>
56             </plugin>
57         </plugins>
58     </build>
59     <scm>
60         <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
61         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
62         <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
63         <tag>HEAD</tag>
64     </scm>
65 </project>