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 | 7f2e9bf | 2014-12-04 23:35:13 -0800 | [diff] [blame] | 25 | <version>1.1.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> |
| 35 | <module>tvue</module> |
alshabib | 030111e | 2014-09-15 15:56:42 -0700 | [diff] [blame] | 36 | <module>fwd</module> |
tom | a9a77c2 | 2014-10-03 17:05:20 -0700 | [diff] [blame] | 37 | <module>ifwd</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> |
Thomas Vachuska | 140d585 | 2014-10-16 12:17:45 -0700 | [diff] [blame] | 42 | <module>calendar</module> |
weibit | 38c42ed | 2014-10-09 19:03:54 -0700 | [diff] [blame] | 43 | <module>optical</module> |
Pavlin Radoslavov | 64d9e47 | 2014-10-21 22:01:08 -0700 | [diff] [blame] | 44 | <module>metrics</module> |
Thomas Vachuska | 18867bf | 2014-10-27 19:56:15 -0700 | [diff] [blame] | 45 | <module>oecfg</module> |
alshabib | fd23d31 | 2014-11-11 18:14:47 -0800 | [diff] [blame] | 46 | <module>demo</module> |
Jon Hall | b82d0ec | 2014-11-27 15:00:47 -0500 | [diff] [blame] | 47 | <module>election</module> |
Jonathan Hart | 41349e9 | 2015-02-09 14:14:02 -0800 | [diff] [blame] | 48 | <module>routing</module> |
| 49 | <module>routing-api</module> |
Jonathan Hart | f582920 | 2015-02-12 09:37:02 -0800 | [diff] [blame] | 50 | <module>bgprouter</module> |
Brian O'Connor | 6ccba96 | 2015-02-17 18:16:02 -0800 | [diff] [blame] | 51 | <module>intent-perf</module> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 52 | </modules> |
| 53 | |
| 54 | <properties> |
| 55 | <web.context>default</web.context> |
| 56 | </properties> |
| 57 | |
| 58 | <dependencies> |
| 59 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 60 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 61 | <artifactId>onos-api</artifactId> |
| 62 | </dependency> |
| 63 | |
| 64 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 65 | <groupId>org.onosproject</groupId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 66 | <artifactId>onlab-osgi</artifactId> |
| 67 | <version>${project.version}</version> |
| 68 | </dependency> |
| 69 | |
| 70 | <dependency> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 71 | <groupId>org.apache.felix</groupId> |
| 72 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 73 | </dependency> |
| 74 | </dependencies> |
| 75 | |
| 76 | <build> |
| 77 | <plugins> |
| 78 | <plugin> |
| 79 | <groupId>org.apache.felix</groupId> |
| 80 | <artifactId>maven-bundle-plugin</artifactId> |
tom | f297f39 | 2014-09-15 14:46:49 -0700 | [diff] [blame] | 81 | </plugin> |
| 82 | |
| 83 | <plugin> |
| 84 | <groupId>org.apache.felix</groupId> |
| 85 | <artifactId>maven-scr-plugin</artifactId> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 86 | </plugin> |
| 87 | </plugins> |
| 88 | </build> |
| 89 | |
| 90 | </project> |