Bump odlparent to 3.1.2
[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.2</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
24   <dependencyManagement>
25     <dependencies>
26       <dependency>
27         <groupId>org.opendaylight.controller</groupId>
28         <artifactId>mdsal-artifacts</artifactId>
29         <version>${project.version}</version>
30         <type>pom</type>
31         <scope>import</scope>
32       </dependency>
33     </dependencies>
34   </dependencyManagement>
35
36   <dependencies>
37     <dependency>
38       <groupId>org.opendaylight.odlparent</groupId>
39       <artifactId>opendaylight-karaf-empty</artifactId>
40       <type>zip</type>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.controller</groupId>
44       <artifactId>sal-binding-api</artifactId>
45     </dependency>
46         <!-- Dependencies for pax exam karaf container -->
47     <dependency>
48         <groupId>org.ops4j.pax.exam</groupId>
49         <artifactId>pax-exam-container-karaf</artifactId>
50         <scope>compile</scope>
51     </dependency>
52     <dependency>
53         <groupId>org.ops4j.pax.exam</groupId>
54         <artifactId>pax-exam-junit4</artifactId>
55         <scope>compile</scope>
56     </dependency>
57     <dependency>
58         <groupId>org.ops4j.pax.exam</groupId>
59         <artifactId>pax-exam</artifactId>
60         <scope>compile</scope>
61     </dependency>
62     <dependency>
63         <groupId>org.ops4j.pax.tipi</groupId>
64         <artifactId>org.ops4j.pax.tipi.junit</artifactId>
65         <version>4.12.0.1</version>
66         <scope>runtime</scope>
67     </dependency>
68     <dependency>
69         <groupId>org.ops4j.pax.tipi</groupId>
70         <artifactId>org.ops4j.pax.tipi.hamcrest.core</artifactId>
71         <version>1.3.0.1</version>
72         <scope>runtime</scope>
73     </dependency>
74     <dependency>
75         <groupId>org.ops4j.pax.url</groupId>
76         <artifactId>pax-url-aether</artifactId>
77         <scope>compile</scope>
78     </dependency>
79     <dependency>
80         <groupId>javax.inject</groupId>
81         <artifactId>javax.inject</artifactId>
82         <scope>compile</scope>
83     </dependency>
84     <dependency>
85         <groupId>org.apache.karaf.features</groupId>
86         <artifactId>org.apache.karaf.features.core</artifactId>
87         <version>${karaf.version}</version>
88         <scope>compile</scope>
89     </dependency>
90     <dependency>
91         <groupId>org.osgi</groupId>
92         <artifactId>org.osgi.core</artifactId>
93         <scope>compile</scope>
94     </dependency>
95     <dependency>
96         <groupId>junit</groupId>
97         <artifactId>junit</artifactId>
98         <scope>compile</scope>
99     </dependency>
100   </dependencies>
101 </project>