Bump upstreams
[openflowplugin.git] / drop-test-karaf / pom.xml
1 <?xml version="1.0"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.18.0-SNAPSHOT</version>
8         <relativePath>../parent</relativePath>
9     </parent>
10
11     <artifactId>drop-test-karaf</artifactId>
12     <packaging>bundle</packaging>
13
14     <dependencies>
15         <dependency>
16             <groupId>com.guicedee.services</groupId>
17             <artifactId>javax.inject</artifactId>
18             <optional>true</optional>
19         </dependency>
20         <dependency>
21             <groupId>org.opendaylight.openflowplugin</groupId>
22             <artifactId>test-common</artifactId>
23         </dependency>
24
25         <!-- FIXME: migrate karaf commands and adjust these two dependencies -->
26         <dependency>
27             <groupId>org.apache.karaf.shell</groupId>
28             <artifactId>org.apache.karaf.shell.console</artifactId>
29             <scope>provided</scope>
30         </dependency>
31         <dependency>
32             <groupId>org.osgi</groupId>
33             <artifactId>org.osgi.framework</artifactId>
34         </dependency>
35     </dependencies>
36
37     <scm>
38         <connection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</connection>
39         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/openflowplugin.git</developerConnection>
40     </scm>
41
42     <build>
43         <plugins>
44             <plugin>
45                 <groupId>org.apache.karaf.tooling</groupId>
46                 <artifactId>karaf-services-maven-plugin</artifactId>
47             </plugin>
48         </plugins>
49     </build>
50 </project>