blob: b4b6b83e43f2f25bb753c6d3b17a6002a9ed28a3 [file] [log] [blame]
Shashikanth VH1ca26ce2015-11-20 23:19:49 +05301<!--
Jian Lic35415d2016-01-14 17:22:31 -08002 ~ Copyright 2015-2016 Open Networking Laboratory
Shashikanth VH1ca26ce2015-11-20 23:19:49 +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 -->
Jian Lic35415d2016-01-14 17:22:31 -080016<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">
19 <modelVersion>4.0.0</modelVersion>
20 <parent>
21 <groupId>org.onosproject</groupId>
22 <artifactId>onos-bgp-providers</artifactId>
23 <version>1.5.0-SNAPSHOT</version>
24 <relativePath>../pom.xml</relativePath>
25 </parent>
Shashikanth VH1ca26ce2015-11-20 23:19:49 +053026
Jian Lic35415d2016-01-14 17:22:31 -080027 <artifactId>onos-bgp-app</artifactId>
28 <packaging>pom</packaging>
29 <description>BGP protocol southbound providers</description>
Shashikanth VH1ca26ce2015-11-20 23:19:49 +053030
Jian Lic35415d2016-01-14 17:22:31 -080031 <dependencies>
32 <dependency>
33 <groupId>org.onosproject</groupId>
34 <artifactId>onos-bgpio</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37 <dependency>
38 <groupId>org.onosproject</groupId>
39 <artifactId>onos-bgp-api</artifactId>
40 <version>${project.version}</version>
41 </dependency>
42 <dependency>
43 <groupId>org.onosproject</groupId>
44 <artifactId>onos-bgp-ctl</artifactId>
45 <version>${project.version}</version>
46 </dependency>
47 <dependency>
48 <groupId>org.onosproject</groupId>
49 <artifactId>onos-bgp-provider-topology</artifactId>
50 <version>${project.version}</version>
51 </dependency>
52 </dependencies>
Shashikanth VH1ca26ce2015-11-20 23:19:49 +053053</project>