683b811f2f9b7f0b1b4764a7e71c9edaa6903824
[neutron.git] / features / production / odl-neutron-northbound-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <parent>
8         <groupId>org.opendaylight.odlparent</groupId>
9         <artifactId>single-feature-parent</artifactId>
10         <version>3.0.2</version>
11         <relativePath/>
12     </parent>
13
14     <groupId>org.opendaylight.neutron</groupId>
15     <artifactId>odl-neutron-northbound-api</artifactId>
16     <version>0.11.0-SNAPSHOT</version>
17     <packaging>feature</packaging>
18     <name>OpenDaylight :: Neutron :: Northbound</name>
19
20     <properties>
21         <explicitFeatureDependencies>true</explicitFeatureDependencies>
22     </properties>
23
24     <dependencies>
25         <dependency>
26             <groupId>org.opendaylight.aaa</groupId>
27             <artifactId>odl-aaa-shiro</artifactId>
28             <version>0.8.0-SNAPSHOT</version>
29             <type>xml</type>
30             <classifier>features</classifier>
31         </dependency>
32         <dependency>
33             <groupId>${project.groupId}</groupId>
34             <artifactId>odl-neutron-spi</artifactId>
35             <version>${project.version}</version>
36             <type>xml</type>
37             <classifier>features</classifier>
38         </dependency>
39         <dependency>
40             <groupId>${project.groupId}</groupId>
41             <artifactId>northbound-api</artifactId>
42             <version>${project.version}</version>
43         </dependency>
44      </dependencies>
45 </project>