ca88a00eca4abe6099f9ecdc37d9f440cf67eef4
[bgpcep.git] / pcep / ietf-stateful07 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Cisco Systems, 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
12     <modelVersion>4.0.0</modelVersion>
13     <parent>
14         <groupId>org.opendaylight.bgpcep</groupId>
15         <artifactId>binding-parent</artifactId>
16         <version>0.8.0-SNAPSHOT</version>
17         <relativePath>../../binding-parent</relativePath>
18     </parent>
19
20     <artifactId>pcep-ietf-stateful07</artifactId>
21     <description>PCE IETF Stateful model plugin</description>
22     <packaging>bundle</packaging>
23     <name>${project.artifactId}</name>
24
25     <dependencies>
26         <dependency>
27             <groupId>${project.groupId}</groupId>
28             <artifactId>util</artifactId>
29         </dependency>
30         <dependency>
31             <groupId>${project.groupId}</groupId>
32             <artifactId>concepts</artifactId>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.controller</groupId>
36             <artifactId>config-api</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>pcep-api</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>${project.groupId}</groupId>
44             <artifactId>pcep-spi</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>${project.groupId}</groupId>
48             <artifactId>pcep-topology-api</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>pcep-tunnel-api</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>${project.groupId}</groupId>
56             <artifactId>topology-tunnel-api</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>${project.groupId}</groupId>
60             <artifactId>rsvp-api</artifactId>
61         </dependency>
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>pcep-base-parser</artifactId>
65         </dependency>
66
67         <!--
68             FIXME: this is in support of the generated code. This should not
69                    be here, but the plugin should bring it in.
70         -->
71         <dependency>
72             <groupId>org.opendaylight.mdsal</groupId>
73             <artifactId>yang-binding</artifactId>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.mdsal.model</groupId>
77             <artifactId>yang-ext</artifactId>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.yangtools</groupId>
81             <artifactId>yang-common</artifactId>
82         </dependency>
83         <dependency>
84             <groupId>org.opendaylight.yangtools</groupId>
85             <artifactId>concepts</artifactId>
86         </dependency>
87
88         <!--
89              FIXME: these are IETF models which are pre-generated in SAL infra.
90                     This should not be here, but rather should somehow be
91                     discovered by the plugin.
92         -->
93         <dependency>
94             <groupId>org.opendaylight.mdsal.model</groupId>
95             <artifactId>ietf-inet-types-2013-07-15</artifactId>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.mdsal.model</groupId>
99             <artifactId>ietf-topology</artifactId>
100         </dependency>
101         <dependency>
102             <groupId>io.netty</groupId>
103             <artifactId>netty-buffer</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>org.slf4j</groupId>
107             <artifactId>slf4j-api</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>com.google.guava</groupId>
111             <artifactId>guava</artifactId>
112         </dependency>
113         <dependency>
114             <groupId>org.osgi</groupId>
115             <artifactId>org.osgi.core</artifactId>
116             <scope>provided</scope>
117         </dependency>
118
119          <!--test dependencies -->
120         <dependency>
121             <groupId>junit</groupId>
122             <artifactId>junit</artifactId>
123         </dependency>
124         <dependency>
125             <groupId>org.opendaylight.controller</groupId>
126             <artifactId>config-manager</artifactId>
127             <type>test-jar</type>
128         </dependency>
129         <dependency>
130             <groupId>org.opendaylight.controller</groupId>
131             <artifactId>config-manager</artifactId>
132             <scope>test</scope>
133         </dependency>
134         <dependency>
135             <groupId>org.opendaylight.controller</groupId>
136             <artifactId>config-util</artifactId>
137         </dependency>
138         <dependency>
139             <groupId>org.opendaylight.yangtools</groupId>
140             <artifactId>mockito-configuration</artifactId>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>pcep-spi</artifactId>
145             <type>test-jar</type>
146             <scope>test</scope>
147         </dependency>
148     </dependencies>
149
150     <scm>
151         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
152         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
153         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
154         <tag>HEAD</tag>
155     </scm>
156
157     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
158     <distributionManagement>
159         <site>
160             <id>opendaylight-site</id>
161             <url>${nexus.site.url}/${project.artifactId}/</url>
162         </site>
163     </distributionManagement>
164 </project>