89f8c071b87c7ca99ec24eb4ea93785bb06d08ee
[p4plugin.git] / features / features-p4plugin / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4 Copyright © 2016 ZTE,Inc. and others. 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     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>feature-repo-parent</artifactId>
16         <version>3.1.4</version>
17         <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.p4plugin</groupId>
21     <artifactId>features-p4plugin</artifactId>
22     <version>0.2.0-SNAPSHOT</version>
23     <packaging>feature</packaging>
24     <name>Opendaylight :: p4plugin ::features-p4plugin</name>
25
26     <dependencies>
27         <dependency>
28             <groupId>${project.groupId}</groupId>
29             <artifactId>odl-p4plugin-p4runtime</artifactId>
30             <version>${project.version}</version>
31             <type>xml</type>
32             <classifier>features</classifier>
33         </dependency>
34         <dependency>
35             <groupId>${project.groupId}</groupId>
36             <artifactId>odl-p4plugin-all</artifactId>
37             <version>${project.version}</version>
38             <type>xml</type>
39             <classifier>features</classifier>
40         </dependency>
41         <dependency>
42             <groupId>${project.groupId}</groupId>
43             <artifactId>odl-p4plugin-appcommon</artifactId>
44             <version>${project.version}</version>
45             <type>xml</type>
46             <classifier>features</classifier>
47         </dependency>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>odl-p4plugin-simple-router</artifactId>
51             <version>${project.version}</version>
52             <type>xml</type>
53             <classifier>features</classifier>
54         </dependency>
55         <dependency>
56             <groupId>${project.groupId}</groupId>
57             <artifactId>odl-p4plugin-packet-io</artifactId>
58             <version>${project.version}</version>
59             <type>xml</type>
60             <classifier>features</classifier>
61         </dependency>
62     </dependencies>
63 </project>