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