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