samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 58de416 | 2015-09-10 16:15:33 -0700 | [diff] [blame] | 2 | <!-- |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 3 | ~ Copyright 2014 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 | --> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 21 | |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
| 24 | <artifactId>onos-apps</artifactId> |
Brian O'Connor | 880dc20d | 2015-12-16 22:53:14 -0800 | [diff] [blame] | 25 | <version>1.5.0-SNAPSHOT</version> |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 26 | <relativePath>../pom.xml</relativePath> |
| 27 | </parent> |
| 28 | |
| 29 | <artifactId>onos-app-vtn</artifactId> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 30 | <packaging>pom</packaging> |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 31 | |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 32 | <description>ONOS framework applications</description> |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 33 | |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 34 | <modules> |
Mahesh Poojary S | 335e7c3 | 2015-10-29 10:16:51 +0530 | [diff] [blame] | 35 | <module>sfcmgr</module> |
samueljcc | da82eb8 | 2015-10-07 16:29:52 -0700 | [diff] [blame] | 36 | <module>vtnrsc</module> |
| 37 | <module>vtnmgr</module> |
| 38 | <module>vtnweb</module> |
| 39 | <module>app</module> |
Bharat saraswal | f215b0c | 2015-11-14 15:58:46 +0530 | [diff] [blame] | 40 | </modules> |
| 41 | <dependencies> |
| 42 | <dependency> |
samueljcc | 5ede453 | 2015-10-27 16:44:53 -0700 | [diff] [blame] | 43 | <groupId>org.onosproject</groupId> |
| 44 | <artifactId>onlab-junit</artifactId> |
| 45 | <scope>test</scope> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>com.google.guava</groupId> |
| 49 | <artifactId>guava-testlib</artifactId> |
| 50 | <scope>test</scope> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>org.easymock</groupId> |
| 54 | <artifactId>easymock</artifactId> |
| 55 | <scope>test</scope> |
| 56 | </dependency> |
Bharat saraswal | f215b0c | 2015-11-14 15:58:46 +0530 | [diff] [blame] | 57 | <dependency> |
| 58 | <groupId>org.onosproject</groupId> |
| 59 | <artifactId>onlab-osgi</artifactId> |
| 60 | <classifier>tests</classifier> |
| 61 | <scope>test</scope> |
| 62 | </dependency> |
| 63 | <dependency> |
Phaneendra Manda | bc7c694 | 2015-12-03 16:33:24 +0530 | [diff] [blame] | 64 | <groupId>org.onosproject</groupId> |
| 65 | <artifactId>onos-api</artifactId> |
| 66 | <scope>test</scope> |
| 67 | <classifier>tests</classifier> |
| 68 | </dependency> |
| 69 | <dependency> |
Bharat saraswal | f215b0c | 2015-11-14 15:58:46 +0530 | [diff] [blame] | 70 | <groupId>com.sun.jersey</groupId> |
| 71 | <artifactId>jersey-servlet</artifactId> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>com.sun.jersey.jersey-test-framework</groupId> |
| 75 | <artifactId>jersey-test-framework-core</artifactId> |
| 76 | <scope>test</scope> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>com.sun.jersey.jersey-test-framework</groupId> |
| 80 | <artifactId>jersey-test-framework-grizzly2</artifactId> |
| 81 | <scope>test</scope> |
| 82 | </dependency> |
samueljcc | 5ede453 | 2015-10-27 16:44:53 -0700 | [diff] [blame] | 83 | </dependencies> |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 84 | </project> |