Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Joey Armstrong | 89c55e0 | 2023-01-09 18:09:41 -0500 | [diff] [blame] | 3 | ~ Copyright 2018-2023 Open Networking Foundation (ONF) and the ONF Contributors |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -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 |
| 15 | ~ limitations under the License. |
| 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 | |
Carmelo Cascone | 05512bd | 2019-11-14 14:19:12 -0800 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
| 24 | <artifactId>onos-dependencies</artifactId> |
Andrea Campanella | c3a63e5 | 2021-12-27 19:36:56 +0100 | [diff] [blame] | 25 | <version>2.5.5</version> |
Carmelo Cascone | 05512bd | 2019-11-14 14:19:12 -0800 | [diff] [blame] | 26 | </parent> |
| 27 | |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 28 | <groupId>org.opencord</groupId> |
| 29 | <artifactId>kafka</artifactId> |
Jenkins | 169fe5e | 2024-01-29 18:02:43 +0000 | [diff] [blame^] | 30 | <version>2.13.1-SNAPSHOT</version> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 31 | <packaging>bundle</packaging> |
| 32 | |
| 33 | <description>Kafka integration</description> |
| 34 | |
| 35 | <properties> |
| 36 | <onos.app.name>org.opencord.kafka</onos.app.name> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 37 | <onos.app.title>Kafka integration</onos.app.title> |
| 38 | <onos.app.url>http://opencord.org</onos.app.url> |
| 39 | <onos.app.readme>Integration with Kafka event bus</onos.app.readme> |
Mahir Gunyel | d2d88a9 | 2024-01-29 00:14:08 -0800 | [diff] [blame] | 40 | <aaa.api.version>2.11.0</aaa.api.version> |
Mahir Gunyel | e6e9f65 | 2024-01-29 09:10:05 -0800 | [diff] [blame] | 41 | <olt.api.version>5.2.6</olt.api.version> |
Mahir Gunyel | d2d88a9 | 2024-01-29 00:14:08 -0800 | [diff] [blame] | 42 | <dhcpl2relay.api.version>2.11.0</dhcpl2relay.api.version> |
| 43 | <bng.api.version>2.5.1</bng.api.version> |
| 44 | <sadis.api.version>5.12.2</sadis.api.version> |
| 45 | <igmp.api.version>2.9.0</igmp.api.version> |
| 46 | <mcast.api.version>2.9.1</mcast.api.version> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 47 | </properties> |
| 48 | |
| 49 | <dependencies> |
| 50 | <dependency> |
| 51 | <groupId>org.onosproject</groupId> |
| 52 | <artifactId>onos-api</artifactId> |
| 53 | <version>${onos.version}</version> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 54 | <scope>provided</scope> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 55 | </dependency> |
| 56 | |
| 57 | <dependency> |
| 58 | <groupId>org.onosproject</groupId> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 59 | <artifactId>onlab-misc</artifactId> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 60 | <version>${onos.version}</version> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 61 | <scope>provided</scope> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 62 | </dependency> |
| 63 | |
| 64 | <dependency> |
| 65 | <groupId>org.apache.servicemix.bundles</groupId> |
| 66 | <artifactId>org.apache.servicemix.bundles.kafka-clients</artifactId> |
Jonathan Hart | a11792a | 2018-08-19 13:48:17 -0700 | [diff] [blame] | 67 | <version>1.1.1_1</version> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 68 | </dependency> |
| 69 | |
| 70 | <dependency> |
| 71 | <groupId>org.opencord</groupId> |
Matteo Scandolo | d50a4d3 | 2019-04-24 12:10:21 -0700 | [diff] [blame] | 72 | <artifactId>aaa-api</artifactId> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 73 | <version>${aaa.api.version}</version> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 74 | <scope>provided</scope> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 75 | </dependency> |
| 76 | |
| 77 | <dependency> |
| 78 | <groupId>org.opencord</groupId> |
| 79 | <artifactId>olt-api</artifactId> |
| 80 | <version>${olt.api.version}</version> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 81 | <scope>provided</scope> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 82 | </dependency> |
| 83 | |
Jonathan Hart | 2aad779 | 2018-07-31 15:09:17 -0400 | [diff] [blame] | 84 | <dependency> |
| 85 | <groupId>org.opencord</groupId> |
Matteo Scandolo | d50a4d3 | 2019-04-24 12:10:21 -0700 | [diff] [blame] | 86 | <artifactId>dhcpl2relay-api</artifactId> |
Jonathan Hart | 2aad779 | 2018-07-31 15:09:17 -0400 | [diff] [blame] | 87 | <version>${dhcpl2relay.api.version}</version> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 88 | <scope>provided</scope> |
Jonathan Hart | 2aad779 | 2018-07-31 15:09:17 -0400 | [diff] [blame] | 89 | </dependency> |
| 90 | |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 91 | <dependency> |
Arjun E K | c33d344 | 2020-03-02 10:20:28 +0000 | [diff] [blame] | 92 | <groupId>org.opencord</groupId> |
Daniele Moro | e24a2aa | 2020-03-24 19:31:57 +0100 | [diff] [blame] | 93 | <artifactId>mcast-api</artifactId> |
| 94 | <version>${mcast.api.version}</version> |
Arjun E K | c33d344 | 2020-03-02 10:20:28 +0000 | [diff] [blame] | 95 | <scope>provided</scope> |
| 96 | </dependency> |
| 97 | |
| 98 | <dependency> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 99 | <groupId>com.fasterxml.jackson.core</groupId> |
| 100 | <artifactId>jackson-databind</artifactId> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 101 | <scope>provided</scope> |
| 102 | </dependency> |
| 103 | |
Daniele Moro | 6f30ffd | 2019-12-06 16:10:40 -0800 | [diff] [blame] | 104 | <dependency> |
| 105 | <groupId>org.opencord</groupId> |
| 106 | <artifactId>bng-api</artifactId> |
| 107 | <version>${bng.api.version}</version> |
| 108 | <scope>provided</scope> |
| 109 | </dependency> |
| 110 | |
Shubham Sharma | 4cf3760 | 2019-06-20 07:16:08 +0000 | [diff] [blame] | 111 | <dependency> |
| 112 | <groupId>org.opencord</groupId> |
| 113 | <artifactId>sadis-api</artifactId> |
| 114 | <version>${sadis.api.version}</version> |
| 115 | </dependency> |
| 116 | |
Shubham Sharma | 751e82e | 2020-03-02 06:05:41 +0000 | [diff] [blame] | 117 | <dependency> |
| 118 | <groupId>org.opencord</groupId> |
Daniele Moro | e24a2aa | 2020-03-24 19:31:57 +0100 | [diff] [blame] | 119 | <artifactId>onos-app-igmpproxy-api</artifactId> |
| 120 | <version>${igmp.api.version}</version> |
Shubham Sharma | 751e82e | 2020-03-02 06:05:41 +0000 | [diff] [blame] | 121 | </dependency> |
| 122 | |
kishore | efa3db5 | 2020-03-23 16:09:26 +0530 | [diff] [blame] | 123 | <dependency> |
| 124 | <groupId>org.junit.jupiter</groupId> |
| 125 | <artifactId>junit-jupiter</artifactId> |
| 126 | <version>RELEASE</version> |
| 127 | <scope>test</scope> |
| 128 | </dependency> |
| 129 | |
| 130 | <dependency> |
| 131 | <groupId>org.onosproject</groupId> |
| 132 | <artifactId>onlab-junit</artifactId> |
| 133 | <version>${onos.version}</version> |
| 134 | <scope>test</scope> |
| 135 | </dependency> |
| 136 | |
| 137 | <dependency> |
| 138 | <groupId>org.onosproject</groupId> |
| 139 | <artifactId>onos-api</artifactId> |
| 140 | <version>${onos.version}</version> |
| 141 | <type>test-jar</type> |
| 142 | <scope>test</scope> |
| 143 | </dependency> |
| 144 | |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 145 | </dependencies> |
| 146 | |
| 147 | <build> |
| 148 | <plugins> |
| 149 | <plugin> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 150 | <groupId>org.onosproject</groupId> |
| 151 | <artifactId>onos-maven-plugin</artifactId> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 152 | </plugin> |
Andrey Pozolotin | 66d7f0e | 2020-08-14 17:11:58 +0200 | [diff] [blame] | 153 | <!-- SpotBugs Static Analysis --> |
| 154 | <plugin> |
| 155 | <groupId>com.github.spotbugs</groupId> |
| 156 | <artifactId>spotbugs-maven-plugin</artifactId> |
| 157 | <version>4.0.4</version> |
| 158 | <configuration> |
| 159 | <effort>Max</effort> |
| 160 | <threshold>Low</threshold> |
| 161 | <failOnError>false</failOnError> |
| 162 | <includeFilterFile>${session.executionRootDirectory}/spotbugs-security-include.xml</includeFilterFile> |
| 163 | <excludeFilterFile>${session.executionRootDirectory}/spotbugs-security-exclude.xml</excludeFilterFile> |
| 164 | <plugins> |
| 165 | <plugin> |
| 166 | <groupId>com.h3xstream.findsecbugs</groupId> |
| 167 | <artifactId>findsecbugs-plugin</artifactId> |
| 168 | <version>1.10.1</version> |
| 169 | </plugin> |
| 170 | </plugins> |
| 171 | </configuration> |
| 172 | </plugin> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 173 | </plugins> |
| 174 | </build> |
| 175 | |
| 176 | <repositories> |
| 177 | <repository> |
| 178 | <id>central</id> |
| 179 | <name>Central Repository</name> |
Daniele Moro | 94c6bf5 | 2020-01-15 11:21:52 -0800 | [diff] [blame] | 180 | <url>https://repo.maven.apache.org/maven2</url> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 181 | <layout>default</layout> |
| 182 | <snapshots> |
| 183 | <enabled>false</enabled> |
| 184 | </snapshots> |
| 185 | <releases> |
| 186 | <enabled>true</enabled> |
| 187 | <updatePolicy>always</updatePolicy> |
| 188 | <checksumPolicy>fail</checksumPolicy> |
| 189 | </releases> |
| 190 | </repository> |
| 191 | |
| 192 | <repository> |
Daniele Moro | 19bb1f2 | 2020-01-28 17:31:09 -0800 | [diff] [blame] | 193 | <id>sonatype-releases</id> |
| 194 | <url>https://oss.sonatype.org/service/local/repositories/releases/content/</url> |
| 195 | <snapshots> |
| 196 | <enabled>false</enabled> |
| 197 | </snapshots> |
| 198 | <releases> |
| 199 | <enabled>true</enabled> |
| 200 | <updatePolicy>always</updatePolicy> |
| 201 | <checksumPolicy>fail</checksumPolicy> |
| 202 | </releases> |
| 203 | </repository> |
| 204 | |
| 205 | <repository> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 206 | <id>snapshots</id> |
| 207 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 208 | <snapshots> |
| 209 | <enabled>true</enabled> |
| 210 | <updatePolicy>always</updatePolicy> |
| 211 | <checksumPolicy>fail</checksumPolicy> |
| 212 | </snapshots> |
| 213 | </repository> |
| 214 | </repositories> |
Andrea Campanella | 74806c7 | 2021-06-03 11:08:34 +0200 | [diff] [blame] | 215 | <pluginRepositories> |
| 216 | <pluginRepository> |
| 217 | <id>sonatype-snapshots</id> |
| 218 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 219 | <snapshots> |
| 220 | <enabled>true</enabled> |
| 221 | <updatePolicy>always</updatePolicy> |
| 222 | <checksumPolicy>fail</checksumPolicy> |
| 223 | </snapshots> |
| 224 | </pluginRepository> |
| 225 | </pluginRepositories> |
Carmelo Cascone | 7e73fa1 | 2019-07-15 18:29:01 -0700 | [diff] [blame] | 226 | <distributionManagement> |
| 227 | <snapshotRepository> |
| 228 | <id>ossrh</id> |
| 229 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 230 | </snapshotRepository> |
| 231 | </distributionManagement> |
Jonathan Hart | 501f788 | 2018-07-24 14:39:57 -0700 | [diff] [blame] | 232 | </project> |