Bump to odlparent 3.1.0 and yangtools 2.0.3
[controller.git] / opendaylight / md-sal / mdsal-it-base / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
5
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>bundle-parent</artifactId>
15     <version>3.1.0</version>
16     <relativePath/>
17   </parent>
18   <modelVersion>4.0.0</modelVersion>
19   <groupId>org.opendaylight.controller</groupId>
20   <artifactId>mdsal-it-base</artifactId>
21   <version>1.8.0-SNAPSHOT</version>
22   <packaging>bundle</packaging>
23   <properties>
24     <config.version>0.9.0-SNAPSHOT</config.version>
25   </properties>
26   <dependencyManagement>
27     <dependencies>
28       <dependency>
29         <groupId>org.opendaylight.controller</groupId>
30         <artifactId>mdsal-artifacts</artifactId>
31         <version>${project.version}</version>
32         <type>pom</type>
33         <scope>import</scope>
34       </dependency>
35     </dependencies>
36   </dependencyManagement>
37   <dependencies>
38     <dependency>
39       <groupId>org.opendaylight.controller</groupId>
40       <artifactId>config-it-base</artifactId>
41       <version>${config.version}</version>
42       <scope>compile</scope>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.controller</groupId>
46       <artifactId>sal-binding-api</artifactId>
47     </dependency>
48         <!-- Dependencies for pax exam karaf container -->
49     <dependency>
50         <groupId>org.ops4j.pax.exam</groupId>
51         <artifactId>pax-exam-container-karaf</artifactId>
52         <scope>compile</scope>
53     </dependency>
54     <dependency>
55         <groupId>org.ops4j.pax.exam</groupId>
56         <artifactId>pax-exam-junit4</artifactId>
57         <scope>compile</scope>
58     </dependency>
59     <dependency>
60         <groupId>org.ops4j.pax.exam</groupId>
61         <artifactId>pax-exam</artifactId>
62         <scope>compile</scope>
63     </dependency>
64     <dependency>
65         <groupId>org.ops4j.pax.url</groupId>
66         <artifactId>pax-url-aether</artifactId>
67         <scope>compile</scope>
68     </dependency>
69     <dependency>
70         <groupId>javax.inject</groupId>
71         <artifactId>javax.inject</artifactId>
72         <version>1</version>
73         <scope>compile</scope>
74     </dependency>
75     <dependency>
76         <groupId>org.apache.karaf.features</groupId>
77         <artifactId>org.apache.karaf.features.core</artifactId>
78         <version>${karaf.version}</version>
79         <scope>compile</scope>
80     </dependency>
81     <dependency>
82         <groupId>org.osgi</groupId>
83         <artifactId>org.osgi.core</artifactId>
84         <scope>compile</scope>
85     </dependency>
86     <dependency>
87         <groupId>junit</groupId>
88         <artifactId>junit</artifactId>
89         <scope>compile</scope>
90     </dependency>
91   </dependencies>
92 </project>