Bump upstream versions
[neutron.git] / features / parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2018 Red Hat and others. All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <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">
10     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>single-feature-parent</artifactId>
15         <version>9.0.5</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.neutron</groupId>
20     <artifactId>neutron-single-feature-parent</artifactId>
21     <version>0.17.0-SNAPSHOT</version>
22     <packaging>pom</packaging>
23
24     <properties>
25         <explicitFeatureDependencies>true</explicitFeatureDependencies>
26     </properties>
27
28     <dependencyManagement>
29         <dependencies>
30             <dependency>
31                 <groupId>org.opendaylight.neutron</groupId>
32                 <artifactId>project-neutron-parent</artifactId>
33                 <version>${project.version}</version>
34                 <type>pom</type>
35                 <scope>import</scope>
36             </dependency>
37
38             <!-- see ../../parent (that's project-neutron-parent, not to be confused with this neutron-single-feature-parent)
39                  for why this is required; and keep any changes made there, or here, in sync with each other. -->
40             <dependency>
41                <groupId>org.eclipse.persistence</groupId>
42                <artifactId>org.eclipse.persistence.moxy</artifactId>
43                <version>2.7.8</version>
44                <exclusions>
45                  <exclusion>
46                    <groupId>javax.json</groupId>
47                    <artifactId>javax.json-api</artifactId>
48                  </exclusion>
49                </exclusions>
50             </dependency>
51             <dependency>
52               <groupId>org.glassfish</groupId>
53               <artifactId>javax.json</artifactId>
54               <version>1.0.4</version>
55             </dependency>
56         </dependencies>
57     </dependencyManagement>
58 </project>