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.
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
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">
12 <groupId>org.opendaylight.controller</groupId>
13 <artifactId>config-parent</artifactId>
14 <version>0.4.0-SNAPSHOT</version>
17 <modelVersion>4.0.0</modelVersion>
18 <artifactId>config-it-base</artifactId>
19 <packaging>bundle</packaging>
20 <dependencyManagement>
23 <groupId>org.opendaylight.controller</groupId>
24 <artifactId>config-artifacts</artifactId>
25 <version>${project.version}</version>
30 </dependencyManagement>
33 <groupId>org.opendaylight.controller</groupId>
34 <artifactId>config-util</artifactId>
36 <!-- Dependencies for pax exam karaf container -->
38 <groupId>org.ops4j.pax.exam</groupId>
39 <artifactId>pax-exam-container-karaf</artifactId>
40 <scope>compile</scope>
43 <groupId>org.ops4j.pax.exam</groupId>
44 <artifactId>pax-exam-junit4</artifactId>
45 <scope>compile</scope>
48 <groupId>org.ops4j.pax.exam</groupId>
49 <artifactId>pax-exam</artifactId>
50 <scope>compile</scope>
53 <groupId>org.ops4j.pax.url</groupId>
54 <artifactId>pax-url-aether</artifactId>
55 <scope>compile</scope>
58 <groupId>javax.inject</groupId>
59 <artifactId>javax.inject</artifactId>
61 <scope>compile</scope>
64 <groupId>org.apache.karaf.features</groupId>
65 <artifactId>org.apache.karaf.features.core</artifactId>
66 <version>${karaf.version}</version>
67 <scope>compile</scope>
70 <groupId>org.osgi</groupId>
71 <artifactId>org.osgi.core</artifactId>
72 <scope>compile</scope>
75 <groupId>junit</groupId>
76 <artifactId>junit</artifactId>
77 <scope>compile</scope>
80 <groupId>org.apache.karaf.tooling</groupId>
81 <artifactId>karaf-maven-plugin</artifactId>
82 <version>${karaf.version}</version>