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 | 5ab426f | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Laboratory |
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 | --> |
xuzhang | 585f905 | 2015-07-22 11:20:13 +0800 | [diff] [blame] | 17 | <project |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 18 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 19 | xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | <parent> |
| 22 | <groupId>org.onosproject</groupId> |
| 23 | <artifactId>onos-app-vtn</artifactId> |
Ray Milkey | 54a7851 | 2017-02-13 11:13:52 -0800 | [diff] [blame] | 24 | <version>1.10.0-SNAPSHOT</version> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 25 | </parent> |
xuzhang | 585f905 | 2015-07-22 11:20:13 +0800 | [diff] [blame] | 26 | |
| 27 | |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 28 | <artifactId>onos-app-vtn-rsc</artifactId> |
| 29 | <packaging>bundle</packaging> |
xuzhang | 585f905 | 2015-07-22 11:20:13 +0800 | [diff] [blame] | 30 | |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 31 | <dependencies> |
| 32 | <dependency> |
| 33 | <groupId>org.onosproject</groupId> |
| 34 | <artifactId>onos-api</artifactId> |
| 35 | </dependency> |
| 36 | <dependency> |
| 37 | <groupId>org.onosproject</groupId> |
| 38 | <artifactId>onos-cli</artifactId> |
| 39 | <version>${project.version}</version> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.apache.felix</groupId> |
| 43 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.apache.karaf.shell</groupId> |
| 47 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 48 | </dependency> |
| 49 | <dependency> |
| 50 | <groupId>org.onosproject</groupId> |
| 51 | <artifactId>onos-core-serializers</artifactId> |
| 52 | <version>${project.version}</version> |
| 53 | </dependency> |
Bharat saraswal | 9435850 | 2015-12-11 00:58:15 +0530 | [diff] [blame] | 54 | <dependency> |
| 55 | <groupId>org.onosproject</groupId> |
| 56 | <artifactId>onos-core-common</artifactId> |
Bharat saraswal | 9435850 | 2015-12-11 00:58:15 +0530 | [diff] [blame] | 57 | <classifier>tests</classifier> |
| 58 | <scope>test</scope> |
| 59 | </dependency> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 60 | </dependencies> |
xuzhang | 585f905 | 2015-07-22 11:20:13 +0800 | [diff] [blame] | 61 | </project> |