Merge "Add missing <name> fields for pom.xml files"
[neutron.git] / features / production / 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   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>features-parent</artifactId>
7     <version>1.8.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10   <groupId>org.opendaylight.neutron</groupId>
11   <artifactId>features-neutron</artifactId>
12   <version>0.8.0-SNAPSHOT</version>
13   <packaging>jar</packaging>
14   <!-- <name> formatting is used by autorelease to parse and notify projects on
15        build failure. Please do not modify this unless you have a good reason. -->
16   <name>ODL :: neutron :: ${project.artifactId}</name>
17   <properties>
18       <aaa.version>0.5.0-SNAPSHOT</aaa.version>
19       <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
20       <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
21       <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
22       <restconf.version>1.5.0-SNAPSHOT</restconf.version>
23       <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
24       <netconf.version>1.2.0-SNAPSHOT</netconf.version>
25   </properties>
26   <dependencyManagement>
27     <dependencies>
28       <!-- project specific dependencies -->
29       <dependency>
30         <groupId>org.opendaylight.yangtools</groupId>
31         <artifactId>yangtools-artifacts</artifactId>
32         <version>${yangtools.version}</version>
33         <type>pom</type>
34         <scope>import</scope>
35       </dependency>
36       <dependency>
37         <groupId>org.opendaylight.controller</groupId>
38         <artifactId>mdsal-artifacts</artifactId>
39         <version>${controller.mdsal.version}</version>
40         <type>pom</type>
41         <scope>import</scope>
42       </dependency>
43       <dependency>
44         <groupId>org.opendaylight.netconf</groupId>
45         <artifactId>netconf-artifacts</artifactId>
46         <version>${netconf.version}</version>
47         <type>pom</type>
48         <scope>import</scope>
49       </dependency>
50     </dependencies>
51   </dependencyManagement>
52   <dependencies>
53     <dependency>
54       <groupId>org.opendaylight.yangtools</groupId>
55       <artifactId>features-yangtools</artifactId>
56       <type>xml</type>
57       <classifier>features</classifier>
58     </dependency>
59     <dependency>
60       <groupId>org.opendaylight.controller</groupId>
61       <artifactId>features-mdsal</artifactId>
62       <type>xml</type>
63       <classifier>features</classifier>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.aaa</groupId>
67       <artifactId>features-aaa-shiro</artifactId>
68       <version>${aaa.version}</version>
69       <classifier>features</classifier>
70       <type>xml</type>
71     </dependency>
72     <dependency>
73       <groupId>org.osgi</groupId>
74       <artifactId>org.osgi.core</artifactId>
75     </dependency>
76     <dependency>
77       <groupId>com.sun.jersey</groupId>
78       <artifactId>jersey-core</artifactId>
79     </dependency>
80     <dependency>
81       <groupId>com.sun.jersey</groupId>
82       <artifactId>jersey-server</artifactId>
83     </dependency>
84     <dependency>
85       <groupId>org.eclipse.persistence</groupId>
86       <artifactId>org.eclipse.persistence.moxy</artifactId>
87     </dependency>
88     <dependency>
89       <groupId>org.eclipse.persistence</groupId>
90       <artifactId>org.eclipse.persistence.core</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>org.eclipse.persistence</groupId>
94       <artifactId>org.eclipse.persistence.antlr</artifactId>
95     </dependency>
96     <dependency>
97         <groupId>javax.validation</groupId>
98         <artifactId>validation-api</artifactId>
99     </dependency>
100     <dependency>
101       <groupId>commons-net</groupId>
102       <artifactId>commons-net</artifactId>
103     </dependency>
104     <dependency>
105       <groupId>${project.groupId}</groupId>
106       <artifactId>neutron-spi</artifactId>
107       <version>${project.version}</version>
108     </dependency>
109     <dependency>
110       <groupId>${project.groupId}</groupId>
111       <artifactId>northbound-api</artifactId>
112       <version>${project.version}</version>
113     </dependency>
114     <dependency>
115       <groupId>${project.groupId}</groupId>
116       <artifactId>model</artifactId>
117       <version>${project.version}</version>
118     </dependency>
119     <dependency>
120       <groupId>${project.groupId}</groupId>
121       <artifactId>transcriber</artifactId>
122       <version>${project.version}</version>
123     </dependency>
124     <dependency>
125       <groupId>${project.groupId}</groupId>
126       <artifactId>neutron-logger</artifactId>
127       <version>${project.version}</version>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.ovsdb</groupId>
131       <artifactId>southbound-features</artifactId>
132       <version>${ovsdb.version}</version>
133       <classifier>features</classifier>
134       <type>xml</type>
135       <scope>runtime</scope>
136     </dependency>
137     <dependency>
138       <groupId>org.opendaylight.ovsdb</groupId>
139       <artifactId>utils.mdsal-utils</artifactId>
140       <version>${ovsdb.version}</version>
141     </dependency>
142     <dependency>
143       <groupId>org.opendaylight.netconf</groupId>
144       <artifactId>features-netconf-connector</artifactId>
145       <classifier>features</classifier>
146       <type>xml</type>
147       <scope>runtime</scope>
148     </dependency>
149     <dependency>
150       <groupId>${project.groupId}</groupId>
151       <artifactId>neutron-hostconfig-utils</artifactId>
152       <version>${project.version}</version>
153     </dependency>
154     <dependency>
155       <groupId>${project.groupId}</groupId>
156       <artifactId>neutron-hostconfig-ovs</artifactId>
157       <version>${project.version}</version>
158     </dependency>
159     <dependency>
160       <groupId>${project.groupId}</groupId>
161       <artifactId>neutron-hostconfig-vpp</artifactId>
162       <version>${project.version}</version>
163     </dependency>
164   </dependencies>
165   <scm>
166     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
167     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
168     <tag>HEAD</tag>
169     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
170   </scm>
171 </project>