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