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 | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2014-present Open Networking Foundation |
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. |
Gaurav Agrawal | b102b01 | 2016-08-02 12:52:48 +0530 | [diff] [blame] | 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 18 | 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] | 19 | <modelVersion>4.0.0</modelVersion> |
| 20 | |
| 21 | <parent> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 22 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 23 | <artifactId>onos</artifactId> |
ONOS Jenkins User | 45d340c | 2018-01-09 01:56:13 +0000 | [diff] [blame] | 24 | <version>1.13.0-SNAPSHOT</version> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 25 | </parent> |
| 26 | |
| 27 | <artifactId>onos-apps</artifactId> |
| 28 | <packaging>pom</packaging> |
| 29 | |
| 30 | <description>ONOS sample applications</description> |
| 31 | |
| 32 | <modules> |
Pengfei Lu | e0c02e2 | 2015-07-07 15:41:31 +0800 | [diff] [blame] | 33 | <module>acl</module> |
Jimmy Yan | da878fc | 2016-09-02 16:32:01 -0700 | [diff] [blame] | 34 | <module>roadm</module> |
kmcpeake | 4fe18c8 | 2015-11-17 20:07:39 +0000 | [diff] [blame] | 35 | <module>faultmanagement</module> |
alshabib | 030111e | 2014-09-15 15:56:42 -0700 | [diff] [blame] | 36 | <module>fwd</module> |
Karthik Vegesna | 20ce41e | 2017-07-11 10:34:37 -0700 | [diff] [blame] | 37 | <module>packet-stats</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>sdnip</module> |
HIGUCHI Yuta | f3ead25 | 2016-05-12 18:18:15 -0700 | [diff] [blame] | 41 | <module>optical-model</module> |
Naoki Shiota | 5a05606 | 2016-05-05 18:43:59 -0700 | [diff] [blame] | 42 | <module>newoptical</module> |
Pavlin Radoslavov | 64d9e47 | 2014-10-21 22:01:08 -0700 | [diff] [blame] | 43 | <module>metrics</module> |
Jonathan Hart | 41349e9 | 2015-02-09 14:14:02 -0800 | [diff] [blame] | 44 | <module>routing</module> |
| 45 | <module>routing-api</module> |
Pingping Lin | e28ae4c | 2015-03-13 11:37:03 -0700 | [diff] [blame] | 46 | <module>reactive-routing</module> |
Pingping Lin | ffa27d3 | 2015-04-30 14:41:03 -0700 | [diff] [blame] | 47 | <module>virtualbng</module> |
Jonathan Hart | f582920 | 2015-02-12 09:37:02 -0800 | [diff] [blame] | 48 | <module>bgprouter</module> |
Shashikanth VH | 8b1a5ef | 2016-12-26 14:37:43 +0530 | [diff] [blame] | 49 | <module>flowspec-api</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> |
Jian Li | c9b4bf1 | 2017-06-26 23:50:32 +0900 | [diff] [blame] | 52 | <module>kafka-integration</module> |
cheng fan | 48e832c | 2015-05-29 01:54:47 +0800 | [diff] [blame] | 53 | <module>pcep-api</module> |
Satish K | f6d87cb | 2015-11-30 19:59:22 +0530 | [diff] [blame] | 54 | <module>iptopology-api</module> |
Priyanka B | 7991c75 | 2016-03-26 19:52:44 +0530 | [diff] [blame] | 55 | <module>pce</module> |
Thomas Vachuska | c03df25 | 2015-08-26 23:37:13 -0700 | [diff] [blame] | 56 | <module>cip</module> |
Thomas Vachuska | 9c9ff7c | 2015-07-20 10:38:59 -0700 | [diff] [blame] | 57 | <module>flowanalyzer</module> |
samuel | e4e7505 | 2015-07-21 11:51:22 +0800 | [diff] [blame] | 58 | <module>vtn</module> |
Thomas Vachuska | ef97932 | 2015-09-04 11:31:01 -0700 | [diff] [blame] | 59 | <module>dhcp</module> |
gaurav | f088456 | 2016-06-17 02:47:13 +0530 | [diff] [blame] | 60 | <module>dhcprelay</module> |
alshabib | eff0054 | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 61 | <module>mfwd</module> |
alshabib | eff0054 | 2015-09-23 13:22:33 -0700 | [diff] [blame] | 62 | <module>pim</module> |
Aaron Kruglikov | 2932798 | 2015-10-06 17:15:16 -0700 | [diff] [blame] | 63 | <module>mlb</module> |
Thomas Vachuska | b4d3ff7 | 2015-12-01 09:53:51 -0800 | [diff] [blame] | 64 | <module>pathpainter</module> |
Thomas Vachuska | bbf1050 | 2015-12-09 13:41:58 -0800 | [diff] [blame] | 65 | <module>drivermatrix</module> |
Jian Li | 0967cd7 | 2015-11-25 17:38:48 -0800 | [diff] [blame] | 66 | <module>cpman</module> |
HIGUCHI Yuta | 9092db8 | 2016-01-03 18:45:01 -0800 | [diff] [blame] | 67 | <module>events</module> |
Jonathan Hart | 3604bbc | 2016-01-07 11:16:42 -0800 | [diff] [blame] | 68 | <module>vrouter</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> |
Jian Li | b97f6fb | 2016-03-21 11:33:28 -0700 | [diff] [blame] | 72 | <module>influxdbmetrics</module> |
Jian Li | c0fe42d | 2016-03-28 15:19:16 -0700 | [diff] [blame] | 73 | <module>gangliametrics</module> |
sangyun-han | 805219a | 2016-03-26 12:58:27 +0900 | [diff] [blame] | 74 | <module>graphitemetrics</module> |
Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 75 | <module>scalablegateway</module> |
Gaurav Agrawal | b102b01 | 2016-08-02 12:52:48 +0530 | [diff] [blame] | 76 | <module>yms</module> |
Aihua Guo | 1ce2dd1 | 2016-08-12 23:37:44 -0400 | [diff] [blame] | 77 | <module>tetopology</module> |
ADARA Networks | 1fb1eb1 | 2016-09-01 12:04:07 -0700 | [diff] [blame] | 78 | <module>rabbitmq</module> |
Brian O'Connor | e0b53b3 | 2016-09-19 15:11:31 -0700 | [diff] [blame] | 79 | <module>learning-switch</module> |
Yixiao Chen | 39828a6 | 2016-09-14 14:37:06 -0400 | [diff] [blame] | 80 | <module>tenbi</module> |
tony-liu | aff59a7 | 2016-10-21 15:41:46 +0800 | [diff] [blame] | 81 | <module>tetunnel</module> |
tony-liu | f7d2a26 | 2016-10-17 16:32:24 +0800 | [diff] [blame] | 82 | <module>actn-mdsc</module> |
Sithara Punnassery | ff11455 | 2017-01-10 11:40:55 -0800 | [diff] [blame] | 83 | <module>config</module> |
Yuta HIGUCHI | 8810aa4 | 2017-08-02 15:05:37 -0700 | [diff] [blame] | 84 | <module>configsync</module> |
| 85 | <module>configsync-netconf</module> |
Hyunsun Moon | 90163ba | 2016-10-12 13:35:14 -0700 | [diff] [blame] | 86 | <module>ofagent</module> |
Jonathan Hart | 470ed4f | 2017-01-31 16:52:28 -0800 | [diff] [blame] | 87 | <module>intentsync</module> |
Jian Li | 7564231 | 2017-01-19 14:23:05 -0800 | [diff] [blame] | 88 | <module>mappingmanagement</module> |
maojianwei | 42e2344 | 2016-02-15 10:40:48 +0800 | [diff] [blame] | 89 | <module>network-troubleshoot</module> |
Ray Milkey | 7da8592 | 2017-05-03 13:26:52 -0700 | [diff] [blame] | 90 | <module>restconf</module> |
Yuta HIGUCHI | b8dae87 | 2017-06-27 20:06:48 -0700 | [diff] [blame] | 91 | <module>yang</module> |
Yuta HIGUCHI | 2405782 | 2017-08-02 15:03:51 -0700 | [diff] [blame] | 92 | <module>openroadm</module> |
| 93 | <module>netconf/client</module> |
Jayakumar Thazhath | 3ec6aa2 | 2017-09-11 02:00:20 -0400 | [diff] [blame] | 94 | <module>gluon</module> |
Mohammad Shahid | 4c30ea3 | 2017-08-09 18:02:10 +0530 | [diff] [blame] | 95 | <module>evpnopenflow</module> |
Ray Milkey | 69ec871 | 2017-08-08 13:00:43 -0700 | [diff] [blame] | 96 | <module>route-service</module> |
Ray Milkey | a95193c | 2017-08-10 15:35:36 -0700 | [diff] [blame] | 97 | <module>evpn-route-service</module> |
Yuta HIGUCHI | 1b151c6 | 2017-08-16 23:27:52 -0700 | [diff] [blame] | 98 | <module>l3vpn</module> |
daniel park | 128c52c | 2017-09-04 13:15:51 +0900 | [diff] [blame] | 99 | <module>openstacknetworkingui</module> |
Sean Condon | 0e89bda | 2017-03-21 14:23:19 +0000 | [diff] [blame] | 100 | <module>cfm</module> |
Jayakumar Thazhath | 3ec6aa2 | 2017-09-11 02:00:20 -0400 | [diff] [blame] | 101 | <module>routeradvertisement</module> |
Simon Hunt | 6fefd85 | 2017-11-13 17:09:43 -0800 | [diff] [blame] | 102 | <module>t3</module> |
Lee Yongjae | 7c27bb4 | 2017-11-17 12:00:45 +0900 | [diff] [blame] | 103 | <module>simplefabric</module> |
Kyuhwi Choi | c5b33ea | 2016-04-26 11:45:32 +0900 | [diff] [blame] | 104 | </modules> |
| 105 | |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 106 | <properties> |
| 107 | <web.context>default</web.context> |
| 108 | </properties> |
| 109 | |
| 110 | <dependencies> |
| 111 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 112 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 113 | <artifactId>onos-api</artifactId> |
| 114 | </dependency> |
| 115 | |
| 116 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 117 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 118 | <artifactId>onlab-osgi</artifactId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 119 | </dependency> |
| 120 | |
| 121 | <dependency> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 122 | <groupId>org.apache.felix</groupId> |
| 123 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 124 | </dependency> |
| 125 | </dependencies> |
| 126 | |
| 127 | <build> |
| 128 | <plugins> |
| 129 | <plugin> |
| 130 | <groupId>org.apache.felix</groupId> |
| 131 | <artifactId>maven-bundle-plugin</artifactId> |
tom | f297f39 | 2014-09-15 14:46:49 -0700 | [diff] [blame] | 132 | </plugin> |
| 133 | |
| 134 | <plugin> |
| 135 | <groupId>org.apache.felix</groupId> |
| 136 | <artifactId>maven-scr-plugin</artifactId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 137 | </plugin> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 138 | |
| 139 | <plugin> |
| 140 | <groupId>org.onosproject</groupId> |
| 141 | <artifactId>onos-maven-plugin</artifactId> |
| 142 | </plugin> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 143 | </plugins> |
| 144 | </build> |
| 145 | |
Ray Milkey | 2b665f1 | 2017-01-19 13:25:35 -0800 | [diff] [blame] | 146 | </project> |