samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 2 | <!-- ~ 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. --> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 10 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 11 | 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> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 13 | |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 14 | <parent> |
| 15 | <groupId>org.onosproject</groupId> |
| 16 | <artifactId>onos-app-vtn</artifactId> |
| 17 | <version>1.4.0-SNAPSHOT</version> |
| 18 | <relativePath>../pom.xml</relativePath> |
| 19 | </parent> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 20 | |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 21 | <artifactId>onos-app-vtn-onosfw</artifactId> |
| 22 | <packaging>pom</packaging> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 23 | |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 24 | <description>ONOS framework applications</description> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 25 | |
Phaneendra Manda | bcdb7c9 | 2015-11-13 19:26:34 +0530 | [diff] [blame] | 26 | <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> |
| 42 | </dependencies> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 43 | |
| 44 | </project> |