Update docs header to Sodium in stable/sodium
[genius.git] / features / odl-genius-fcaps-application / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.  All rights reserved.
4
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
8  -->
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">
10   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>single-feature-parent</artifactId>
15     <version>5.0.11</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.genius</groupId>
20   <artifactId>odl-genius-fcaps-application</artifactId>
21   <version>0.7.5-SNAPSHOT</version>
22   <packaging>feature</packaging>
23   <name>OpenDaylight :: genius :: fcapsapp</name>
24
25   <dependencies>
26     <!-- Other Features -->
27     <dependency>
28       <groupId>org.opendaylight.openflowplugin</groupId>
29       <artifactId>odl-openflowplugin-southbound</artifactId>
30       <version>0.9.5-SNAPSHOT</version>
31       <type>xml</type>
32       <classifier>features</classifier>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.openflowplugin</groupId>
36       <artifactId>odl-openflowplugin-app-forwardingrules-manager</artifactId>
37       <version>0.9.5-SNAPSHOT</version>
38       <type>xml</type>
39       <classifier>features</classifier>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.openflowplugin</groupId>
43       <artifactId>odl-openflowplugin-app-reconciliation-framework</artifactId>
44       <version>0.9.5-SNAPSHOT</version>
45       <type>xml</type>
46       <classifier>features</classifier>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.infrautils</groupId>
50       <artifactId>odl-infrautils-inject</artifactId>
51       <version>1.6.5-SNAPSHOT</version>
52       <type>xml</type>
53       <classifier>features</classifier>
54     </dependency>
55     <dependency>
56       <groupId>org.opendaylight.genius</groupId>
57       <artifactId>odl-genius-api</artifactId>
58       <version>0.7.5-SNAPSHOT</version>
59       <type>xml</type>
60       <classifier>features</classifier>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.infrautils</groupId>
64       <artifactId>odl-infrautils-metrics</artifactId>
65       <version>1.6.5-SNAPSHOT</version>
66       <type>xml</type>
67       <classifier>features</classifier>
68     </dependency>
69
70     <!-- External libraries to wrap -->
71     <dependency>
72       <groupId>javax.inject</groupId>
73       <artifactId>javax.inject</artifactId>
74     </dependency>
75
76     <!-- Bundles from this project -->
77     <dependency>
78       <groupId>org.opendaylight.genius</groupId>
79       <artifactId>fcapsapplication-jmxapi</artifactId>
80       <version>${project.version}</version>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.genius</groupId>
84       <artifactId>fcapsapplication-impl</artifactId>
85       <version>${project.version}</version>
86     </dependency>
87   </dependencies>
88 </project>