Brian O'Connor | 5af8a94 | 2014-11-26 12:17:40 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 7399e48 | 2014-12-01 21:27:42 -0800 | [diff] [blame] | 2 | <!-- |
| 3 | ~ Copyright 2014 Open Networking Laboratory |
| 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 | --> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 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> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 21 | |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 22 | <prerequisites> |
Yuta HIGUCHI | 1cb9a52 | 2015-02-04 11:55:19 -0800 | [diff] [blame] | 23 | <maven>3.0.1</maven> |
Thomas Vachuska | abfe8d3 | 2014-10-23 15:59:32 -0700 | [diff] [blame] | 24 | </prerequisites> |
| 25 | |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.onosproject</groupId> |
| 28 | <artifactId>onos-base</artifactId> |
| 29 | <version>1</version> |
| 30 | <relativePath>tools/build/pom.xml</relativePath> |
| 31 | </parent> |
| 32 | |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 33 | <groupId>org.onosproject</groupId> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 34 | <artifactId>onos</artifactId> |
| 35 | <packaging>pom</packaging> |
Brian O'Connor | 6ea48a2 | 2015-03-17 20:07:20 -0700 | [diff] [blame] | 36 | <version>1.2.0-SNAPSHOT</version> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 37 | |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 38 | <name>${project.artifactId}</name> |
Yuta HIGUCHI | 964c173 | 2014-12-02 20:38:07 -0800 | [diff] [blame] | 39 | <description>Open Network Operating System root project</description> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 40 | |
| 41 | <modules> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 42 | <module>utils</module> |
tom | e2dc27a | 2014-09-09 12:41:21 -0700 | [diff] [blame] | 43 | <module>core</module> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 44 | <module>web</module> |
| 45 | <module>cli</module> |
| 46 | <module>providers</module> |
tom | f8b8d67 | 2014-09-17 13:07:23 -0700 | [diff] [blame] | 47 | <module>openflow</module> |
tom | 8bb1606 | 2014-09-12 14:47:46 -0700 | [diff] [blame] | 48 | <module>apps</module> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 49 | <module>features</module> |
tom | aa49a1e | 2014-09-12 23:11:46 -0700 | [diff] [blame] | 50 | <module>tools/package/branding</module> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 51 | </modules> |
| 52 | |
Brian O'Connor | 3439c10 | 2014-12-03 01:02:03 -0800 | [diff] [blame] | 53 | <url>http://onosproject.org/</url> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 54 | |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 55 | <scm> |
| 56 | <connection>scm:git:https://gerrit.onosproject.org/onos</connection> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 57 | <developerConnection>scm:git:https://gerrit.onosproject.org/onos |
| 58 | </developerConnection> |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 59 | <url>http://gerrit.onosproject.org/</url> |
| 60 | </scm> |
| 61 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 62 | <licenses> |
| 63 | <license> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 64 | <name>Apache License, Version 2.0</name> |
| 65 | <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 66 | </license> |
| 67 | </licenses> |
| 68 | |
Yuta HIGUCHI | e2efe72 | 2014-09-19 14:37:34 -0700 | [diff] [blame] | 69 | <properties> |
| 70 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 71 | <netty4.version>4.0.23.Final</netty4.version> |
Brian O'Connor | 5539641 | 2015-03-17 18:49:29 -0700 | [diff] [blame] | 72 | <copycat.version>0.4.0.onos</copycat.version> |
alshabib | e434433 | 2015-01-28 15:30:13 -0800 | [diff] [blame] | 73 | <openflowj.version>0.3.9.oe</openflowj.version> |
Yuta HIGUCHI | e2efe72 | 2014-09-19 14:37:34 -0700 | [diff] [blame] | 74 | </properties> |
| 75 | |
Brian O'Connor | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 76 | <distributionManagement> |
| 77 | <snapshotRepository> |
| 78 | <id>ossrh</id> |
| 79 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 80 | </snapshotRepository> |
| 81 | </distributionManagement> |
Yuta HIGUCHI | 275fb6b | 2014-11-04 08:33:13 -0800 | [diff] [blame] | 82 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 83 | <dependencyManagement> |
| 84 | <dependencies> |
| 85 | <dependency> |
| 86 | <groupId>junit</groupId> |
| 87 | <artifactId>junit</artifactId> |
| 88 | <version>4.11</version> |
| 89 | <scope>test</scope> |
| 90 | </dependency> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 91 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 92 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 93 | <groupId>org.hamcrest</groupId> |
| 94 | <artifactId>hamcrest-core</artifactId> |
| 95 | <version>1.3</version> |
| 96 | <scope>test</scope> |
| 97 | </dependency> |
| 98 | <dependency> |
| 99 | <groupId>org.hamcrest</groupId> |
| 100 | <artifactId>hamcrest-library</artifactId> |
| 101 | <version>1.3</version> |
| 102 | <scope>test</scope> |
| 103 | </dependency> |
| 104 | |
| 105 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 106 | <groupId>org.slf4j</groupId> |
| 107 | <artifactId>slf4j-api</artifactId> |
| 108 | <version>1.7.6</version> |
| 109 | <scope>provided</scope> |
| 110 | </dependency> |
| 111 | |
| 112 | <dependency> |
| 113 | <groupId>org.slf4j</groupId> |
pankaj | b57fae2 | 2014-10-06 18:28:21 -0700 | [diff] [blame] | 114 | <artifactId>slf4j-core</artifactId> |
| 115 | <version>1.7.6</version> |
| 116 | <scope>test</scope> |
| 117 | </dependency> |
| 118 | |
| 119 | <dependency> |
| 120 | <groupId>org.slf4j</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 121 | <artifactId>slf4j-jdk14</artifactId> |
| 122 | <version>1.7.6</version> |
| 123 | <scope>test</scope> |
| 124 | </dependency> |
| 125 | |
| 126 | <dependency> |
| 127 | <groupId>com.google.guava</groupId> |
| 128 | <artifactId>guava</artifactId> |
tom | eadbb46 | 2014-09-07 16:10:19 -0700 | [diff] [blame] | 129 | <version>18.0</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 130 | </dependency> |
| 131 | |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 132 | <dependency> |
Madan Jampani | a185d86 | 2014-09-30 11:32:31 -0700 | [diff] [blame] | 133 | <groupId>io.netty</groupId> |
alshabib | df652ad | 2014-09-09 11:53:19 -0700 | [diff] [blame] | 134 | <artifactId>netty</artifactId> |
| 135 | <version>3.9.0.Final</version> |
| 136 | </dependency> |
| 137 | |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 138 | <dependency> |
| 139 | <groupId>com.google.guava</groupId> |
| 140 | <artifactId>guava-testlib</artifactId> |
tom | eadbb46 | 2014-09-07 16:10:19 -0700 | [diff] [blame] | 141 | <version>18.0</version> |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 142 | <scope>test</scope> |
| 143 | </dependency> |
| 144 | |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 145 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 146 | <groupId>com.googlecode.concurrent-trees</groupId> |
| 147 | <artifactId>concurrent-trees</artifactId> |
| 148 | <version>2.4.0</version> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 149 | </dependency> |
| 150 | |
| 151 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 152 | <groupId>commons-lang</groupId> |
tom | 6d2a43e | 2014-09-08 01:50:20 -0700 | [diff] [blame] | 153 | <artifactId>commons-lang</artifactId> |
| 154 | <version>2.6</version> |
| 155 | </dependency> |
tom | de8d968 | 2014-08-27 01:11:43 -0700 | [diff] [blame] | 156 | |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 157 | <dependency> |
| 158 | <groupId>org.apache.commons</groupId> |
| 159 | <artifactId>commons-lang3</artifactId> |
| 160 | <version>3.3.2</version> |
| 161 | </dependency> |
| 162 | |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 163 | <dependency> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 164 | <groupId>commons-configuration</groupId> |
| 165 | <artifactId>commons-configuration</artifactId> |
| 166 | <version>1.10</version> |
| 167 | </dependency> |
| 168 | |
| 169 | <dependency> |
Pavlin Radoslavov | a7243cc | 2014-11-22 21:38:02 -0800 | [diff] [blame] | 170 | <groupId>org.apache.commons</groupId> |
| 171 | <artifactId>commons-collections4</artifactId> |
| 172 | <version>4.0</version> |
| 173 | </dependency> |
| 174 | |
| 175 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 176 | <groupId>org.codehaus.jackson</groupId> |
| 177 | <artifactId>jackson-core-asl</artifactId> |
| 178 | <version>1.9.13</version> |
| 179 | </dependency> |
| 180 | <dependency> |
| 181 | <groupId>org.codehaus.jackson</groupId> |
| 182 | <artifactId>jackson-mapper-asl</artifactId> |
| 183 | <version>1.9.13</version> |
| 184 | </dependency> |
Jonathan Hart | 74f9c3b | 2014-09-29 20:03:50 -0700 | [diff] [blame] | 185 | |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 186 | <dependency> |
| 187 | <groupId>org.easymock</groupId> |
| 188 | <artifactId>easymock</artifactId> |
| 189 | <version>3.2</version> |
| 190 | <scope>test</scope> |
| 191 | </dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 192 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 193 | <!-- Web related --> |
| 194 | <dependency> |
| 195 | <groupId>com.sun.jersey</groupId> |
| 196 | <artifactId>jersey-servlet</artifactId> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 197 | <version>1.19</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 198 | <scope>provided</scope> |
| 199 | </dependency> |
| 200 | <dependency> |
Ray Milkey | 67c2272 | 2015-03-09 15:48:57 -0700 | [diff] [blame] | 201 | <groupId>com.sun.jersey.jersey-test-framework</groupId> |
| 202 | <artifactId>jersey-test-framework-core</artifactId> |
| 203 | <version>1.19</version> |
| 204 | <scope>test</scope> |
| 205 | </dependency> |
| 206 | <dependency> |
| 207 | <groupId>com.sun.jersey.jersey-test-framework</groupId> |
| 208 | <artifactId>jersey-test-framework-grizzly2</artifactId> |
| 209 | <version>1.19</version> |
| 210 | <scope>test</scope> |
| 211 | </dependency> |
| 212 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 213 | <groupId>com.fasterxml.jackson.core</groupId> |
| 214 | <artifactId>jackson-databind</artifactId> |
| 215 | <version>2.4.2</version> |
| 216 | <scope>provided</scope> |
| 217 | </dependency> |
| 218 | <dependency> |
| 219 | <groupId>com.fasterxml.jackson.core</groupId> |
| 220 | <artifactId>jackson-annotations</artifactId> |
| 221 | <version>2.4.2</version> |
| 222 | <scope>provided</scope> |
| 223 | </dependency> |
| 224 | |
| 225 | <!-- OSGi related --> |
| 226 | <dependency> |
| 227 | <groupId>org.osgi</groupId> |
| 228 | <artifactId>org.osgi.core</artifactId> |
| 229 | <version>4.3.1</version> |
| 230 | <scope>provided</scope> |
| 231 | </dependency> |
| 232 | <dependency> |
tom | c16656f | 2014-10-15 18:30:31 -0700 | [diff] [blame] | 233 | <groupId>org.osgi</groupId> |
| 234 | <artifactId>org.osgi.compendium</artifactId> |
| 235 | <version>4.3.1</version> |
| 236 | <scope>provided</scope> |
| 237 | </dependency> |
| 238 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 239 | <groupId>org.apache.felix</groupId> |
| 240 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 241 | <version>1.9.8</version> |
| 242 | <scope>provided</scope> |
| 243 | </dependency> |
| 244 | <dependency> |
| 245 | <groupId>org.apache.karaf.shell</groupId> |
| 246 | <artifactId>org.apache.karaf.shell.console</artifactId> |
Pavlin Radoslavov | c522705 | 2014-11-04 10:55:19 -0800 | [diff] [blame] | 247 | <version>3.0.2</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 248 | <scope>provided</scope> |
| 249 | </dependency> |
| 250 | |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 251 | <dependency> |
tom | 14dc4d0 | 2014-09-26 12:43:14 -0700 | [diff] [blame] | 252 | <groupId>org.livetribe.slp</groupId> |
| 253 | <artifactId>livetribe-slp</artifactId> |
| 254 | <version>2.2.1</version> |
| 255 | </dependency> |
| 256 | |
| 257 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 258 | <groupId>com.hazelcast</groupId> |
| 259 | <artifactId>hazelcast</artifactId> |
Yuta HIGUCHI | 93356bc | 2015-01-28 12:33:59 -0800 | [diff] [blame] | 260 | <version>3.4</version> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 261 | </dependency> |
| 262 | <dependency> |
Yuta HIGUCHI | 151cad8 | 2015-02-04 23:26:50 -0800 | [diff] [blame] | 263 | <groupId>com.hazelcast</groupId> |
| 264 | <artifactId>hazelcast</artifactId> |
| 265 | <version>3.4</version> |
| 266 | <classifier>tests</classifier> |
| 267 | <scope>test</scope> |
| 268 | </dependency> |
| 269 | <dependency> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 270 | <groupId>com.eclipsesource.minimal-json</groupId> |
| 271 | <artifactId>minimal-json</artifactId> |
| 272 | <version>0.9.1</version> |
| 273 | </dependency> |
| 274 | <dependency> |
Yuta HIGUCHI | 8ee7d4c | 2014-10-09 23:09:41 -0700 | [diff] [blame] | 275 | <groupId>com.esotericsoftware</groupId> |
| 276 | <artifactId>kryo</artifactId> |
| 277 | <version>3.0.0</version> |
| 278 | </dependency> |
| 279 | <dependency> |
| 280 | <groupId>com.esotericsoftware</groupId> |
| 281 | <artifactId>reflectasm</artifactId> |
| 282 | <version>1.10.0</version> |
| 283 | <type>bundle</type> |
| 284 | </dependency> |
| 285 | <dependency> |
| 286 | <groupId>org.ow2.asm</groupId> |
| 287 | <artifactId>asm</artifactId> |
| 288 | <version>4.2</version> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 289 | </dependency> |
| 290 | <dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 291 | <groupId>com.esotericsoftware</groupId> |
| 292 | <artifactId>minlog</artifactId> |
| 293 | <version>1.3.0</version> |
| 294 | </dependency> |
| 295 | <dependency> |
| 296 | <groupId>org.objenesis</groupId> |
| 297 | <artifactId>objenesis</artifactId> |
| 298 | <version>2.1</version> |
| 299 | </dependency> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 300 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 301 | <!-- ONOS related --> |
| 302 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 303 | <groupId>org.onosproject</groupId> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 304 | <artifactId>onlab-misc</artifactId> |
| 305 | <version>${project.version}</version> |
| 306 | </dependency> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 307 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 308 | <groupId>org.onosproject</groupId> |
tom | f110fff | 2014-09-26 00:38:18 -0700 | [diff] [blame] | 309 | <artifactId>onlab-nio</artifactId> |
| 310 | <version>${project.version}</version> |
| 311 | </dependency> |
| 312 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 313 | <groupId>org.onosproject</groupId> |
tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 314 | <artifactId>onlab-osgi</artifactId> |
| 315 | <version>${project.version}</version> |
| 316 | </dependency> |
| 317 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 318 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | a7a4e5d | 2015-02-11 14:20:58 -0800 | [diff] [blame] | 319 | <artifactId>onlab-osgi</artifactId> |
| 320 | <version>${project.version}</version> |
| 321 | <classifier>tests</classifier> |
| 322 | <scope>test</scope> |
| 323 | </dependency> |
| 324 | <dependency> |
| 325 | <groupId>org.onosproject</groupId> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 326 | <artifactId>onlab-junit</artifactId> |
Pavlin Radoslavov | d26f57a | 2014-10-23 17:19:45 -0700 | [diff] [blame] | 327 | <version>${project.version}</version> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 328 | <scope>test</scope> |
| 329 | </dependency> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 330 | |
| 331 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 332 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 333 | <artifactId>onos-api</artifactId> |
| 334 | <version>${project.version}</version> |
| 335 | </dependency> |
| 336 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 337 | <groupId>org.onosproject</groupId> |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 338 | <artifactId>onos-api</artifactId> |
| 339 | <version>${project.version}</version> |
| 340 | <classifier>tests</classifier> |
| 341 | <scope>test</scope> |
| 342 | </dependency> |
| 343 | |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 344 | |
| 345 | <dependency> |
| 346 | <groupId>org.onosproject</groupId> |
| 347 | <artifactId>onos-core-common</artifactId> |
| 348 | <version>${project.version}</version> |
| 349 | </dependency> |
HIGUCHI Yuta | 3c994f7 | 2015-03-18 16:32:49 -0700 | [diff] [blame] | 350 | <dependency> |
| 351 | <groupId>org.onosproject</groupId> |
| 352 | <artifactId>onos-core-common</artifactId> |
| 353 | <version>${project.version}</version> |
| 354 | <classifier>tests</classifier> |
| 355 | <scope>test</scope> |
| 356 | </dependency> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 357 | |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 358 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 359 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 360 | <artifactId>onos-of-api</artifactId> |
| 361 | <version>${project.version}</version> |
| 362 | </dependency> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 363 | |
| 364 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 365 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 366 | <artifactId>onlab-thirdparty</artifactId> |
| 367 | <version>${project.version}</version> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 368 | </dependency> |
| 369 | |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 370 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 371 | <groupId>org.onosproject</groupId> |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 372 | <artifactId>onos-of-api</artifactId> |
| 373 | <version>${project.version}</version> |
| 374 | <classifier>tests</classifier> |
| 375 | <scope>test</scope> |
| 376 | </dependency> |
Yuta HIGUCHI | 707a7e6 | 2014-10-02 16:35:49 -0700 | [diff] [blame] | 377 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 378 | <groupId>commons-pool</groupId> |
| 379 | <artifactId>commons-pool</artifactId> |
| 380 | <version>1.6</version> |
Yuta HIGUCHI | 707a7e6 | 2014-10-02 16:35:49 -0700 | [diff] [blame] | 381 | </dependency> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 382 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 383 | <groupId>io.netty</groupId> |
| 384 | <artifactId>netty-common</artifactId> |
| 385 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 386 | </dependency> |
| 387 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 388 | <groupId>io.netty</groupId> |
| 389 | <artifactId>netty-buffer</artifactId> |
| 390 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 391 | </dependency> |
| 392 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 393 | <groupId>io.netty</groupId> |
| 394 | <artifactId>netty-transport</artifactId> |
| 395 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 396 | </dependency> |
| 397 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 398 | <groupId>io.netty</groupId> |
| 399 | <artifactId>netty-handler</artifactId> |
| 400 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 401 | </dependency> |
| 402 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 403 | <groupId>io.netty</groupId> |
| 404 | <artifactId>netty-codec</artifactId> |
| 405 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 406 | </dependency> |
Madan Jampani | 824a7c1 | 2014-10-21 09:46:15 -0700 | [diff] [blame] | 407 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 408 | <groupId>io.netty</groupId> |
| 409 | <artifactId>netty-transport-native-epoll</artifactId> |
| 410 | <version>${netty4.version}</version> |
Madan Jampani | 1c7b878 | 2014-11-03 12:14:29 -0800 | [diff] [blame] | 411 | <classifier>${os.detected.classifier}</classifier> |
Madan Jampani | 824a7c1 | 2014-10-21 09:46:15 -0700 | [diff] [blame] | 412 | </dependency> |
Yuta HIGUCHI | b87ef95 | 2014-10-28 23:34:23 -0700 | [diff] [blame] | 413 | <dependency> |
| 414 | <groupId>joda-time</groupId> |
| 415 | <artifactId>joda-time</artifactId> |
| 416 | <version>2.5</version> |
| 417 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 418 | </dependencies> |
| 419 | </dependencyManagement> |
| 420 | |
| 421 | <dependencies> |
| 422 | <dependency> |
| 423 | <groupId>junit</groupId> |
| 424 | <artifactId>junit</artifactId> |
| 425 | </dependency> |
| 426 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 427 | <groupId>org.hamcrest</groupId> |
| 428 | <artifactId>hamcrest-core</artifactId> |
| 429 | </dependency> |
| 430 | <dependency> |
| 431 | <groupId>org.hamcrest</groupId> |
| 432 | <artifactId>hamcrest-library</artifactId> |
| 433 | </dependency> |
| 434 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 435 | <groupId>org.slf4j</groupId> |
Yuta HIGUCHI | 0390ffb | 2014-10-09 23:45:16 -0700 | [diff] [blame] | 436 | <artifactId>slf4j-api</artifactId> |
| 437 | </dependency> |
| 438 | <dependency> |
| 439 | <groupId>org.slf4j</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 440 | <artifactId>slf4j-jdk14</artifactId> |
| 441 | </dependency> |
| 442 | </dependencies> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 443 | |
| 444 | <build> |
| 445 | <pluginManagement> |
| 446 | <plugins> |
| 447 | <plugin> |
| 448 | <groupId>org.apache.maven.plugins</groupId> |
| 449 | <artifactId>maven-compiler-plugin</artifactId> |
Yuta HIGUCHI | ea90aa6 | 2014-10-13 15:57:55 -0700 | [diff] [blame] | 450 | <!-- TODO: update once following issue is fixed. --> |
| 451 | <!-- https://jira.codehaus.org/browse/MCOMPILER-205 --> |
| 452 | <version>2.5.1</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 453 | <configuration> |
Yuta HIGUCHI | f2548cb | 2014-11-03 18:02:25 -0800 | [diff] [blame] | 454 | <source>1.8</source> |
| 455 | <target>1.8</target> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 456 | </configuration> |
| 457 | </plugin> |
| 458 | |
| 459 | <plugin> |
| 460 | <groupId>org.apache.maven.plugins</groupId> |
| 461 | <artifactId>maven-surefire-plugin</artifactId> |
| 462 | <version>2.17</version> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 463 | <configuration> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 464 | <redirectTestOutputToFile>true |
| 465 | </redirectTestOutputToFile> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 466 | <printSummary>true</printSummary> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 467 | <excludedGroups>org.onlab.junit.IntegrationTest |
| 468 | </excludedGroups> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 469 | </configuration> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 470 | </plugin> |
| 471 | |
| 472 | <plugin> |
| 473 | <groupId>org.apache.maven.plugins</groupId> |
| 474 | <artifactId>maven-jar-plugin</artifactId> |
| 475 | <version>2.3.1</version> |
| 476 | <executions> |
| 477 | <execution> |
| 478 | <phase>package</phase> |
| 479 | <goals> |
| 480 | <goal>test-jar</goal> |
| 481 | </goals> |
| 482 | </execution> |
| 483 | </executions> |
| 484 | </plugin> |
| 485 | |
| 486 | <plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 487 | <groupId>org.apache.maven.plugins</groupId> |
| 488 | <artifactId>maven-resources-plugin</artifactId> |
| 489 | <version>2.6</version> |
| 490 | </plugin> |
| 491 | |
| 492 | <plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 493 | <groupId>org.apache.felix</groupId> |
| 494 | <artifactId>maven-bundle-plugin</artifactId> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 495 | <version>2.5.3</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 496 | <extensions>true</extensions> |
alshabib | e434433 | 2015-01-28 15:30:13 -0800 | [diff] [blame] | 497 | <!-- |
| 498 | Drop following dependency when the below bug fix is published |
| 499 | https://issues.apache.org/jira/browse/FELIX-4556 |
| 500 | --> |
| 501 | <dependencies> |
| 502 | <dependency> |
| 503 | <groupId>biz.aQute.bnd</groupId> |
| 504 | <artifactId>bndlib</artifactId> |
| 505 | <version>2.4.0</version> |
| 506 | </dependency> |
| 507 | </dependencies> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 508 | </plugin> |
| 509 | |
| 510 | <plugin> |
Thomas Vachuska | 01a6ec0 | 2014-11-05 09:54:09 -0800 | [diff] [blame] | 511 | <groupId>org.apache.maven.plugins</groupId> |
| 512 | <artifactId>maven-shade-plugin</artifactId> |
| 513 | <version>2.3</version> |
| 514 | </plugin> |
| 515 | |
| 516 | <plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 517 | <groupId>org.apache.felix</groupId> |
| 518 | <artifactId>maven-scr-plugin</artifactId> |
Yuta HIGUCHI | f2548cb | 2014-11-03 18:02:25 -0800 | [diff] [blame] | 519 | <version>1.20.0</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 520 | <executions> |
| 521 | <execution> |
| 522 | <id>generate-scr-srcdescriptor</id> |
| 523 | <goals> |
| 524 | <goal>scr</goal> |
| 525 | </goals> |
| 526 | </execution> |
| 527 | </executions> |
| 528 | <configuration> |
| 529 | <supportedProjectTypes> |
| 530 | <supportedProjectType>bundle</supportedProjectType> |
| 531 | <supportedProjectType>war</supportedProjectType> |
| 532 | </supportedProjectTypes> |
| 533 | </configuration> |
| 534 | </plugin> |
Ray Milkey | 241b96a | 2014-11-17 13:08:20 -0800 | [diff] [blame] | 535 | <plugin> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 536 | <groupId>org.codehaus.mojo</groupId> |
| 537 | <artifactId>findbugs-maven-plugin</artifactId> |
| 538 | <version>3.0.0</version> |
| 539 | <dependencies> |
| 540 | <dependency> |
| 541 | <groupId>org.onosproject</groupId> |
| 542 | <artifactId>onos-build-conf</artifactId> |
| 543 | <version>1.0</version> |
| 544 | </dependency> |
| 545 | </dependencies> |
| 546 | <configuration> |
| 547 | <effort>Max</effort> |
| 548 | <excludeFilterFile>onos/findbugs-suppressions.xml |
| 549 | </excludeFilterFile> |
| 550 | </configuration> |
Ray Milkey | 241b96a | 2014-11-17 13:08:20 -0800 | [diff] [blame] | 551 | </plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 552 | |
Brian O'Connor | eaa47be | 2015-03-17 20:57:47 -0700 | [diff] [blame] | 553 | <!-- This version needs to be updated manually when changes are made to onos-maven-plugin --> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 554 | <plugin> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 555 | <groupId>org.onosproject</groupId> |
| 556 | <artifactId>onos-maven-plugin</artifactId> |
Brian O'Connor | 3e0ab5f | 2015-03-17 20:08:59 -0700 | [diff] [blame] | 557 | <version>1.1.0</version> |
Thomas Vachuska | 8c8b037 | 2015-03-10 11:11:24 -0700 | [diff] [blame] | 558 | <executions> |
| 559 | <execution> |
| 560 | <phase>generate-resources</phase> |
| 561 | <goals> |
| 562 | <goal>cfg</goal> |
| 563 | </goals> |
| 564 | </execution> |
| 565 | </executions> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 566 | </plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 567 | </plugins> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 568 | </pluginManagement> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 569 | |
| 570 | <plugins> |
| 571 | <plugin> |
| 572 | <groupId>org.apache.maven.plugins</groupId> |
tom | e33cc1a | 2014-08-25 21:59:41 -0700 | [diff] [blame] | 573 | <artifactId>maven-jar-plugin</artifactId> |
| 574 | </plugin> |
| 575 | |
| 576 | <plugin> |
| 577 | <groupId>org.apache.maven.plugins</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 578 | <artifactId>maven-checkstyle-plugin</artifactId> |
Yuta HIGUCHI | ee0ae6c | 2014-10-18 18:11:57 -0700 | [diff] [blame] | 579 | <version>2.13</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 580 | <dependencies> |
| 581 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 582 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 583 | <artifactId>onos-build-conf</artifactId> |
| 584 | <version>1.0</version> |
| 585 | </dependency> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 586 | <!-- For Java 8 lambda support--> |
| 587 | <dependency> |
| 588 | <groupId>com.puppycrawl.tools</groupId> |
| 589 | <artifactId>checkstyle</artifactId> |
| 590 | <version>5.9</version> |
| 591 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 592 | </dependencies> |
| 593 | <configuration> |
Toshio Koide | d7d9641 | 2014-11-05 11:56:07 -0800 | [diff] [blame] | 594 | <!-- begin: workaround for unexpected NullPointerException on Eclipse --> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 595 | <sourceDirectory>${project.build.sourceDirectory} |
| 596 | </sourceDirectory> |
| 597 | <testSourceDirectory>${project.build.testSourceDirectory} |
| 598 | </testSourceDirectory> |
Toshio Koide | d7d9641 | 2014-11-05 11:56:07 -0800 | [diff] [blame] | 599 | <!-- end: workaround for unexpected NullPointerException on Eclipse --> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 600 | <configLocation>onos/checkstyle.xml</configLocation> |
| 601 | <suppressionsLocation>onos/suppressions.xml |
| 602 | </suppressionsLocation> |
| 603 | <failsOnError>false</failsOnError> |
| 604 | <logViolationsToConsole>true</logViolationsToConsole> |
| 605 | <includeTestSourceDirectory>true |
| 606 | </includeTestSourceDirectory> |
| 607 | </configuration> |
| 608 | <executions> |
| 609 | <execution> |
| 610 | <id>validate-checkstyle</id> |
| 611 | <phase>verify</phase> |
| 612 | <goals> |
| 613 | <goal>check</goal> |
| 614 | </goals> |
| 615 | </execution> |
| 616 | </executions> |
| 617 | </plugin> |
| 618 | |
| 619 | <plugin> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 620 | <groupId>org.apache.maven.plugins</groupId> |
| 621 | <artifactId>maven-pmd-plugin</artifactId> |
| 622 | <version>3.2</version> |
| 623 | <configuration> |
| 624 | <excludes> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 625 | </excludes> |
| 626 | <rulesets> |
| 627 | <ruleset>onos/pmd.xml</ruleset> |
| 628 | </rulesets> |
| 629 | </configuration> |
| 630 | <executions> |
| 631 | <execution> |
| 632 | <id>validate-pmd</id> |
| 633 | <phase>verify</phase> |
| 634 | <goals> |
| 635 | <!-- Uncomment this goal to make the build fail on pmd errors --> |
| 636 | <!--<goal>check</goal>--> |
| 637 | </goals> |
| 638 | </execution> |
| 639 | </executions> |
| 640 | </plugin> |
| 641 | |
| 642 | <plugin> |
tom | 4f3b18b | 2014-08-28 14:38:47 -0700 | [diff] [blame] | 643 | <groupId>org.jacoco</groupId> |
| 644 | <artifactId>jacoco-maven-plugin</artifactId> |
Yuta HIGUCHI | f61665d | 2015-02-04 12:14:09 -0800 | [diff] [blame] | 645 | <version>0.7.2.201409121644</version> |
tom | 4f3b18b | 2014-08-28 14:38:47 -0700 | [diff] [blame] | 646 | <executions> |
| 647 | <execution> |
| 648 | <id>default-prepare-agent</id> |
| 649 | <goals> |
| 650 | <goal>prepare-agent</goal> |
| 651 | </goals> |
| 652 | </execution> |
| 653 | <execution> |
| 654 | <id>default-report</id> |
| 655 | <phase>prepare-package</phase> |
| 656 | <goals> |
| 657 | <goal>report</goal> |
| 658 | </goals> |
| 659 | </execution> |
| 660 | </executions> |
| 661 | </plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 662 | </plugins> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 663 | </build> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 664 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 665 | <reporting> |
| 666 | <plugins> |
| 667 | <plugin> |
| 668 | <groupId>org.apache.maven.plugins</groupId> |
| 669 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 670 | <version>2.12.1</version> |
| 671 | <configuration> |
Ray Milkey | 0f98ca2 | 2014-11-17 17:12:38 -0800 | [diff] [blame] | 672 | <configLocation>onos/checkstyle.xml</configLocation> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 673 | </configuration> |
| 674 | </plugin> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 675 | |
| 676 | <plugin> |
| 677 | <groupId>org.apache.maven.plugins</groupId> |
| 678 | <artifactId>maven-pmd-plugin</artifactId> |
| 679 | <version>3.2</version> |
| 680 | <configuration> |
| 681 | <excludes> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 682 | </excludes> |
| 683 | <rulesets> |
Ray Milkey | 0f98ca2 | 2014-11-17 17:12:38 -0800 | [diff] [blame] | 684 | <ruleset>onos/pmd.xml</ruleset> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 685 | </rulesets> |
| 686 | </configuration> |
| 687 | </plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 688 | </plugins> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 689 | </reporting> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 690 | </project> |