794cb0ad897ee82d1546ebedccfcb1135376f83b
[openflowjava.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Robert Varga. 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     <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.odlparent</groupId>
16     <artifactId>odlparent-lite</artifactId>
17     <version>1.9.0-SNAPSHOT</version>
18     <relativePath/>
19   </parent>
20
21     <groupId>org.opendaylight.openflowjava</groupId>
22     <artifactId>openflowjava-artifacts</artifactId>
23     <version>0.10.0-SNAPSHOT</version>
24     <packaging>pom</packaging>
25     <!-- <name> formatting is used by autorelease to parse and notify projects on
26          build failure. Please do not modify this unless you have a good reason. -->
27     <name>ODL :: openflowjava :: ${project.artifactId}</name>
28
29     <dependencyManagement>
30         <dependencies>
31             <dependency>
32                 <groupId>${project.groupId}</groupId>
33                 <artifactId>openflow-protocol-api</artifactId>
34                 <version>${project.version}</version>
35             </dependency>
36             <dependency>
37                 <groupId>${project.groupId}</groupId>
38                 <artifactId>openflow-protocol-impl</artifactId>
39                 <version>${project.version}</version>
40             </dependency>
41             <dependency>
42                 <groupId>${project.groupId}</groupId>
43                 <artifactId>openflow-protocol-impl</artifactId>
44                 <version>${project.version}</version>
45                 <type>test-jar</type>
46                 <scope>test</scope>
47             </dependency>
48             <dependency>
49               <groupId>org.opendaylight.openflowjava</groupId>
50               <artifactId>openflowjava-blueprint-config</artifactId>
51               <version>${project.version}</version>
52               <type>xml</type>
53               <classifier>config</classifier>
54             </dependency>
55             <dependency>
56               <groupId>org.opendaylight.openflowjava</groupId>
57               <artifactId>openflowjava-blueprint-config</artifactId>
58               <version>${project.version}</version>
59               <type>xml</type>
60               <classifier>legacyConfig</classifier>
61             </dependency>
62             <dependency>
63                 <groupId>${project.groupId}</groupId>
64                 <artifactId>openflow-protocol-spi</artifactId>
65                 <version>${project.version}</version>
66             </dependency>
67             <dependency>
68                 <groupId>${project.groupId}</groupId>
69                 <artifactId>simple-client</artifactId>
70                 <version>${project.version}</version>
71             </dependency>
72             <dependency>
73                 <groupId>${project.groupId}</groupId>
74                 <artifactId>openflowjava-util</artifactId>
75                 <version>${project.version}</version>
76             </dependency>
77             <dependency>
78                 <groupId>${project.groupId}</groupId>
79                 <artifactId>openflowjava-config</artifactId>
80                 <version>${project.version}</version>
81             </dependency>
82             <dependency>
83                 <groupId>${project.groupId}</groupId>
84                 <artifactId>openflowjava-config</artifactId>
85                 <version>${project.version}</version>
86                 <type>xml</type>
87                 <classifier>configstats</classifier>
88             </dependency>
89             <dependency>
90                 <groupId>${project.groupId}</groupId>
91                 <artifactId>features-openflowjava</artifactId>
92                 <version>${project.version}</version>
93                 <classifier>features</classifier>
94                 <type>xml</type>
95             </dependency>
96         </dependencies>
97     </dependencyManagement>
98
99 </project>