blob: 54de3f40d618f2286d29e378ad77a2f5941b595e [file] [log] [blame]
tom8bb16062014-09-12 14:47:46 -07001<?xml version="1.0" encoding="UTF-8"?>
Thomas Vachuska781d18b2014-10-27 10:31:25 -07002<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2014-present Open Networking Foundation
Thomas Vachuska781d18b2014-10-27 10:31:25 -07004 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07005 ~ 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 Vachuska781d18b2014-10-27 10:31:25 -07008 ~
Thomas Vachuska4f1a60c2014-10-28 13:39:07 -07009 ~ 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 Agrawalb102b012016-08-02 12:52:48 +053016 -->
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">
tom8bb16062014-09-12 14:47:46 -070019 <modelVersion>4.0.0</modelVersion>
20
21 <parent>
Brian O'Connorabafb502014-12-02 22:26:20 -080022 <groupId>org.onosproject</groupId>
tom8bb16062014-09-12 14:47:46 -070023 <artifactId>onos</artifactId>
Ray Milkeyd1d1fe22017-09-15 11:52:30 -070024 <version>1.11.2-SNAPSHOT</version>
tom8bb16062014-09-12 14:47:46 -070025 </parent>
26
27 <artifactId>onos-apps</artifactId>
28 <packaging>pom</packaging>
29
30 <description>ONOS sample applications</description>
31
32 <modules>
Pengfei Lue0c02e22015-07-07 15:41:31 +080033 <module>acl</module>
Jimmy Yanda878fc2016-09-02 16:32:01 -070034 <module>roadm</module>
kmcpeake4fe18c82015-11-17 20:07:39 +000035 <module>faultmanagement</module>
alshabib030111e2014-09-15 15:56:42 -070036 <module>fwd</module>
Karthik Vegesna20ce41e2017-07-11 10:34:37 -070037 <module>packet-stats</module>
alshabib4906fab2014-09-29 23:58:12 -070038 <module>mobility</module>
alshabibc274c902014-10-03 14:58:27 -070039 <module>proxyarp</module>
Jonathan Hart039d2b12014-10-10 09:33:04 -070040 <module>sdnip</module>
HIGUCHI Yutaf3ead252016-05-12 18:18:15 -070041 <module>optical-model</module>
Naoki Shiota5a056062016-05-05 18:43:59 -070042 <module>newoptical</module>
Pavlin Radoslavov64d9e472014-10-21 22:01:08 -070043 <module>metrics</module>
Jonathan Hart41349e92015-02-09 14:14:02 -080044 <module>routing</module>
45 <module>routing-api</module>
Pingping Line28ae4c2015-03-13 11:37:03 -070046 <module>reactive-routing</module>
Pingping Linffa27d32015-04-30 14:41:03 -070047 <module>virtualbng</module>
Jonathan Hartf5829202015-02-12 09:37:02 -080048 <module>bgprouter</module>
Shashikanth VH8b1a5ef2016-12-26 14:37:43 +053049 <module>flowspec-api</module>
Brian O'Connora468e902015-03-18 16:43:49 -070050 <module>test</module>
sanghob35a6192015-04-01 13:05:26 -070051 <module>segmentrouting</module>
Jian Lic9b4bf12017-06-26 23:50:32 +090052 <module>kafka-integration</module>
cheng fan48e832c2015-05-29 01:54:47 +080053 <module>pcep-api</module>
Satish Kf6d87cb2015-11-30 19:59:22 +053054 <module>iptopology-api</module>
Priyanka B7991c752016-03-26 19:52:44 +053055 <module>pce</module>
Thomas Vachuskac03df252015-08-26 23:37:13 -070056 <module>cip</module>
Thomas Vachuska9c9ff7c2015-07-20 10:38:59 -070057 <module>flowanalyzer</module>
samuele4e75052015-07-21 11:51:22 +080058 <module>vtn</module>
Thomas Vachuskaef979322015-09-04 11:31:01 -070059 <module>dhcp</module>
gauravf0884562016-06-17 02:47:13 +053060 <module>dhcprelay</module>
alshabibeff00542015-09-23 13:22:33 -070061 <module>mfwd</module>
alshabibeff00542015-09-23 13:22:33 -070062 <module>pim</module>
Aaron Kruglikov29327982015-10-06 17:15:16 -070063 <module>mlb</module>
Thomas Vachuskab4d3ff72015-12-01 09:53:51 -080064 <module>pathpainter</module>
Thomas Vachuskabbf10502015-12-09 13:41:58 -080065 <module>drivermatrix</module>
Jian Li0967cd72015-11-25 17:38:48 -080066 <module>cpman</module>
HIGUCHI Yuta9092db82016-01-03 18:45:01 -080067 <module>events</module>
Jonathan Hart3604bbc2016-01-07 11:16:42 -080068 <module>vrouter</module>
Luca Prete9c2ee072016-02-16 11:00:44 -080069 <module>vpls</module>
Daniel Parka7d6e9f2016-01-18 17:54:14 +090070 <module>openstacknode</module>
sangho0c2a3da2016-02-16 13:39:07 +090071 <module>openstacknetworking</module>
Jian Lib97f6fb2016-03-21 11:33:28 -070072 <module>influxdbmetrics</module>
Jian Lic0fe42d2016-03-28 15:19:16 -070073 <module>gangliametrics</module>
sangyun-han805219a2016-03-26 12:58:27 +090074 <module>graphitemetrics</module>
Kyuhwi Choic5b33ea2016-04-26 11:45:32 +090075 <module>scalablegateway</module>
Gaurav Agrawalb102b012016-08-02 12:52:48 +053076 <module>yms</module>
Aihua Guo1ce2dd12016-08-12 23:37:44 -040077 <module>tetopology</module>
ADARA Networks1fb1eb12016-09-01 12:04:07 -070078 <module>rabbitmq</module>
Brian O'Connore0b53b32016-09-19 15:11:31 -070079 <module>learning-switch</module>
Yixiao Chen39828a62016-09-14 14:37:06 -040080 <module>tenbi</module>
tony-liuaff59a72016-10-21 15:41:46 +080081 <module>tetunnel</module>
tony-liuf7d2a262016-10-17 16:32:24 +080082 <module>actn-mdsc</module>
Sithara Punnasseryff114552017-01-10 11:40:55 -080083 <module>config</module>
Hyunsun Moon90163ba2016-10-12 13:35:14 -070084 <module>ofagent</module>
Jonathan Hart470ed4f2017-01-31 16:52:28 -080085 <module>intentsync</module>
Jian Li75642312017-01-19 14:23:05 -080086 <module>mappingmanagement</module>
maojianwei42e23442016-02-15 10:40:48 +080087 <module>network-troubleshoot</module>
Ray Milkey7da85922017-05-03 13:26:52 -070088 <module>restconf</module>
Yuta HIGUCHIb8dae872017-06-27 20:06:48 -070089 <module>yang</module>
Yuta HIGUCHI24057822017-08-02 15:03:51 -070090 <module>openroadm</module>
91 <module>netconf/client</module>
Ray Milkey69ec8712017-08-08 13:00:43 -070092 <module>gluon</module>
Mohammad Shahid4c30ea32017-08-09 18:02:10 +053093 <module>evpnopenflow</module>
Ray Milkey69ec8712017-08-08 13:00:43 -070094 <module>route-service</module>
Ray Milkeya95193c2017-08-10 15:35:36 -070095 <module>evpn-route-service</module>
Jayakumar Thazhathf0f20892017-09-11 02:00:20 -040096 <module>routeradvertisement</module>
Kyuhwi Choic5b33ea2016-04-26 11:45:32 +090097 </modules>
98
tom8bb16062014-09-12 14:47:46 -070099 <properties>
100 <web.context>default</web.context>
101 </properties>
102
103 <dependencies>
104 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800105 <groupId>org.onosproject</groupId>
tom8bb16062014-09-12 14:47:46 -0700106 <artifactId>onos-api</artifactId>
107 </dependency>
108
109 <dependency>
Brian O'Connorabafb502014-12-02 22:26:20 -0800110 <groupId>org.onosproject</groupId>
tom8bb16062014-09-12 14:47:46 -0700111 <artifactId>onlab-osgi</artifactId>
tom8bb16062014-09-12 14:47:46 -0700112 </dependency>
113
114 <dependency>
tom8bb16062014-09-12 14:47:46 -0700115 <groupId>org.apache.felix</groupId>
116 <artifactId>org.apache.felix.scr.annotations</artifactId>
117 </dependency>
118 </dependencies>
119
120 <build>
121 <plugins>
122 <plugin>
123 <groupId>org.apache.felix</groupId>
124 <artifactId>maven-bundle-plugin</artifactId>
tomf297f392014-09-15 14:46:49 -0700125 </plugin>
126
127 <plugin>
128 <groupId>org.apache.felix</groupId>
129 <artifactId>maven-scr-plugin</artifactId>
tom8bb16062014-09-12 14:47:46 -0700130 </plugin>
Thomas Vachuska8c8b0372015-03-10 11:11:24 -0700131
132 <plugin>
133 <groupId>org.onosproject</groupId>
134 <artifactId>onos-maven-plugin</artifactId>
135 </plugin>
tom8bb16062014-09-12 14:47:46 -0700136 </plugins>
137 </build>
138
Ray Milkey2b665f12017-01-19 13:25:35 -0800139</project>