blob: f8f59ab540b324e83e7f954c7b42a89d488f7b24 [file] [log] [blame]
samueljccda82eb82015-10-07 16:29:52 -07001<?xml version="1.0" encoding="UTF-8"?>
Jian Lic35415d2016-01-14 17:22:31 -08002<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2015-present Open Networking Foundation
Jian Lic35415d2016-01-14 17:22:31 -08004 ~
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 -->
samueljccda82eb82015-10-07 16:29:52 -070017<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053018 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
19 <modelVersion>4.0.0</modelVersion>
samueljccda82eb82015-10-07 16:29:52 -070020
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053021 <parent>
22 <groupId>org.onosproject</groupId>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070023 <artifactId>onos-apps-vtn</artifactId>
Ray Milkeybca90492018-04-13 12:47:31 -070024 <version>1.14.0-SNAPSHOT</version>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053025 </parent>
samueljccda82eb82015-10-07 16:29:52 -070026
Yuta HIGUCHI78472272018-05-03 17:08:16 -070027 <artifactId>onos-apps-vtn-app</artifactId>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053028 <packaging>pom</packaging>
samueljccda82eb82015-10-07 16:29:52 -070029
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053030 <description>ONOS framework applications</description>
samueljccda82eb82015-10-07 16:29:52 -070031
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053032 <dependencies>
33 <dependency>
34 <groupId>org.onosproject</groupId>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070035 <artifactId>onos-apps-vtn-vtnrsc</artifactId>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053036 <version>${project.version}</version>
37 </dependency>
38 <dependency>
39 <groupId>org.onosproject</groupId>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070040 <artifactId>onos-apps-vtn-vtnweb</artifactId>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053041 <version>${project.version}</version>
42 </dependency>
43 <dependency>
44 <groupId>org.onosproject</groupId>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070045 <artifactId>onos-apps-vtn-sfcweb</artifactId>
rama-huaweic78f3092016-05-19 18:09:29 +053046 <version>${project.version}</version>
47 </dependency>
48 <dependency>
49 <groupId>org.onosproject</groupId>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070050 <artifactId>onos-apps-vtn-vtnmgr</artifactId>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053051 <version>${project.version}</version>
52 </dependency>
Mahesh Poojary Se5cbab92015-12-10 10:52:04 +053053 <dependency>
54 <groupId>org.onosproject</groupId>
Yuta HIGUCHI78472272018-05-03 17:08:16 -070055 <artifactId>onos-apps-vtn-sfcmgr</artifactId>
Mahesh Poojary Se5cbab92015-12-10 10:52:04 +053056 <version>${project.version}</version>
57 </dependency>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053058 </dependencies>
samueljccda82eb82015-10-07 16:29:52 -070059
60</project>