blob: a3246f7103d7ab7990ed4f802a253a5e3a603963 [file] [log] [blame]
David K. Bainbridgeeda2b052017-07-12 09:41:04 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connor180c1092017-08-03 22:46:14 -07003 ~ Copyright 2017-present Open Networking Foundation
David K. Bainbridgeeda2b052017-07-12 09:41:04 -07004 ~
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 Hart275ee252018-05-02 17:30:05 -070015 ~ limitations under the License.
Amit Ghoshc29c7a92017-08-01 09:59:13 +010016 -->
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/xsd/maven-4.0.0.xsd">
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070020 <modelVersion>4.0.0</modelVersion>
21
Carmelo Cascone3d87d5f2019-11-14 14:19:12 -080022 <parent>
23 <groupId>org.onosproject</groupId>
24 <artifactId>onos-dependencies</artifactId>
Matteo Scandoloeaa1b0f2021-07-09 11:08:28 -070025 <version>2.5.2</version>
Carmelo Cascone3d87d5f2019-11-14 14:19:12 -080026 </parent>
27
Amit Ghosha65d7032017-07-31 22:39:59 +010028 <groupId>org.opencord</groupId>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070029 <artifactId>sadis</artifactId>
Jenkins15cdd0c2021-07-09 18:55:52 +000030 <version>5.4.0</version>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010031 <packaging>pom</packaging>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070032
33 <properties>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070034 <onos.app.name>org.opencord.sadis</onos.app.name>
35 <onos.app.category>Utility</onos.app.category>
Carmelo Cascone34059852019-09-30 19:33:00 -070036 <onos.app.title>
37 Subscriber and Access Device Information Service
38 </onos.app.title>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070039 <onos.app.origin>Open Networking Laboratory</onos.app.origin>
40 <onos.app.url>http://opencord.org</onos.app.url>
Jenkins15cdd0c2021-07-09 18:55:52 +000041 <sadis.api.version>5.4.0</sadis.api.version>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070042 </properties>
43
Amit Ghoshc29c7a92017-08-01 09:59:13 +010044 <modules>
45 <module>api</module>
46 <module>app</module>
47 </modules>
48
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070049 <dependencies>
50 <dependency>
51 <groupId>org.onosproject</groupId>
52 <artifactId>onos-api</artifactId>
53 <version>${onos.version}</version>
Carmelo Cascone34059852019-09-30 19:33:00 -070054 <scope>provided</scope>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070055 </dependency>
56
57 <dependency>
58 <groupId>org.onosproject</groupId>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010059 <artifactId>onlab-misc</artifactId>
60 <version>${onos.version}</version>
Carmelo Cascone34059852019-09-30 19:33:00 -070061 <scope>provided</scope>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010062 </dependency>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -070063 </dependencies>
Andrey Pozolotin642a93f2020-08-14 17:19:48 +020064 <build>
65 <plugins>
66 <!-- SpotBugs Static Analysis -->
67 <plugin>
68 <groupId>com.github.spotbugs</groupId>
69 <artifactId>spotbugs-maven-plugin</artifactId>
70 <version>4.0.4</version>
71 <configuration>
72 <effort>Max</effort>
73 <threshold>Low</threshold>
Andrea Campanella36950212020-08-25 11:20:04 +020074 <failOnError>false</failOnError>
Andrey Pozolotin642a93f2020-08-14 17:19:48 +020075 <includeFilterFile>${session.executionRootDirectory}/spotbugs-security-include.xml</includeFilterFile>
76 <excludeFilterFile>${session.executionRootDirectory}/spotbugs-security-exclude.xml</excludeFilterFile>
77 <plugins>
78 <plugin>
79 <groupId>com.h3xstream.findsecbugs</groupId>
80 <artifactId>findsecbugs-plugin</artifactId>
81 <version>1.10.1</version>
82 </plugin>
83 </plugins>
84 </configuration>
85 </plugin>
86 </plugins>
87 </build>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010088 <repositories>
89 <repository>
90 <id>central</id>
91 <name>Central Repository</name>
Daniele Morob8930552020-01-15 11:14:20 -080092 <url>https://repo.maven.apache.org/maven2</url>
Amit Ghoshc29c7a92017-08-01 09:59:13 +010093 <layout>default</layout>
94 <snapshots>
95 <enabled>false</enabled>
96 </snapshots>
97 <releases>
98 <enabled>true</enabled>
99 <updatePolicy>always</updatePolicy>
100 <checksumPolicy>fail</checksumPolicy>
101 </releases>
102 </repository>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -0700103
Amit Ghoshc29c7a92017-08-01 09:59:13 +0100104 <repository>
105 <id>snapshots</id>
106 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
107 <snapshots>
108 <enabled>true</enabled>
109 <updatePolicy>always</updatePolicy>
110 <checksumPolicy>fail</checksumPolicy>
111 </snapshots>
112 </repository>
113 </repositories>
Andrea Campanellab791ddd2021-06-03 11:10:53 +0200114 <pluginRepositories>
115 <pluginRepository>
116 <id>sonatype-snapshots</id>
117 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
118 <snapshots>
119 <enabled>true</enabled>
120 <updatePolicy>always</updatePolicy>
121 <checksumPolicy>fail</checksumPolicy>
122 </snapshots>
123 </pluginRepository>
124 </pluginRepositories>
Matteo Scandoloc628ae82019-10-31 09:06:18 -0700125 <distributionManagement>
126 <snapshotRepository>
127 <id>ossrh</id>
128 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
129 </snapshotRepository>
130 </distributionManagement>
David K. Bainbridgeeda2b052017-07-12 09:41:04 -0700131</project>