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 | <!-- |
Brian O'Connor | 5ab426f | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2014-present 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 | 955c316 | 2016-03-10 15:27:19 -0800 | [diff] [blame] | 22 | <version>1.6.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> |
Ray Milkey | 140e478 | 2015-04-24 11:25:13 -0700 | [diff] [blame] | 48 | <module>xos-integration</module> |
Shravan Ambati | 7d19954 | 2016-04-22 16:09:05 -0700 | [diff] [blame] | 49 | <module>kafka-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> |
Priyanka B | 7991c75 | 2016-03-26 19:52:44 +0530 | [diff] [blame] | 52 | <module>pce</module> |
alshabib | 0ccde6d | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 53 | <module>olt</module> |
Thomas Vachuska | c03df25 | 2015-08-26 23:37:13 -0700 | [diff] [blame] | 54 | <module>cip</module> |
Thomas Vachuska | 9c9ff7c | 2015-07-20 10:38:59 -0700 | [diff] [blame] | 55 | <module>flowanalyzer</module> |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 56 | <module>vtn</module> |
Thomas Vachuska | ef97932 | 2015-09-04 11:31:01 -0700 | [diff] [blame] | 57 | <module>dhcp</module> |
Hyunsun Moon | ab2cf25 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 58 | <module>cordvtn</module> |
alshabib | eff0054 | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 59 | <module>mfwd</module> |
| 60 | <module>igmp</module> |
| 61 | <module>pim</module> |
Aaron Kruglikov | 2932798 | 2015-10-06 17:15:16 -0700 | [diff] [blame] | 62 | <module>mlb</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> |
HIGUCHI Yuta | 9092db8 | 2016-01-03 18:45:01 -0800 | [diff] [blame] | 66 | <module>events</module> |
Jonathan Hart | 3604bbc | 2016-01-07 11:16:42 -0800 | [diff] [blame] | 67 | <module>vrouter</module> |
alshabib | 7115cd2 | 2016-02-01 17:57:00 -0800 | [diff] [blame] | 68 | <module>cordmcast</module> |
Luca Prete | 9c2ee07 | 2016-02-16 11:00:44 -0800 | [diff] [blame] | 69 | <module>vpls</module> |
Daniel Park | a7d6e9f | 2016-01-18 17:54:14 +0900 | [diff] [blame] | 70 | <module>openstacknode</module> |
sangho | 0c2a3da | 2016-02-16 13:39:07 +0900 | [diff] [blame] | 71 | <module>openstacknetworking</module> |
sangho | 93447f1 | 2016-02-24 00:33:22 +0900 | [diff] [blame] | 72 | <module>openstackinterface</module> |
Jian Li | b97f6fb | 2016-03-21 11:33:28 -0700 | [diff] [blame] | 73 | <module>influxdbmetrics</module> |
Jian Li | c0fe42d | 2016-03-28 15:19:16 -0700 | [diff] [blame] | 74 | <module>gangliametrics</module> |
sangyun-han | 805219a | 2016-03-26 12:58:27 +0900 | [diff] [blame] | 75 | <module>graphitemetrics</module> |
Hyunsun Moon | 7ad9220 | 2016-04-20 10:36:02 -0700 | [diff] [blame] | 76 | <module>xosclient</module> |
alshabib | 4809e54 | 2016-04-28 15:52:22 -0700 | [diff] [blame] | 77 | <module>cordconfig</module> |
Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 78 | <module>scalablegateway</module> |
| 79 | </modules> |
| 80 | |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 81 | |
| 82 | <properties> |
| 83 | <web.context>default</web.context> |
| 84 | </properties> |
| 85 | |
| 86 | <dependencies> |
| 87 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 88 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 89 | <artifactId>onos-api</artifactId> |
| 90 | </dependency> |
| 91 | |
| 92 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 93 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 94 | <artifactId>onlab-osgi</artifactId> |
| 95 | <version>${project.version}</version> |
| 96 | </dependency> |
| 97 | |
| 98 | <dependency> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 99 | <groupId>org.apache.felix</groupId> |
| 100 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 101 | </dependency> |
| 102 | </dependencies> |
| 103 | |
| 104 | <build> |
| 105 | <plugins> |
| 106 | <plugin> |
| 107 | <groupId>org.apache.felix</groupId> |
| 108 | <artifactId>maven-bundle-plugin</artifactId> |
tom | f297f39 | 2014-09-15 14:46:49 -0700 | [diff] [blame] | 109 | </plugin> |
| 110 | |
| 111 | <plugin> |
| 112 | <groupId>org.apache.felix</groupId> |
| 113 | <artifactId>maven-scr-plugin</artifactId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 114 | </plugin> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 115 | |
| 116 | <plugin> |
| 117 | <groupId>org.onosproject</groupId> |
| 118 | <artifactId>onos-maven-plugin</artifactId> |
| 119 | </plugin> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 120 | </plugins> |
| 121 | </build> |
| 122 | |
| 123 | </project> |