blob: 5cdda18800906469690e51f10bc58b8d5bedc173 [file] [log] [blame]
Priyanka B9bee0802016-04-27 22:06:02 +05301<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07002 ~ Copyright 2016-present Open Networking Foundation
Priyanka B9bee0802016-04-27 22:06:02 +05303 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
harikrushna-Huaweia2c7c202017-04-10 18:22:00 +053016<project xmlns="http://maven.apache.org/POM/4.0.0"
17 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Priyanka B9bee0802016-04-27 22:06:02 +053019 <modelVersion>4.0.0</modelVersion>
20 <parent>
21 <groupId>org.onosproject</groupId>
22 <artifactId>onos-providers</artifactId>
ONOS Jenkins User4bf9e3a2017-12-12 18:46:22 +000023 <version>1.13.0-SNAPSHOT</version>
Priyanka B9bee0802016-04-27 22:06:02 +053024 </parent>
25
26 <artifactId>onos-bgpcep-providers</artifactId>
27 <packaging>pom</packaging>
28
29 <description>BGPCEP providers root</description>
30
31 <modules>
32 <module>flow</module>
Priyanka B259847d2016-06-03 21:28:35 +053033 <module>app</module>
Priyanka B9bee0802016-04-27 22:06:02 +053034 </modules>
35
36 <dependencies>
37 <dependency>
38 <groupId>org.onosproject</groupId>
harikrushna-Huaweia2c7c202017-04-10 18:22:00 +053039 <artifactId>onos-pcep-server-api</artifactId>
Priyanka B9bee0802016-04-27 22:06:02 +053040 </dependency>
41 <dependency>
42 <groupId>org.onosproject</groupId>
43 <artifactId>onos-bgp-api</artifactId>
Priyanka B9bee0802016-04-27 22:06:02 +053044 </dependency>
Priyanka Bbd455ca2016-05-05 22:13:25 +053045 <dependency>
46 <groupId>org.onosproject</groupId>
47 <artifactId>onos-pcep-provider-tunnel</artifactId>
48 <version>${project.version}</version>
49 </dependency>
50 <dependency>
51 <groupId>org.onosproject</groupId>
52 <artifactId>onos-pcepio</artifactId>
Priyanka Bbd455ca2016-05-05 22:13:25 +053053 </dependency>
Priyanka B9bee0802016-04-27 22:06:02 +053054 </dependencies>
55
56</project>