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 | |
Carmelo Cascone | 95ff512 | 2019-11-14 14:19:13 -0800 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
| 24 | <artifactId>onos-dependencies</artifactId> |
Carmelo Cascone | 7522512 | 2019-11-15 21:34:03 -0800 | [diff] [blame] | 25 | <version>2.2.1-b3</version> |
Carmelo Cascone | 95ff512 | 2019-11-14 14:19:13 -0800 | [diff] [blame] | 26 | </parent> |
| 27 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 28 | <groupId>org.opencord</groupId> |
| 29 | <artifactId>olt</artifactId> |
Jenkins | 23bc4eb | 2020-01-08 23:04:14 +0000 | [diff] [blame] | 30 | <version>4.0.1-SNAPSHOT</version> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 31 | <packaging>pom</packaging> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 32 | |
| 33 | <properties> |
Andrea Campanella | 3846f19 | 2020-02-12 09:42:13 +0100 | [diff] [blame^] | 34 | <sadis.api.version>5.0.0</sadis.api.version> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 35 | </properties> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 36 | |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 37 | <modules> |
| 38 | <module>api</module> |
| 39 | <module>app</module> |
| 40 | </modules> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 41 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 42 | <dependencies> |
| 43 | <dependency> |
| 44 | <groupId>org.onosproject</groupId> |
| 45 | <artifactId>onos-api</artifactId> |
| 46 | <version>${onos.version}</version> |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 47 | <scope>provided</scope> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 48 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 49 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 50 | <dependency> |
| 51 | <groupId>org.onosproject</groupId> |
| 52 | <artifactId>onlab-misc</artifactId> |
| 53 | <version>${onos.version}</version> |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 54 | <scope>provided</scope> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 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 | </dependencies> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 58 | |
Andrea Campanella | cbbb795 | 2019-11-25 06:38:41 +0000 | [diff] [blame] | 59 | <build> |
| 60 | <plugins> |
| 61 | <plugin> |
| 62 | <groupId>org.apache.maven.plugins</groupId> |
| 63 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 64 | <configuration> |
| 65 | <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
| 66 | </configuration> |
| 67 | </plugin> |
| 68 | </plugins> |
| 69 | </build> |
| 70 | |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 71 | <repositories> |
| 72 | <repository> |
| 73 | <id>central</id> |
| 74 | <name>Central Repository</name> |
Daniele Moro | a185bb5 | 2020-01-15 11:10:42 -0800 | [diff] [blame] | 75 | <url>https://repo.maven.apache.org/maven2</url> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 76 | <layout>default</layout> |
| 77 | <snapshots> |
| 78 | <enabled>false</enabled> |
| 79 | </snapshots> |
| 80 | <releases> |
| 81 | <enabled>true</enabled> |
| 82 | <updatePolicy>always</updatePolicy> |
| 83 | <checksumPolicy>fail</checksumPolicy> |
| 84 | </releases> |
| 85 | </repository> |
| 86 | |
| 87 | <repository> |
| 88 | <id>snapshots</id> |
| 89 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 90 | <snapshots> |
| 91 | <enabled>true</enabled> |
| 92 | <updatePolicy>always</updatePolicy> |
| 93 | <checksumPolicy>fail</checksumPolicy> |
| 94 | </snapshots> |
| 95 | </repository> |
| 96 | </repositories> |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 97 | |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 98 | <distributionManagement> |
| 99 | <snapshotRepository> |
| 100 | <id>ossrh</id> |
| 101 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 102 | </snapshotRepository> |
| 103 | </distributionManagement> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 104 | </project> |