tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 781d18b | 2014-10-27 10:31:25 -0700 | [diff] [blame] | 2 | <!-- |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 3 | ~ Copyright 2014 Open Networking Laboratory |
Thomas Vachuska | 781d18b | 2014-10-27 10:31:25 -0700 | [diff] [blame] | 4 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 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 |
Thomas Vachuska | 781d18b | 2014-10-27 10:31:25 -0700 | [diff] [blame] | 8 | ~ |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 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. |
Thomas Vachuska | 781d18b | 2014-10-27 10:31:25 -0700 | [diff] [blame] | 16 | --> |
tom | 8bb1606 | 2014-09-12 14:47:46 -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"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 23 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 24 | <artifactId>onos</artifactId> |
Brian O'Connor | afc2d7d | 2015-06-05 23:31:25 -0700 | [diff] [blame] | 25 | <version>1.3.0-SNAPSHOT</version> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 26 | <relativePath>../pom.xml</relativePath> |
| 27 | </parent> |
| 28 | |
| 29 | <artifactId>onos-apps</artifactId> |
| 30 | <packaging>pom</packaging> |
| 31 | |
| 32 | <description>ONOS sample applications</description> |
| 33 | |
| 34 | <modules> |
Ari Saha | 79d7c25 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 35 | <module>aaa</module> |
Pengfei Lu | e0c02e2 | 2015-07-07 15:41:31 +0800 | [diff] [blame] | 36 | <module>acl</module> |
alshabib | 030111e | 2014-09-15 15:56:42 -0700 | [diff] [blame] | 37 | <module>fwd</module> |
alshabib | 4906fab | 2014-09-29 23:58:12 -0700 | [diff] [blame] | 38 | <module>mobility</module> |
alshabib | c274c90 | 2014-10-03 14:58:27 -0700 | [diff] [blame] | 39 | <module>proxyarp</module> |
Jonathan Hart | 039d2b1 | 2014-10-10 09:33:04 -0700 | [diff] [blame] | 40 | <module>config</module> |
| 41 | <module>sdnip</module> |
weibit | 38c42ed | 2014-10-09 19:03:54 -0700 | [diff] [blame] | 42 | <module>optical</module> |
Pavlin Radoslavov | 64d9e47 | 2014-10-21 22:01:08 -0700 | [diff] [blame] | 43 | <module>metrics</module> |
Marc De Leenheer | 6ff9764 | 2015-07-08 19:21:16 +0000 | [diff] [blame] | 44 | <module>oecfg</module> |
Jonathan Hart | 41349e9 | 2015-02-09 14:14:02 -0800 | [diff] [blame] | 45 | <module>routing</module> |
| 46 | <module>routing-api</module> |
Pingping Lin | e28ae4c | 2015-03-13 11:37:03 -0700 | [diff] [blame] | 47 | <module>reactive-routing</module> |
Pingping Lin | ffa27d3 | 2015-04-30 14:41:03 -0700 | [diff] [blame] | 48 | <module>virtualbng</module> |
Jonathan Hart | f582920 | 2015-02-12 09:37:02 -0800 | [diff] [blame] | 49 | <module>bgprouter</module> |
Brian O'Connor | a468e90 | 2015-03-18 16:43:49 -0700 | [diff] [blame] | 50 | <module>test</module> |
sangho | b35a619 | 2015-04-01 13:05:26 -0700 | [diff] [blame] | 51 | <module>segmentrouting</module> |
Jonathan Hart | ea75084 | 2015-04-23 17:44:49 -0700 | [diff] [blame] | 52 | <module>cordfabric</module> |
Ray Milkey | 140e478 | 2015-04-24 11:25:13 -0700 | [diff] [blame] | 53 | <module>xos-integration</module> |
cheng fan | 48e832c | 2015-05-29 01:54:47 +0800 | [diff] [blame] | 54 | <module>pcep-api</module> |
alshabib | 0ccde6d | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 55 | <module>olt</module> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 56 | </modules> |
| 57 | |
| 58 | <properties> |
| 59 | <web.context>default</web.context> |
| 60 | </properties> |
| 61 | |
| 62 | <dependencies> |
| 63 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 64 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 65 | <artifactId>onos-api</artifactId> |
| 66 | </dependency> |
| 67 | |
| 68 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 69 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 70 | <artifactId>onlab-osgi</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | </dependency> |
| 73 | |
| 74 | <dependency> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 75 | <groupId>org.apache.felix</groupId> |
| 76 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 77 | </dependency> |
| 78 | </dependencies> |
| 79 | |
| 80 | <build> |
| 81 | <plugins> |
| 82 | <plugin> |
| 83 | <groupId>org.apache.felix</groupId> |
| 84 | <artifactId>maven-bundle-plugin</artifactId> |
tom | f297f39 | 2014-09-15 14:46:49 -0700 | [diff] [blame] | 85 | </plugin> |
| 86 | |
| 87 | <plugin> |
| 88 | <groupId>org.apache.felix</groupId> |
| 89 | <artifactId>maven-scr-plugin</artifactId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 90 | </plugin> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 91 | |
| 92 | <plugin> |
| 93 | <groupId>org.onosproject</groupId> |
| 94 | <artifactId>onos-maven-plugin</artifactId> |
| 95 | </plugin> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 96 | </plugins> |
| 97 | </build> |
| 98 | |
| 99 | </project> |