650963bcb5d5392c617176ee89bc11178bc3a466
[neutron.git] / neutron-spi / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.neutron</groupId>
7     <artifactId>project-neutron-parent</artifactId>
8     <version>0.11.0-SNAPSHOT</version>
9     <relativePath>../parent</relativePath>
10   </parent>
11
12   <groupId>org.opendaylight.neutron</groupId>
13   <artifactId>neutron-spi</artifactId>
14   <version>0.11.0-SNAPSHOT</version>
15   <packaging>bundle</packaging>
16   <!-- <name> formatting is used by autorelease to parse and notify projects on
17        build failure. Please do not modify this unless you have a good reason. -->
18   <name>ODL :: neutron :: ${project.artifactId}</name>
19   <dependencies>
20     <dependency>
21       <groupId>org.opendaylight.neutron</groupId>
22       <artifactId>model</artifactId>
23       <version>${project.version}</version>
24     </dependency>
25     <dependency>
26       <groupId>org.opendaylight.mdsal.model</groupId>
27       <artifactId>ietf-inet-types-2013-07-15</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.mdsal.model</groupId>
31       <artifactId>ietf-yang-types-20130715</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.mdsal.model</groupId>
35       <artifactId>yang-ext</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>commons-net</groupId>
39       <artifactId>commons-net</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.osgi</groupId>
43       <artifactId>org.osgi.core</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>org.slf4j</groupId>
47       <artifactId>slf4j-api</artifactId>
48     </dependency>
49     <dependency>
50       <groupId>junit</groupId>
51       <artifactId>junit</artifactId>
52       <scope>test</scope>
53     </dependency>
54     <dependency>
55       <groupId>javax.validation</groupId>
56       <artifactId>validation-api</artifactId>
57     </dependency>
58     <dependency>
59       <groupId>org.eclipse.persistence</groupId>
60       <artifactId>org.eclipse.persistence.antlr</artifactId>
61       <scope>test</scope>
62     </dependency>
63     <dependency>
64       <groupId>org.eclipse.persistence</groupId>
65       <artifactId>org.eclipse.persistence.core</artifactId>
66       <scope>test</scope>
67     </dependency>
68     <dependency>
69        <groupId>org.eclipse.persistence</groupId>
70        <artifactId>org.eclipse.persistence.moxy</artifactId>
71        <scope>test</scope>
72     </dependency>
73   </dependencies>
74   <scm>
75     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
76     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
77     <tag>HEAD</tag>
78     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
79   </scm>
80 </project>