alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | d4fbd35 | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Laboratory |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 4 | ~ |
| 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 |
| 8 | ~ |
| 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 |
alshabib | bb47037 | 2016-06-24 17:59:04 +0200 | [diff] [blame] | 15 | ~ limitations under the License. |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 16 | --> |
| 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Ray Milkey | 1748141 | 2015-12-09 09:16:26 -0800 | [diff] [blame] | 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Ray Milkey | 1748141 | 2015-12-09 09:16:26 -0800 | [diff] [blame] | 20 | <modelVersion>4.0.0</modelVersion> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 21 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
| 24 | <artifactId>onos</artifactId> |
Hyunsun Moon | 10384a8 | 2016-10-27 11:25:48 -0700 | [diff] [blame^] | 25 | <version>1.7.1</version> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 26 | <relativePath></relativePath> |
| 27 | </parent> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 28 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 29 | <groupId>org.opencord</groupId> |
| 30 | <artifactId>olt</artifactId> |
alshabib | 10a2b63 | 2016-08-03 14:06:00 -0700 | [diff] [blame] | 31 | <version>1.1-SNAPSHOT</version> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 32 | <packaging>pom</packaging> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 33 | |
| 34 | <properties> |
| 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Hyunsun Moon | 10384a8 | 2016-10-27 11:25:48 -0700 | [diff] [blame^] | 36 | <onos.version>1.7.1</onos.version> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 37 | <onos.app.name>org.opencord.olt</onos.app.name> |
| 38 | <onos.app.title>OLT Access Management</onos.app.title> |
| 39 | <onos.app.origin>OpenCord</onos.app.origin> |
| 40 | <onos.app.category>default</onos.app.category> |
| 41 | <onos.app.url>http://opencord.org</onos.app.url> |
| 42 | <onos.app.readme>CORD OLT Access management application</onos.app.readme> |
| 43 | </properties> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 44 | |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 45 | <modules> |
| 46 | <module>api</module> |
| 47 | <module>app</module> |
| 48 | </modules> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 49 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 50 | |
| 51 | <dependencies> |
| 52 | <dependency> |
| 53 | <groupId>org.onosproject</groupId> |
| 54 | <artifactId>onos-api</artifactId> |
| 55 | <version>${onos.version}</version> |
| 56 | </dependency> |
| 57 | <dependency> |
alshabib | f3a573e | 2016-06-01 17:39:10 -0700 | [diff] [blame] | 58 | <groupId>org.opencord</groupId> |
Jonathan Hart | bf31860 | 2016-06-13 13:46:02 -0700 | [diff] [blame] | 59 | <artifactId>cord-config</artifactId> |
alshabib | f3a573e | 2016-06-01 17:39:10 -0700 | [diff] [blame] | 60 | <version>${project.version}</version> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 61 | </dependency> |
| 62 | |
| 63 | <!-- TODO FIX ONOS ROOT POM to split thirdparty and onos dependencies --> |
| 64 | <dependency> |
| 65 | <groupId>org.onosproject</groupId> |
| 66 | <artifactId>onlab-misc</artifactId> |
| 67 | <version>${onos.version}</version> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>org.onosproject</groupId> |
| 71 | <artifactId>onlab-osgi</artifactId> |
| 72 | <version>${onos.version}</version> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.onosproject</groupId> |
| 76 | <artifactId>onos-incubator-api</artifactId> |
| 77 | <version>${onos.version}</version> |
| 78 | </dependency> |
| 79 | <dependency> |
| 80 | <groupId>org.onosproject</groupId> |
alshabib | b47cdac | 2016-09-27 14:25:51 -0700 | [diff] [blame] | 81 | <artifactId>onos-incubator-net</artifactId> |
| 82 | <version>${onos.version}</version> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>org.onosproject</groupId> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 86 | <artifactId>onos-core-common</artifactId> |
| 87 | <version>${onos.version}</version> |
| 88 | </dependency> |
| 89 | </dependencies> |
alshabib | ab4be62 | 2016-08-26 10:58:07 -0700 | [diff] [blame] | 90 | |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 91 | </project> |