alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Joey Armstrong | 7f6d6d2 | 2023-01-09 17:09:50 -0500 | [diff] [blame] | 3 | ~ Copyright 2021-2023 Open Networking Foundation (ONF) and the ONF Contributors |
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 | --> |
Matteo Scandolo | aa2adde | 2021-09-13 12:45:32 -0700 | [diff] [blame] | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Ray Milkey | 1748141 | 2015-12-09 09:16:26 -0800 | [diff] [blame] | 18 | 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] | 19 | <modelVersion>4.0.0</modelVersion> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 20 | <modules> |
| 21 | <module>api</module> |
Andrea Campanella | 37f07e4 | 2021-02-16 11:24:39 +0100 | [diff] [blame] | 22 | <module>impl</module> |
Ilayda Ozdemir | 90a9362 | 2021-02-25 09:40:58 +0000 | [diff] [blame] | 23 | <module>web</module> |
Srikanth Vavilapalli | 2e68491 | 2016-01-16 19:21:59 -0800 | [diff] [blame] | 24 | <module>app</module> |
| 25 | </modules> |
Matteo Scandolo | aa2adde | 2021-09-13 12:45:32 -0700 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.onosproject</groupId> |
| 28 | <artifactId>onos-dependencies</artifactId> |
Matteo Scandolo | fd0388f | 2021-12-16 16:48:58 -0800 | [diff] [blame] | 29 | <version>2.5.5</version> |
Matteo Scandolo | aa2adde | 2021-09-13 12:45:32 -0700 | [diff] [blame] | 30 | </parent> |
| 31 | <groupId>org.opencord</groupId> |
| 32 | <artifactId>olt</artifactId> |
Jenkins | 18c6574 | 2024-01-29 16:09:22 +0000 | [diff] [blame^] | 33 | <version>5.2.6</version> |
Matteo Scandolo | aa2adde | 2021-09-13 12:45:32 -0700 | [diff] [blame] | 34 | <packaging>pom</packaging> |
| 35 | <description>OLT Application</description> |
| 36 | <url>http://onosproject.org</url> |
| 37 | <properties> |
Mahir Gunyel | 5d1664e | 2024-01-24 12:53:34 -0800 | [diff] [blame] | 38 | <sadis.api.version>5.12.2</sadis.api.version> |
Jenkins | 18c6574 | 2024-01-29 16:09:22 +0000 | [diff] [blame^] | 39 | <olt.api.version>5.2.6</olt.api.version> |
Matteo Scandolo | aa2adde | 2021-09-13 12:45:32 -0700 | [diff] [blame] | 40 | </properties> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 41 | <dependencies> |
| 42 | <dependency> |
| 43 | <groupId>org.onosproject</groupId> |
| 44 | <artifactId>onos-api</artifactId> |
| 45 | <version>${onos.version}</version> |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 46 | <scope>provided</scope> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 47 | </dependency> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 48 | |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 49 | <dependency> |
| 50 | <groupId>org.onosproject</groupId> |
| 51 | <artifactId>onlab-misc</artifactId> |
| 52 | <version>${onos.version}</version> |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 53 | <scope>provided</scope> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 54 | </dependency> |
alshabib | 36a4d73 | 2016-06-01 16:03:59 -0700 | [diff] [blame] | 55 | </dependencies> |
Andrea Campanella | cbbb795 | 2019-11-25 06:38:41 +0000 | [diff] [blame] | 56 | <build> |
| 57 | <plugins> |
| 58 | <plugin> |
| 59 | <groupId>org.apache.maven.plugins</groupId> |
| 60 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 61 | <configuration> |
| 62 | <sourceDirectories>${project.build.sourceDirectory}</sourceDirectories> |
| 63 | </configuration> |
| 64 | </plugin> |
Andrey Pozolotin | db77b0e | 2020-08-14 17:28:27 +0200 | [diff] [blame] | 65 | <!-- SpotBugs Static Analysis --> |
| 66 | <plugin> |
| 67 | <groupId>com.github.spotbugs</groupId> |
| 68 | <artifactId>spotbugs-maven-plugin</artifactId> |
Joey Armstrong | 9ca487f | 2023-06-08 18:57:39 -0400 | [diff] [blame] | 69 | <version>4.7.3.4</version> |
Andrey Pozolotin | db77b0e | 2020-08-14 17:28:27 +0200 | [diff] [blame] | 70 | <configuration> |
| 71 | <effort>Max</effort> |
| 72 | <threshold>Low</threshold> |
| 73 | <failOnError>false</failOnError> |
| 74 | <includeFilterFile>${session.executionRootDirectory}/spotbugs-security-include.xml</includeFilterFile> |
| 75 | <excludeFilterFile>${session.executionRootDirectory}/spotbugs-security-exclude.xml</excludeFilterFile> |
| 76 | <plugins> |
| 77 | <plugin> |
| 78 | <groupId>com.h3xstream.findsecbugs</groupId> |
| 79 | <artifactId>findsecbugs-plugin</artifactId> |
Joey Armstrong | 9ca487f | 2023-06-08 18:57:39 -0400 | [diff] [blame] | 80 | <version>1.12.0</version> |
Andrey Pozolotin | db77b0e | 2020-08-14 17:28:27 +0200 | [diff] [blame] | 81 | </plugin> |
| 82 | </plugins> |
| 83 | </configuration> |
| 84 | </plugin> |
Andrea Campanella | cbbb795 | 2019-11-25 06:38:41 +0000 | [diff] [blame] | 85 | </plugins> |
| 86 | </build> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 87 | <repositories> |
| 88 | <repository> |
| 89 | <id>central</id> |
| 90 | <name>Central Repository</name> |
Daniele Moro | a185bb5 | 2020-01-15 11:10:42 -0800 | [diff] [blame] | 91 | <url>https://repo.maven.apache.org/maven2</url> |
Charles Chan | 63713ad | 2016-12-14 16:15:12 -0800 | [diff] [blame] | 92 | <layout>default</layout> |
| 93 | <snapshots> |
| 94 | <enabled>false</enabled> |
| 95 | </snapshots> |
| 96 | <releases> |
| 97 | <enabled>true</enabled> |
| 98 | <updatePolicy>always</updatePolicy> |
| 99 | <checksumPolicy>fail</checksumPolicy> |
| 100 | </releases> |
| 101 | </repository> |
| 102 | |
| 103 | <repository> |
| 104 | <id>snapshots</id> |
| 105 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 106 | <snapshots> |
| 107 | <enabled>true</enabled> |
| 108 | <updatePolicy>always</updatePolicy> |
| 109 | <checksumPolicy>fail</checksumPolicy> |
| 110 | </snapshots> |
| 111 | </repository> |
| 112 | </repositories> |
Andrea Campanella | bfb47af | 2021-06-03 11:09:45 +0200 | [diff] [blame] | 113 | <pluginRepositories> |
| 114 | <pluginRepository> |
| 115 | <id>sonatype-snapshots</id> |
| 116 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 117 | <snapshots> |
| 118 | <enabled>true</enabled> |
| 119 | <updatePolicy>always</updatePolicy> |
| 120 | <checksumPolicy>fail</checksumPolicy> |
| 121 | </snapshots> |
| 122 | </pluginRepository> |
| 123 | </pluginRepositories> |
Carmelo Cascone | ca93116 | 2019-07-15 18:22:24 -0700 | [diff] [blame] | 124 | <distributionManagement> |
| 125 | <snapshotRepository> |
| 126 | <id>ossrh</id> |
| 127 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 128 | </snapshotRepository> |
| 129 | </distributionManagement> |
alshabib | f0e7e70 | 2015-05-30 18:22:36 -0700 | [diff] [blame] | 130 | </project> |