bbadcfd38c732305163842c132df40bb0544330d
[neutron.git] / features / production / odl-neutron-spi / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <project xmlns="http://maven.apache.org/POM/4.0.0"
4          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6     <modelVersion>4.0.0</modelVersion>
7
8     <parent>
9         <groupId>org.opendaylight.odlparent</groupId>
10         <artifactId>single-feature-parent</artifactId>
11         <version>2.0.2</version>
12         <relativePath/>
13     </parent>
14
15     <groupId>org.opendaylight.neutron</groupId>
16     <artifactId>odl-neutron-spi</artifactId>
17     <version>0.9.0-SNAPSHOT</version>
18     <packaging>feature</packaging>
19     <name>OpenDaylight :: Neutron :: API</name>
20
21     <properties>
22         <explicitFeatureDependencies>true</explicitFeatureDependencies>
23     </properties>
24
25     <dependencyManagement>
26         <dependencies>
27             <dependency>
28                 <groupId>org.opendaylight.mdsal.model</groupId>
29                 <artifactId>mdsal-model-artifacts</artifactId>
30                 <version>0.11.0-SNAPSHOT</version>
31                 <type>pom</type>
32                 <scope>import</scope>
33             </dependency>
34         </dependencies>
35     </dependencyManagement>
36
37     <dependencies>
38         <dependency>
39             <groupId>org.opendaylight.mdsal.model</groupId>
40             <artifactId>odl-mdsal-models</artifactId>
41             <type>xml</type>
42             <classifier>features</classifier>
43         </dependency>
44         <dependency>
45             <groupId>${project.groupId}</groupId>
46             <artifactId>neutron-spi</artifactId>
47             <version>${project.version}</version>
48         </dependency>
49         <dependency>
50             <groupId>commons-net</groupId>
51             <artifactId>commons-net</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>org.osgi</groupId>
55             <artifactId>org.osgi.core</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>org.slf4j</groupId>
59             <artifactId>slf4j-api</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>com.fasterxml.jackson.core</groupId>
63             <artifactId>jackson-annotations</artifactId>
64         </dependency>
65     </dependencies>
66
67 </project>