Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 4e33be2 | 2017-08-03 22:45:46 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Foundation |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -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 | 5f97951 | 2016-06-21 13:14:01 +0200 | [diff] [blame] | 15 | ~ limitations under the License. |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -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" |
| 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 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
Charles Chan | fd32a97 | 2016-12-14 16:14:50 -0800 | [diff] [blame] | 24 | <artifactId>onos-dependencies</artifactId> |
Gamze Abaka | 3430e02 | 2019-04-24 12:25:33 +0000 | [diff] [blame] | 25 | <version>1.13.9-rc4</version> |
Hyunsun Moon | 55e89a2 | 2016-10-27 11:23:19 -0700 | [diff] [blame] | 26 | <relativePath></relativePath> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 27 | </parent> |
| 28 | |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 29 | <groupId>org.opencord</groupId> |
| 30 | <artifactId>aaa</artifactId> |
Jenkins | d0d08d3 | 2019-12-20 22:41:32 +0000 | [diff] [blame] | 31 | <version>1.10.1-SNAPSHOT</version> |
Matteo Scandolo | cf847b8 | 2019-04-26 15:00:00 -0700 | [diff] [blame] | 32 | <packaging>pom</packaging> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 33 | |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 34 | <properties> |
Matteo Scandolo | cf847b8 | 2019-04-26 15:00:00 -0700 | [diff] [blame] | 35 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Gamze Abaka | 3430e02 | 2019-04-24 12:25:33 +0000 | [diff] [blame] | 36 | <onos.version>1.13.9-rc4</onos.version> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 37 | </properties> |
| 38 | |
Matteo Scandolo | cf847b8 | 2019-04-26 15:00:00 -0700 | [diff] [blame] | 39 | <modules> |
| 40 | <module>app</module> |
| 41 | <module>api</module> |
| 42 | </modules> |
| 43 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 44 | <dependencies> |
| 45 | <dependency> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 46 | <groupId>org.onosproject</groupId> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 47 | <artifactId>onos-api</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 48 | <version>${onos.version}</version> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 49 | </dependency> |
| 50 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 51 | <dependency> |
| 52 | <groupId>org.onosproject</groupId> |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 53 | <artifactId>onos-api</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 54 | <version>${onos.version}</version> |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 55 | <classifier>tests</classifier> |
| 56 | <scope>test</scope> |
| 57 | </dependency> |
Qianqian Hu | 61a6a40 | 2016-02-16 15:18:05 +0800 | [diff] [blame] | 58 | |
| 59 | <dependency> |
| 60 | <groupId>org.onosproject</groupId> |
| 61 | <artifactId>onos-cli</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 62 | <version>${onos.version}</version> |
Qianqian Hu | 61a6a40 | 2016-02-16 15:18:05 +0800 | [diff] [blame] | 63 | </dependency> |
| 64 | |
| 65 | <dependency> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 66 | <groupId>org.onosproject</groupId> |
| 67 | <artifactId>onlab-junit</artifactId> |
| 68 | <version>${onos.version}</version> |
| 69 | </dependency> |
alshabib | 3c4d376 | 2016-09-27 14:25:28 -0700 | [diff] [blame] | 70 | |
Jonathan Hart | 4731dd9 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 71 | <dependency> |
| 72 | <groupId>org.apache.karaf.shell</groupId> |
| 73 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 74 | </dependency> |
| 75 | |
| 76 | <dependency> |
| 77 | <groupId>com.google.guava</groupId> |
| 78 | <artifactId>guava</artifactId> |
| 79 | <version>22.0</version> |
| 80 | </dependency> |
| 81 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 82 | </dependencies> |
| 83 | |
Amit Ghosh | c9ac1e5 | 2017-07-28 12:31:18 +0100 | [diff] [blame] | 84 | <repositories> |
| 85 | <repository> |
| 86 | <id>central</id> |
| 87 | <name>Central Repository</name> |
Matteo Scandolo | 8d8cf5b | 2020-01-22 10:36:34 -0800 | [diff] [blame] | 88 | <url>https://repo.maven.apache.org/maven2</url> |
Amit Ghosh | c9ac1e5 | 2017-07-28 12:31:18 +0100 | [diff] [blame] | 89 | <layout>default</layout> |
| 90 | <snapshots> |
| 91 | <enabled>false</enabled> |
| 92 | </snapshots> |
| 93 | <releases> |
| 94 | <enabled>true</enabled> |
| 95 | <updatePolicy>always</updatePolicy> |
| 96 | <checksumPolicy>fail</checksumPolicy> |
| 97 | </releases> |
| 98 | </repository> |
| 99 | |
| 100 | <repository> |
| 101 | <id>snapshots</id> |
| 102 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 103 | <snapshots> |
| 104 | <enabled>true</enabled> |
| 105 | <updatePolicy>always</updatePolicy> |
| 106 | <checksumPolicy>fail</checksumPolicy> |
| 107 | </snapshots> |
| 108 | </repository> |
| 109 | </repositories> |
Matteo Scandolo | 3211d16 | 2019-10-31 16:05:14 -0700 | [diff] [blame] | 110 | <distributionManagement> |
| 111 | <snapshotRepository> |
| 112 | <id>ossrh</id> |
| 113 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 114 | </snapshotRepository> |
| 115 | </distributionManagement> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 116 | </project> |