98e1a9fb4b02d9e2af91048b4ac9d4316b6a3bdc
[bgpcep.git] / features / config-loader / odl-bgpcep-protocols-config-loader / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2017 AT&T Intellectual Property. 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"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>single-feature-parent</artifactId>
16         <version>2.0.5</version>
17         <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.bgpcep</groupId>
21     <artifactId>odl-bgpcep-protocols-config-loader</artifactId>
22     <version>0.9.0-SNAPSHOT</version>
23     <packaging>feature</packaging>
24
25     <name>OpenDaylight :: BGPCEP :: Protocols Config Loader</name>
26
27     <dependencyManagement>
28         <!-- ODL-BGP-ARTIFACTS -->
29         <dependencies>
30             <dependency>
31                 <groupId>org.opendaylight.bgpcep</groupId>
32                 <artifactId>bgpcep-artifacts</artifactId>
33                 <version>${project.version}</version>
34                 <type>pom</type>
35                 <scope>import</scope>
36             </dependency>
37             <dependency>
38                 <groupId>org.opendaylight.bgpcep</groupId>
39                 <artifactId>dependency-version-management</artifactId>
40                 <version>${project.version}</version>
41                 <type>pom</type>
42                 <scope>import</scope>
43             </dependency>
44         </dependencies>
45     </dependencyManagement>
46
47     <dependencies>
48         <dependency>
49             <groupId>${project.groupId}</groupId>
50             <artifactId>protocols-config-loader</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>${project.groupId}</groupId>
54             <artifactId>odl-bgpcep-bgp-openconfig</artifactId>
55             <type>xml</type>
56             <classifier>features</classifier>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>odl-bgpcep-bgp-dependencies</artifactId>
61             <classifier>features</classifier>
62             <type>xml</type>
63         </dependency>
64         <dependency>
65             <groupId>${project.groupId}</groupId>
66             <artifactId>odl-bgpcep-config-loader-impl</artifactId>
67             <classifier>features</classifier>
68             <type>xml</type>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.controller</groupId>
72             <artifactId>odl-mdsal-broker</artifactId>
73             <type>xml</type>
74             <classifier>features</classifier>
75         </dependency>
76     </dependencies>
77 </project>