Add INFO.yaml for snmp4sdn
[snmp4sdn.git] / features / odl-snmp4sdn-snmp4sdn / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 #
4 # Copyright (c) 2017 NEC Corporation
5 # All rights reserved.
6 #
7 # This program and the accompanying materials are made available under the
8 # terms of the Eclipse Public License v1.0 which accompanies this
9 # distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
10 #
11 -->
12 <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">
13   <modelVersion>4.0.0</modelVersion>
14
15   <parent>
16     <groupId>org.opendaylight.odlparent</groupId>
17     <artifactId>single-feature-parent</artifactId>
18     <version>3.1.0</version>
19     <relativePath/>
20   </parent>
21
22   <groupId>org.opendaylight.snmp4sdn</groupId>
23   <artifactId>odl-snmp4sdn-snmp4sdn</artifactId>
24   <version>0.8.0-SNAPSHOT</version>
25   <packaging>feature</packaging>
26
27   <name>OpenDaylight :: SNMP4SDN :: SNMP4SDN Plugin</name>
28
29   <properties>
30     <restconf.version>1.8.0-SNAPSHOT</restconf.version>
31     <openflowplugin.version>0.7.0-SNAPSHOT</openflowplugin.version>
32     <yang.version>2.0.3</yang.version>
33     <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
34     <mdsal.model.version>0.14.0-SNAPSHOT</mdsal.model.version>
35   </properties>
36
37   <dependencies>
38     <dependency>
39       <groupId>org.opendaylight.controller.model</groupId>
40       <artifactId>model-inventory</artifactId>
41       <version>1.8.0-SNAPSHOT</version>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.controller</groupId>
45       <artifactId>sal-binding-api</artifactId>
46       <version>1.8.0-SNAPSHOT</version>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.controller</groupId>
50       <artifactId>sal-common-util</artifactId>
51       <version>1.8.0-SNAPSHOT</version>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.mdsal</groupId>
55       <artifactId>yang-binding</artifactId>
56       <version>${mdsal.model.version}</version>
57     </dependency>
58     <dependency>
59         <groupId>org.opendaylight.mdsal.model</groupId>
60         <artifactId>ietf-topology</artifactId>
61         <version>2013.10.21.13.0-SNAPSHOT</version>
62     </dependency>
63
64     <dependency>
65       <groupId>org.opendaylight.netconf</groupId>
66       <artifactId>odl-mdsal-apidocs</artifactId>
67       <version>${restconf.version}</version>
68       <type>xml</type>
69       <classifier>features</classifier>
70     </dependency>
71
72     <dependency>
73       <groupId>org.opendaylight.netconf</groupId>
74       <artifactId>odl-restconf</artifactId>
75       <version>${restconf.version}</version>
76       <type>xml</type>
77       <classifier>features</classifier>
78     </dependency>
79
80     <dependency>
81       <groupId>org.opendaylight.openflowplugin</groupId>
82       <artifactId>odl-openflowplugin-nsf-model</artifactId>
83       <version>${openflowplugin.version}</version>
84       <type>xml</type>
85       <classifier>features</classifier>
86     </dependency>
87
88     <dependency>
89       <groupId>org.dom4j</groupId>
90       <artifactId>dom4j</artifactId>
91       <version>2.0.0</version>
92     </dependency>
93
94     <dependency>
95       <groupId>org.osgi</groupId>
96       <artifactId>org.osgi.compendium</artifactId>
97       <version>5.0.0</version>
98     </dependency>
99     <dependency><!--from snmp4sdn/pom.xml-->
100       <groupId>org.osgi</groupId>
101       <artifactId>org.osgi.core</artifactId>
102     </dependency>
103
104     <dependency>
105       <groupId>org.apache.felix</groupId>
106       <artifactId>org.apache.felix.dependencymanager</artifactId>
107       <version>3.1.0</version>
108     </dependency>
109     <dependency>
110       <groupId>org.apache.felix</groupId>
111       <artifactId>org.apache.felix.metatype</artifactId>
112     </dependency>
113
114     <dependency>
115       <groupId>org.apache.commons</groupId>
116       <artifactId>commons-lang3</artifactId>
117       <version>3.4</version>
118     </dependency>
119
120     <dependency>
121       <groupId>org.opendaylight.controller</groupId>
122       <artifactId>sal</artifactId>
123       <version>0.7.0</version>
124     </dependency>
125
126     <dependency>
127       <groupId>org.opendaylight.yangtools</groupId>
128       <artifactId>yang-common</artifactId>
129       <version>${yang.version}</version>
130     </dependency>
131
132     <dependency>
133       <groupId>org.opendaylight.snmp4sdn</groupId>
134       <artifactId>md-model</artifactId>
135       <version>${project.version}</version>
136     </dependency>
137
138     <dependency>
139       <groupId>org.opendaylight.controller.model</groupId>
140       <artifactId>model-inventory</artifactId>
141       <version>${mdsal.version}</version>
142     </dependency>
143     <dependency>
144      <groupId>org.opendaylight.controller</groupId>
145      <artifactId>sal-binding-api</artifactId>
146      <version>${mdsal.version}</version>
147     </dependency>
148     <dependency>
149       <groupId>org.opendaylight.controller</groupId>
150       <artifactId>sal-common-util</artifactId>
151       <version>${mdsal.version}</version>
152     </dependency>
153
154     <dependency>
155       <groupId>org.apache.commons</groupId>
156       <artifactId>commons-lang3</artifactId>
157     </dependency>
158
159     <dependency>
160       <groupId>org.slf4j</groupId>
161       <artifactId>slf4j-api</artifactId>
162     </dependency>
163
164     <dependency>
165       <groupId>org.opendaylight.snmp4sdn</groupId>
166       <artifactId>snmp4sdn</artifactId>
167       <version>${project.version}</version>
168     </dependency>
169
170     <dependency>
171       <groupId>org.opendaylight.snmp4sdn</groupId>
172       <artifactId>plugin-shell</artifactId>
173       <version>${project.version}</version>
174     </dependency>
175
176   </dependencies>
177
178   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
179
180   <distributionManagement>
181     <site>
182       <id>opendaylight-site</id>
183       <url>${nexus.site.url}/${project.artifactId}/</url>
184     </site>
185   </distributionManagement>
186
187 </project>