alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | d6a135a | 2017-08-03 22:46:05 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Foundation |
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 |
Jonathan Hart | da66a01 | 2018-05-02 17:30:05 -0700 | [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> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 24 | <artifactId>onos-dependencies</artifactId> |
Matteo Scandolo | e4fb605 | 2019-06-28 08:44:05 -0700 | [diff] [blame] | 25 | <version>1.13.9</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> |
Saurav Das | 8c003b1 | 2019-10-29 15:43:28 -0700 | [diff] [blame] | 31 | <version>3.1.0-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> |
Matteo Scandolo | e4fb605 | 2019-06-28 08:44:05 -0700 | [diff] [blame] | 36 | <onos.version>1.13.9</onos.version> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 37 | </properties> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 38 | |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 39 | <modules> |
| 40 | <module>api</module> |
| 41 | <module>app</module> |
| 42 | </modules> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 43 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 44 | <dependencies> |
| 45 | <dependency> |
| 46 | <groupId>org.onosproject</groupId> |
| 47 | <artifactId>onos-api</artifactId> |
| 48 | <version>${onos.version}</version> |
| 49 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 50 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 51 | <dependency> |
| 52 | <groupId>org.onosproject</groupId> |
| 53 | <artifactId>onlab-misc</artifactId> |
| 54 | <version>${onos.version}</version> |
| 55 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 56 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 57 | <dependency> |
| 58 | <groupId>org.onosproject</groupId> |
| 59 | <artifactId>onlab-osgi</artifactId> |
| 60 | <version>${onos.version}</version> |
| 61 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 62 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 63 | <dependency> |
| 64 | <groupId>org.onosproject</groupId> |
| 65 | <artifactId>onos-incubator-api</artifactId> |
| 66 | <version>${onos.version}</version> |
| 67 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 68 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 69 | <dependency> |
| 70 | <groupId>org.onosproject</groupId> |
alshabib | b47cdac | 2016-09-27 14:25:51 -0700 | [diff] [blame] | 71 | <artifactId>onos-incubator-net</artifactId> |
| 72 | <version>${onos.version}</version> |
| 73 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 74 | |
alshabib | b47cdac | 2016-09-27 14:25:51 -0700 | [diff] [blame] | 75 | <dependency> |
| 76 | <groupId>org.onosproject</groupId> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 77 | <artifactId>onos-core-common</artifactId> |
| 78 | <version>${onos.version}</version> |
| 79 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 80 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 81 | </dependencies> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 82 | |
| 83 | <repositories> |
| 84 | <repository> |
| 85 | <id>central</id> |
| 86 | <name>Central Repository</name> |
| 87 | <url>http://repo.maven.apache.org/maven2</url> |
| 88 | <layout>default</layout> |
| 89 | <snapshots> |
| 90 | <enabled>false</enabled> |
| 91 | </snapshots> |
| 92 | <releases> |
| 93 | <enabled>true</enabled> |
| 94 | <updatePolicy>always</updatePolicy> |
| 95 | <checksumPolicy>fail</checksumPolicy> |
| 96 | </releases> |
| 97 | </repository> |
| 98 | |
| 99 | <repository> |
| 100 | <id>snapshots</id> |
| 101 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 102 | <snapshots> |
| 103 | <enabled>true</enabled> |
| 104 | <updatePolicy>always</updatePolicy> |
| 105 | <checksumPolicy>fail</checksumPolicy> |
| 106 | </snapshots> |
| 107 | </repository> |
| 108 | </repositories> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 109 | </project> |