Migrate to odlparent 1.9.0
[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>1.9.0</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     <dependencyManagement>
22         <dependencies>
23             <dependency>
24                 <groupId>org.opendaylight.mdsal.model</groupId>
25                 <artifactId>mdsal-model-artifacts</artifactId>
26                 <version>0.11.0-SNAPSHOT</version>
27                 <type>pom</type>
28                 <scope>import</scope>
29             </dependency>
30         </dependencies>
31     </dependencyManagement>
32
33     <dependencies>
34         <dependency>
35             <groupId>org.opendaylight.mdsal.model</groupId>
36             <artifactId>odl-mdsal-models</artifactId>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>neutron-spi</artifactId>
43             <version>${project.version}</version>
44         </dependency>
45         <dependency>
46             <groupId>commons-net</groupId>
47             <artifactId>commons-net</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>org.osgi</groupId>
51             <artifactId>org.osgi.core</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>com.fasterxml.jackson.core</groupId>
55             <artifactId>jackson-annotations</artifactId>
56         </dependency>
57     </dependencies>
58
59 </project>