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> |
Gustavo Silva | 5c492dd | 2021-02-12 10:21:11 -0300 | [diff] [blame^] | 25 | <version>2.2.8-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 | 89b5d23 | 2020-12-09 23:28:55 +0000 | [diff] [blame] | 30 | <version>4.4.0-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> |
Matteo Scandolo | 0bbc825 | 2020-12-08 16:28:13 -0800 | [diff] [blame] | 34 | <sadis.api.version>5.2.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> |
Andrey Pozolotin | db77b0e | 2020-08-14 17:28:27 +0200 | [diff] [blame] | 68 | <!-- SpotBugs Static Analysis --> |
| 69 | <plugin> |
| 70 | <groupId>com.github.spotbugs</groupId> |
| 71 | <artifactId>spotbugs-maven-plugin</artifactId> |
| 72 | <version>4.0.4</version> |
| 73 | <configuration> |
| 74 | <effort>Max</effort> |
| 75 | <threshold>Low</threshold> |
| 76 | <failOnError>false</failOnError> |
| 77 | <includeFilterFile>${session.executionRootDirectory}/spotbugs-security-include.xml</includeFilterFile> |
| 78 | <excludeFilterFile>${session.executionRootDirectory}/spotbugs-security-exclude.xml</excludeFilterFile> |
| 79 | <plugins> |
| 80 | <plugin> |
| 81 | <groupId>com.h3xstream.findsecbugs</groupId> |
| 82 | <artifactId>findsecbugs-plugin</artifactId> |
| 83 | <version>1.10.1</version> |
| 84 | </plugin> |
| 85 | </plugins> |
| 86 | </configuration> |
| 87 | </plugin> |
Andrea Campanella | cbbb795 | 2019-11-25 06:38:41 +0000 | [diff] [blame] | 88 | </plugins> |
| 89 | </build> |
| 90 | |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 91 | <repositories> |
| 92 | <repository> |
| 93 | <id>central</id> |
| 94 | <name>Central Repository</name> |
Daniele Moro | a185bb5 | 2020-01-15 11:10:42 -0800 | [diff] [blame] | 95 | <url>https://repo.maven.apache.org/maven2</url> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 96 | <layout>default</layout> |
| 97 | <snapshots> |
| 98 | <enabled>false</enabled> |
| 99 | </snapshots> |
| 100 | <releases> |
| 101 | <enabled>true</enabled> |
| 102 | <updatePolicy>always</updatePolicy> |
| 103 | <checksumPolicy>fail</checksumPolicy> |
| 104 | </releases> |
| 105 | </repository> |
| 106 | |
| 107 | <repository> |
| 108 | <id>snapshots</id> |
| 109 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 110 | <snapshots> |
| 111 | <enabled>true</enabled> |
| 112 | <updatePolicy>always</updatePolicy> |
| 113 | <checksumPolicy>fail</checksumPolicy> |
| 114 | </snapshots> |
| 115 | </repository> |
| 116 | </repositories> |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 117 | |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 118 | <distributionManagement> |
| 119 | <snapshotRepository> |
| 120 | <id>ossrh</id> |
| 121 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 122 | </snapshotRepository> |
| 123 | </distributionManagement> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 124 | </project> |