Bump to odlparent 3.1.3
[neutron.git] / integration / test-standalone / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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
5   <parent>
6     <groupId>org.opendaylight.odlparent</groupId>
7     <artifactId>bundle-parent</artifactId>
8     <version>3.1.3</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.opendaylight.neutron</groupId>
13   <artifactId>integration-test-standalone</artifactId>
14   <version>0.11.0-SNAPSHOT</version>
15
16   <!-- <name> formatting is used by autorelease to parse and notify projects on
17        build failure. Please do not modify this unless you have a good reason. -->
18   <name>ODL :: neutron :: ${project.artifactId}</name>
19
20   <dependencies>
21     <dependency>
22       <groupId>com.google.code.gson</groupId>
23       <artifactId>gson</artifactId>
24     </dependency>
25
26     <dependency>
27       <groupId>junit</groupId>
28       <artifactId>junit</artifactId>
29       <scope>compile</scope>
30     </dependency>
31
32     <dependency>
33       <groupId>javax.inject</groupId>
34       <artifactId>javax.inject</artifactId>
35     </dependency>
36
37     <dependency>
38       <groupId>org.opendaylight.neutron</groupId>
39       <artifactId>northbound-api</artifactId>
40       <version>${project.version}</version>
41       <scope>test</scope>
42     </dependency>
43     <dependency>
44       <groupId>org.opendaylight.neutron</groupId>
45       <artifactId>transcriber</artifactId>
46       <version>${project.version}</version>
47       <scope>test</scope>
48     </dependency>
49
50     <dependency>
51       <groupId>org.opendaylight.controller</groupId>
52       <artifactId>sal-binding-broker-impl</artifactId>
53       <version>1.8.0-SNAPSHOT</version>
54       <scope>test</scope>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.controller</groupId>
58       <artifactId>sal-binding-broker-impl</artifactId>
59       <version>1.8.0-SNAPSHOT</version>
60       <type>test-jar</type>
61       <scope>test</scope>
62     </dependency>
63     <dependency>
64       <groupId>org.opendaylight.infrautils</groupId>
65       <artifactId>infrautils-testutils</artifactId>
66       <version>1.4.0-SNAPSHOT</version>
67       <scope>test</scope>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.infrautils</groupId>
71       <artifactId>inject.guice.testutils</artifactId>
72       <version>1.4.0-SNAPSHOT</version>
73       <scope>test</scope>
74       <exclusions>
75         <exclusion>
76           <groupId>aopalliance</groupId>
77           <artifactId>aopalliance</artifactId>
78         </exclusion>
79       </exclusions>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.aaa.web</groupId>
83       <artifactId>web-jetty-impl</artifactId>
84       <version>0.8.0-SNAPSHOT</version>
85       <scope>test</scope>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.aaa.web</groupId>
89       <artifactId>servlet-jersey2</artifactId>
90       <version>0.8.0-SNAPSHOT</version>
91       <scope>test</scope>
92     </dependency>
93     <dependency>
94       <groupId>org.glassfish.jersey.bundles.repackaged</groupId>
95       <artifactId>jersey-guava</artifactId>
96       <version>2.6</version>
97       <scope>test</scope>
98     </dependency>
99   </dependencies>
100 </project>