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> |
Jonathan Hart | da66a01 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 25 | <version>1.13.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> |
Jenkins | 08462e2 | 2018-07-05 23:16:26 +0000 | [diff] [blame^] | 31 | <version>1.4.1</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> |
Jonathan Hart | da66a01 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 36 | <onos.version>1.13.1</onos.version> |
Jonathan Hart | 45f9cbe | 2018-06-07 09:05:33 -0700 | [diff] [blame] | 37 | <cord.config.version>1.4.0</cord.config.version> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 38 | </properties> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 39 | |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 40 | <modules> |
| 41 | <module>api</module> |
Jonathan Hart | 1d34c8b | 2018-05-05 15:37:28 -0700 | [diff] [blame] | 42 | <module>kafka</module> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 43 | <module>app</module> |
| 44 | </modules> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 45 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 46 | <dependencies> |
| 47 | <dependency> |
| 48 | <groupId>org.onosproject</groupId> |
| 49 | <artifactId>onos-api</artifactId> |
| 50 | <version>${onos.version}</version> |
| 51 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 52 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>org.onosproject</groupId> |
| 55 | <artifactId>onlab-misc</artifactId> |
| 56 | <version>${onos.version}</version> |
| 57 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 58 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 59 | <dependency> |
| 60 | <groupId>org.onosproject</groupId> |
| 61 | <artifactId>onlab-osgi</artifactId> |
| 62 | <version>${onos.version}</version> |
| 63 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 64 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 65 | <dependency> |
| 66 | <groupId>org.onosproject</groupId> |
| 67 | <artifactId>onos-incubator-api</artifactId> |
| 68 | <version>${onos.version}</version> |
| 69 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 70 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 71 | <dependency> |
| 72 | <groupId>org.onosproject</groupId> |
alshabib | b47cdac | 2016-09-27 14:25:51 -0700 | [diff] [blame] | 73 | <artifactId>onos-incubator-net</artifactId> |
| 74 | <version>${onos.version}</version> |
| 75 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 76 | |
alshabib | b47cdac | 2016-09-27 14:25:51 -0700 | [diff] [blame] | 77 | <dependency> |
| 78 | <groupId>org.onosproject</groupId> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 79 | <artifactId>onos-core-common</artifactId> |
| 80 | <version>${onos.version}</version> |
| 81 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 82 | |
| 83 | <dependency> |
| 84 | <groupId>org.opencord</groupId> |
| 85 | <artifactId>cord-config</artifactId> |
David K. Bainbridge | 12e0a2c | 2017-08-10 09:12:56 -0700 | [diff] [blame] | 86 | <version>${cord.config.version}</version> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 87 | </dependency> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 88 | </dependencies> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 89 | |
| 90 | <repositories> |
| 91 | <repository> |
| 92 | <id>central</id> |
| 93 | <name>Central Repository</name> |
| 94 | <url>http://repo.maven.apache.org/maven2</url> |
| 95 | <layout>default</layout> |
| 96 | <snapshots> |
| 97 | <enabled>false</enabled> |
| 98 | </snapshots> |
| 99 | <releases> |
| 100 | <enabled>true</enabled> |
| 101 | <updatePolicy>always</updatePolicy> |
| 102 | <checksumPolicy>fail</checksumPolicy> |
| 103 | </releases> |
| 104 | </repository> |
| 105 | |
| 106 | <repository> |
| 107 | <id>snapshots</id> |
| 108 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 109 | <snapshots> |
| 110 | <enabled>true</enabled> |
| 111 | <updatePolicy>always</updatePolicy> |
| 112 | <checksumPolicy>fail</checksumPolicy> |
| 113 | </snapshots> |
| 114 | </repository> |
| 115 | </repositories> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 116 | </project> |