Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 58de416 | 2015-09-10 16:15:33 -0700 | [diff] [blame] | 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Foundation |
Thomas Vachuska | 58de416 | 2015-09-10 16:15:33 -0700 | [diff] [blame] | 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | <parent> |
| 22 | <groupId>org.onosproject</groupId> |
| 23 | <artifactId>onos-pcep-providers</artifactId> |
ONOS Jenkins User | 1733ccf | 2018-04-20 00:49:12 +0000 | [diff] [blame] | 24 | <version>1.13.0-SNAPSHOT</version> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 25 | </parent> |
Brian O'Connor | 3f877a8 | 2015-05-28 17:26:52 -0700 | [diff] [blame] | 26 | |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 27 | <artifactId>onos-pcep</artifactId> |
| 28 | <packaging>pom</packaging> |
Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 29 | <description>PCEP protocol southbound providers</description> |
cheng fan | 48e832c | 2015-05-29 01:54:47 +0800 | [diff] [blame] | 30 | |
Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 31 | <dependencies> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 32 | <dependency> |
| 33 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | 834894a | 2017-08-29 10:24:05 -0700 | [diff] [blame] | 34 | <artifactId>onos-apps-pcep-api</artifactId> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 35 | </dependency> |
Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 36 | <dependency> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 37 | <groupId>org.onosproject</groupId> |
| 38 | <artifactId>onos-pcepio</artifactId> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 39 | </dependency> |
Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 40 | <dependency> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 41 | <groupId>org.onosproject</groupId> |
harikrushna-Huawei | a2c7c20 | 2017-04-10 18:22:00 +0530 | [diff] [blame] | 42 | <artifactId>onos-pcep-server-api</artifactId> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 43 | </dependency> |
Jian Li | c35415d | 2016-01-14 17:22:31 -0800 | [diff] [blame] | 44 | <dependency> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 45 | <groupId>org.onosproject</groupId> |
harikrushna-Huawei | a2c7c20 | 2017-04-10 18:22:00 +0530 | [diff] [blame] | 46 | <artifactId>onos-pcep-server-impl</artifactId> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 47 | <version>${project.version}</version> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>org.onosproject</groupId> |
| 51 | <artifactId>onos-pcep-provider-topology</artifactId> |
| 52 | <version>${project.version}</version> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>org.onosproject</groupId> |
mohamedrahil | 00f6f26 | 2016-11-24 20:20:41 +0530 | [diff] [blame] | 56 | <artifactId>onos-pcep-provider-cli</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | </dependency> |
| 59 | <dependency> |
| 60 | <groupId>org.onosproject</groupId> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 61 | <artifactId>onos-pcep-provider-tunnel</artifactId> |
| 62 | <version>${project.version}</version> |
| 63 | </dependency> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 64 | </dependencies> |
Brian O'Connor | 3f877a8 | 2015-05-28 17:26:52 -0700 | [diff] [blame] | 65 | </project> |