Bump to yangtools-2.0.0 and odlparent-3.0.2
[neutron.git] / features / production / odl-neutron-northbound-api / 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>3.0.2</version>
12         <relativePath/>
13     </parent>
14
15     <groupId>org.opendaylight.neutron</groupId>
16     <artifactId>odl-neutron-northbound-api</artifactId>
17     <version>0.10.0-SNAPSHOT</version>
18     <packaging>feature</packaging>
19     <name>OpenDaylight :: Neutron :: Northbound</name>
20
21     <properties>
22         <explicitFeatureDependencies>true</explicitFeatureDependencies>
23     </properties>
24
25     <dependencies>
26         <dependency>
27             <groupId>org.opendaylight.aaa</groupId>
28             <artifactId>odl-aaa-shiro</artifactId>
29             <version>0.7.0-SNAPSHOT</version>
30             <type>xml</type>
31             <classifier>features</classifier>
32         </dependency>
33         <dependency>
34             <groupId>${project.groupId}</groupId>
35             <artifactId>odl-neutron-spi</artifactId>
36             <version>${project.version}</version>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>northbound-api</artifactId>
43             <version>${project.version}</version>
44         </dependency>
45         <dependency>
46             <groupId>com.sun.jersey</groupId>
47             <artifactId>jersey-core</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>com.sun.jersey</groupId>
51             <artifactId>jersey-server</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>org.codehaus.enunciate</groupId>
55             <artifactId>enunciate-core-annotations</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>com.sun.jersey</groupId>
59             <artifactId>jersey-servlet</artifactId>
60         </dependency>
61         <dependency>
62             <groupId>org.eclipse.persistence</groupId>
63             <artifactId>org.eclipse.persistence.core</artifactId>
64         </dependency>
65         <dependency>
66             <groupId>org.eclipse.persistence</groupId>
67             <artifactId>org.eclipse.persistence.antlr</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>org.osgi</groupId>
71             <artifactId>org.osgi.core</artifactId>
72         </dependency>
73         <dependency>
74             <groupId>javax.validation</groupId>
75             <artifactId>validation-api</artifactId>
76         </dependency>
77     </dependencies>
78
79 </project>