blob: 24211fc439af3bd84ef4f4a1d745b0160a3417b4 [file] [log] [blame]
samueljccda82eb82015-10-07 16:29:52 -07001<?xml version="1.0" encoding="UTF-8"?>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +05302<!-- ~ Copyright 2014 Open Networking Laboratory ~ ~ Licensed under the Apache
3 License, Version 2.0 (the "License"); ~ you may not use this file except
4 in compliance with the License. ~ You may obtain a copy of the License at
5 ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable
6 law or agreed to in writing, software ~ distributed under the License is
7 distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY
8 KIND, either express or implied. ~ See the License for the specific language
9 governing permissions and ~ limitations under the License. -->
samueljccda82eb82015-10-07 16:29:52 -070010<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 +053011 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
12 <modelVersion>4.0.0</modelVersion>
samueljccda82eb82015-10-07 16:29:52 -070013
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053014 <parent>
15 <groupId>org.onosproject</groupId>
16 <artifactId>onos-app-vtn</artifactId>
Brian O'Connor4aded4c2015-12-11 16:55:13 -080017 <version>1.4.0-rc2</version>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053018 <relativePath>../pom.xml</relativePath>
19 </parent>
samueljccda82eb82015-10-07 16:29:52 -070020
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053021 <artifactId>onos-app-vtn-onosfw</artifactId>
22 <packaging>pom</packaging>
samueljccda82eb82015-10-07 16:29:52 -070023
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053024 <description>ONOS framework applications</description>
samueljccda82eb82015-10-07 16:29:52 -070025
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053026 <dependencies>
27 <dependency>
28 <groupId>org.onosproject</groupId>
29 <artifactId>onos-app-vtn-rsc</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 <dependency>
33 <groupId>org.onosproject</groupId>
34 <artifactId>onos-app-vtn-web</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37 <dependency>
38 <groupId>org.onosproject</groupId>
39 <artifactId>onos-app-vtn-mgr</artifactId>
40 <version>${project.version}</version>
41 </dependency>
Mahesh Poojary Se5cbab92015-12-10 10:52:04 +053042 <dependency>
43 <groupId>org.onosproject</groupId>
44 <artifactId>onos-app-sfc-mgr</artifactId>
45 <version>${project.version}</version>
46 </dependency>
Phaneendra Mandabcdb7c92015-11-13 19:26:34 +053047 </dependencies>
samueljccda82eb82015-10-07 16:29:52 -070048
49</project>