Bug 8163: getDataTreeChangeListenerExecutor() & DataBrokerTestModule
[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 Copyright (c) 2014 Cisco Systems, Inc. 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
11   <parent>
12     <groupId>org.opendaylight.odlparent</groupId>
13     <artifactId>bundle-parent</artifactId>
14     <version>2.0.2</version>
15     <relativePath/>
16   </parent>
17   <modelVersion>4.0.0</modelVersion>
18   <groupId>org.opendaylight.controller</groupId>
19   <artifactId>mdsal-it-base</artifactId>
20   <version>1.6.0-SNAPSHOT</version>
21   <packaging>bundle</packaging>
22   <properties>
23     <config.version>0.7.0-SNAPSHOT</config.version>
24   </properties>
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>org.opendaylight.controller</groupId>
29         <artifactId>mdsal-artifacts</artifactId>
30         <version>${project.version}</version>
31         <type>pom</type>
32         <scope>import</scope>
33       </dependency>
34     </dependencies>
35   </dependencyManagement>
36   <dependencies>
37     <dependency>
38       <groupId>org.opendaylight.controller</groupId>
39       <artifactId>config-it-base</artifactId>
40       <version>${config.version}</version>
41       <scope>compile</scope>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.controller</groupId>
45       <artifactId>sal-binding-api</artifactId>
46     </dependency>
47         <!-- Dependencies for pax exam karaf container -->
48     <dependency>
49         <groupId>org.ops4j.pax.exam</groupId>
50         <artifactId>pax-exam-container-karaf</artifactId>
51         <scope>compile</scope>
52     </dependency>
53     <dependency>
54         <groupId>org.ops4j.pax.exam</groupId>
55         <artifactId>pax-exam-junit4</artifactId>
56         <scope>compile</scope>
57     </dependency>
58     <dependency>
59         <groupId>org.ops4j.pax.exam</groupId>
60         <artifactId>pax-exam</artifactId>
61         <scope>compile</scope>
62     </dependency>
63     <dependency>
64         <groupId>org.ops4j.pax.url</groupId>
65         <artifactId>pax-url-aether</artifactId>
66         <scope>compile</scope>
67     </dependency>
68     <dependency>
69         <groupId>javax.inject</groupId>
70         <artifactId>javax.inject</artifactId>
71         <version>1</version>
72         <scope>compile</scope>
73     </dependency>
74     <dependency>
75         <groupId>org.apache.karaf.features</groupId>
76         <artifactId>org.apache.karaf.features.core</artifactId>
77         <version>${karaf.version}</version>
78         <scope>compile</scope>
79     </dependency>
80     <dependency>
81         <groupId>org.osgi</groupId>
82         <artifactId>org.osgi.core</artifactId>
83         <scope>compile</scope>
84     </dependency>
85     <dependency>
86         <groupId>junit</groupId>
87         <artifactId>junit</artifactId>
88         <scope>compile</scope>
89     </dependency>
90   </dependencies>
91 </project>