Bump mdsal to 4.0.4
[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>5.0.1</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.neutron</groupId>
20     <artifactId>neutron-single-feature-parent</artifactId>
21     <version>0.14.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.mdsal</groupId>
32                 <artifactId>mdsal-artifacts</artifactId>
33                 <version>4.0.4</version>
34                 <type>pom</type>
35                 <scope>import</scope>
36             </dependency>
37             <dependency>
38                 <groupId>org.opendaylight.controller</groupId>
39                 <artifactId>mdsal-artifacts</artifactId>
40                 <version>1.11.0-SNAPSHOT</version>
41                 <type>pom</type>
42                 <scope>import</scope>
43             </dependency>
44
45             <!-- see ../../parent (that's project-neutron-parent, not to be confused with this neutron-single-feature-parent)
46                  for why this is required; and keep any changes made there, or here, in sync with each other. -->
47             <dependency>
48                <groupId>org.eclipse.persistence</groupId>
49                <artifactId>org.eclipse.persistence.moxy</artifactId>
50                <version>2.7.3</version>
51                <exclusions>
52                  <exclusion>
53                    <groupId>javax.json</groupId>
54                    <artifactId>javax.json-api</artifactId>
55                  </exclusion>
56                </exclusions>
57             </dependency>
58             <dependency>
59               <groupId>org.glassfish</groupId>
60               <artifactId>javax.json</artifactId>
61               <version>1.0.4</version>
62             </dependency>
63         </dependencies>
64     </dependencyManagement>
65 </project>