Do not use blueprint-maven-plugin in topology-lldp-discovery
[openflowplugin.git] / applications / topology-lldp-discovery / 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   <groupId>org.opendaylight.openflowplugin.applications</groupId>
11   <artifactId>topology-lldp-discovery</artifactId>
12   <version>0.14.0-SNAPSHOT</version>
13   <packaging>bundle</packaging>
14
15   <dependencies>
16     <dependency>
17       <groupId>com.google.guava</groupId>
18       <artifactId>guava</artifactId>
19     </dependency>
20     <dependency>
21       <groupId>org.opendaylight.mdsal</groupId>
22       <artifactId>mdsal-binding-api</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.opendaylight.mdsal.model</groupId>
26       <artifactId>ietf-topology</artifactId>
27     </dependency>
28     <dependency>
29       <groupId>org.opendaylight.openflowplugin.libraries</groupId>
30       <artifactId>liblldp</artifactId>
31       <version>${project.version}</version>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.openflowplugin</groupId>
35       <artifactId>openflowplugin-api</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.openflowplugin.model</groupId>
39       <artifactId>model-flow-service</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.openflowplugin.model</groupId>
43       <artifactId>model-inventory</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>com.guicedee.services</groupId>
47       <artifactId>javax.inject</artifactId>
48       <optional>true</optional>
49     </dependency>
50     <dependency>
51       <groupId>javax.annotation</groupId>
52       <artifactId>javax.annotation-api</artifactId>
53       <optional>true</optional>
54     </dependency>
55   </dependencies>
56
57   <scm>
58     <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
59     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
60     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
61     <tag>HEAD</tag>
62   </scm>
63
64 </project>