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. |
sanghoshin | 94872a1 | 2015-10-16 18:04:34 +0900 | [diff] [blame] | 16 | --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 17 | <modelVersion>4.0.0</modelVersion> |
| 18 | |
| 19 | <parent> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 20 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 21 | <artifactId>onos</artifactId> |
Brian O'Connor | 880dc20d | 2015-12-16 22:53:14 -0800 | [diff] [blame] | 22 | <version>1.5.0-SNAPSHOT</version> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 23 | <relativePath>../pom.xml</relativePath> |
| 24 | </parent> |
| 25 | |
| 26 | <artifactId>onos-apps</artifactId> |
| 27 | <packaging>pom</packaging> |
| 28 | |
| 29 | <description>ONOS sample applications</description> |
| 30 | |
| 31 | <modules> |
Ari Saha | 79d7c25 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 32 | <module>aaa</module> |
Pengfei Lu | e0c02e2 | 2015-07-07 15:41:31 +0800 | [diff] [blame] | 33 | <module>acl</module> |
kmcpeake | 4fe18c8 | 2015-11-17 20:07:39 +0000 | [diff] [blame] | 34 | <module>faultmanagement</module> |
alshabib | 030111e | 2014-09-15 15:56:42 -0700 | [diff] [blame] | 35 | <module>fwd</module> |
alshabib | 4906fab | 2014-09-29 23:58:12 -0700 | [diff] [blame] | 36 | <module>mobility</module> |
alshabib | c274c90 | 2014-10-03 14:58:27 -0700 | [diff] [blame] | 37 | <module>proxyarp</module> |
Jonathan Hart | 039d2b1 | 2014-10-10 09:33:04 -0700 | [diff] [blame] | 38 | <module>sdnip</module> |
weibit | 38c42ed | 2014-10-09 19:03:54 -0700 | [diff] [blame] | 39 | <module>optical</module> |
Pavlin Radoslavov | 64d9e47 | 2014-10-21 22:01:08 -0700 | [diff] [blame] | 40 | <module>metrics</module> |
Jonathan Hart | 41349e9 | 2015-02-09 14:14:02 -0800 | [diff] [blame] | 41 | <module>routing</module> |
| 42 | <module>routing-api</module> |
Pingping Lin | e28ae4c | 2015-03-13 11:37:03 -0700 | [diff] [blame] | 43 | <module>reactive-routing</module> |
Pingping Lin | ffa27d3 | 2015-04-30 14:41:03 -0700 | [diff] [blame] | 44 | <module>virtualbng</module> |
Jonathan Hart | f582920 | 2015-02-12 09:37:02 -0800 | [diff] [blame] | 45 | <module>bgprouter</module> |
Brian O'Connor | a468e90 | 2015-03-18 16:43:49 -0700 | [diff] [blame] | 46 | <module>test</module> |
sangho | b35a619 | 2015-04-01 13:05:26 -0700 | [diff] [blame] | 47 | <module>segmentrouting</module> |
Jonathan Hart | ea75084 | 2015-04-23 17:44:49 -0700 | [diff] [blame] | 48 | <module>cordfabric</module> |
Ray Milkey | 140e478 | 2015-04-24 11:25:13 -0700 | [diff] [blame] | 49 | <module>xos-integration</module> |
cheng fan | 48e832c | 2015-05-29 01:54:47 +0800 | [diff] [blame] | 50 | <module>pcep-api</module> |
Satish K | f6d87cb | 2015-11-30 19:59:22 +0530 | [diff] [blame] | 51 | <module>iptopology-api</module> |
alshabib | 0ccde6d | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 52 | <module>olt</module> |
Thomas Vachuska | c03df25 | 2015-08-26 23:37:13 -0700 | [diff] [blame] | 53 | <module>cip</module> |
Thomas Vachuska | 9c9ff7c | 2015-07-20 10:38:59 -0700 | [diff] [blame] | 54 | <module>flowanalyzer</module> |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 55 | <module>vtn</module> |
Thomas Vachuska | ef97932 | 2015-09-04 11:31:01 -0700 | [diff] [blame] | 56 | <module>dhcp</module> |
Hyunsun Moon | ab2cf25 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 57 | <module>cordvtn</module> |
alshabib | eff0054 | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 58 | <module>mfwd</module> |
| 59 | <module>igmp</module> |
| 60 | <module>pim</module> |
Aaron Kruglikov | 2932798 | 2015-10-06 17:15:16 -0700 | [diff] [blame] | 61 | <module>mlb</module> |
sanghoshin | 94872a1 | 2015-10-16 18:04:34 +0900 | [diff] [blame] | 62 | <module>openstackswitching</module> |
Thomas Vachuska | b4d3ff7 | 2015-12-01 09:53:51 -0800 | [diff] [blame] | 63 | <module>pathpainter</module> |
Thomas Vachuska | bbf1050 | 2015-12-09 13:41:58 -0800 | [diff] [blame] | 64 | <module>drivermatrix</module> |
Jian Li | 0967cd7 | 2015-11-25 17:38:48 -0800 | [diff] [blame] | 65 | <module>cpman</module> |
Hyunsun Moon | ab2cf25 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 66 | </modules> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 67 | |
| 68 | <properties> |
| 69 | <web.context>default</web.context> |
| 70 | </properties> |
| 71 | |
| 72 | <dependencies> |
| 73 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 74 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 75 | <artifactId>onos-api</artifactId> |
| 76 | </dependency> |
| 77 | |
| 78 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 79 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 80 | <artifactId>onlab-osgi</artifactId> |
| 81 | <version>${project.version}</version> |
| 82 | </dependency> |
| 83 | |
| 84 | <dependency> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 85 | <groupId>org.apache.felix</groupId> |
| 86 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 87 | </dependency> |
| 88 | </dependencies> |
| 89 | |
| 90 | <build> |
| 91 | <plugins> |
| 92 | <plugin> |
| 93 | <groupId>org.apache.felix</groupId> |
| 94 | <artifactId>maven-bundle-plugin</artifactId> |
tom | f297f39 | 2014-09-15 14:46:49 -0700 | [diff] [blame] | 95 | </plugin> |
| 96 | |
| 97 | <plugin> |
| 98 | <groupId>org.apache.felix</groupId> |
| 99 | <artifactId>maven-scr-plugin</artifactId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 100 | </plugin> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 101 | |
| 102 | <plugin> |
| 103 | <groupId>org.onosproject</groupId> |
| 104 | <artifactId>onos-maven-plugin</artifactId> |
| 105 | </plugin> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 106 | </plugins> |
| 107 | </build> |
| 108 | |
| 109 | </project> |