blob: 70786fa1a3607a94dc963a9b92bf54ff36c9dd43 [file] [log] [blame]
Jian Lic35415d2016-01-14 17:22:31 -08001<?xml version="1.0" encoding="UTF-8"?>
Thomas Vachuska58de4162015-09-10 16:15:33 -07002<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2015-present Open Networking Foundation
Thomas Vachuska58de4162015-09-10 16:15:33 -07004 ~
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 -->
xuzhang585f9052015-07-22 11:20:13 +080017<project
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053018 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>
ONOS Jenkins Userd06da9e2017-12-11 20:41:44 +000024 <version>1.13.0-b3</version>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053025 </parent>
xuzhang585f9052015-07-22 11:20:13 +080026
27
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053028 <artifactId>onos-app-vtn-rsc</artifactId>
29 <packaging>bundle</packaging>
xuzhang585f9052015-07-22 11:20:13 +080030
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053031 <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 saraswal94358502015-12-11 00:58:15 +053054 <dependency>
55 <groupId>org.onosproject</groupId>
56 <artifactId>onos-core-common</artifactId>
Bharat saraswal94358502015-12-11 00:58:15 +053057 <classifier>tests</classifier>
58 <scope>test</scope>
59 </dependency>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053060 </dependencies>
xuzhang585f9052015-07-22 11:20:13 +080061</project>