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> |
| 23 | <maven>3.0.0</maven> |
| 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 | 7f2e9bf | 2014-12-04 23:35:13 -0800 | [diff] [blame] | 36 | <version>1.1.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 | 932d941 | 2014-12-03 17:20:11 -0800 | [diff] [blame] | 72 | <copycat.version>0.3.0.onos</copycat.version> |
alshabib | 41e26d5 | 2015-01-12 11:48:40 -0800 | [diff] [blame] | 73 | <openflowj.version>0.3.8.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> |
Pavlin Radoslavov | a7243cc | 2014-11-22 21:38:02 -0800 | [diff] [blame] | 164 | <groupId>org.apache.commons</groupId> |
| 165 | <artifactId>commons-collections4</artifactId> |
| 166 | <version>4.0</version> |
| 167 | </dependency> |
| 168 | |
| 169 | <dependency> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 170 | <groupId>commons-configuration</groupId> |
| 171 | <artifactId>commons-configuration</artifactId> |
| 172 | <version>1.10</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> |
| 197 | <version>1.18.1</version> |
| 198 | <scope>provided</scope> |
| 199 | </dependency> |
| 200 | <dependency> |
| 201 | <groupId>com.fasterxml.jackson.core</groupId> |
| 202 | <artifactId>jackson-databind</artifactId> |
| 203 | <version>2.4.2</version> |
| 204 | <scope>provided</scope> |
| 205 | </dependency> |
| 206 | <dependency> |
| 207 | <groupId>com.fasterxml.jackson.core</groupId> |
| 208 | <artifactId>jackson-annotations</artifactId> |
| 209 | <version>2.4.2</version> |
| 210 | <scope>provided</scope> |
| 211 | </dependency> |
| 212 | |
| 213 | <!-- OSGi related --> |
| 214 | <dependency> |
| 215 | <groupId>org.osgi</groupId> |
| 216 | <artifactId>org.osgi.core</artifactId> |
| 217 | <version>4.3.1</version> |
| 218 | <scope>provided</scope> |
| 219 | </dependency> |
| 220 | <dependency> |
tom | c16656f | 2014-10-15 18:30:31 -0700 | [diff] [blame] | 221 | <groupId>org.osgi</groupId> |
| 222 | <artifactId>org.osgi.compendium</artifactId> |
| 223 | <version>4.3.1</version> |
| 224 | <scope>provided</scope> |
| 225 | </dependency> |
| 226 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 227 | <groupId>org.apache.felix</groupId> |
| 228 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 229 | <version>1.9.8</version> |
| 230 | <scope>provided</scope> |
| 231 | </dependency> |
| 232 | <dependency> |
| 233 | <groupId>org.apache.karaf.shell</groupId> |
| 234 | <artifactId>org.apache.karaf.shell.console</artifactId> |
Pavlin Radoslavov | c522705 | 2014-11-04 10:55:19 -0800 | [diff] [blame] | 235 | <version>3.0.2</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 236 | <scope>provided</scope> |
| 237 | </dependency> |
| 238 | |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 239 | <dependency> |
tom | 14dc4d0 | 2014-09-26 12:43:14 -0700 | [diff] [blame] | 240 | <groupId>org.livetribe.slp</groupId> |
| 241 | <artifactId>livetribe-slp</artifactId> |
| 242 | <version>2.2.1</version> |
| 243 | </dependency> |
| 244 | |
| 245 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 246 | <groupId>com.hazelcast</groupId> |
| 247 | <artifactId>hazelcast</artifactId> |
Yuta HIGUCHI | 9eedb46 | 2014-10-23 12:45:14 -0700 | [diff] [blame] | 248 | <version>3.3.2</version> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 249 | </dependency> |
| 250 | <dependency> |
tom | dc66b38 | 2014-09-22 17:05:47 -0700 | [diff] [blame] | 251 | <groupId>com.eclipsesource.minimal-json</groupId> |
| 252 | <artifactId>minimal-json</artifactId> |
| 253 | <version>0.9.1</version> |
| 254 | </dependency> |
| 255 | <dependency> |
Yuta HIGUCHI | 8ee7d4c | 2014-10-09 23:09:41 -0700 | [diff] [blame] | 256 | <groupId>com.esotericsoftware</groupId> |
| 257 | <artifactId>kryo</artifactId> |
| 258 | <version>3.0.0</version> |
| 259 | </dependency> |
| 260 | <dependency> |
| 261 | <groupId>com.esotericsoftware</groupId> |
| 262 | <artifactId>reflectasm</artifactId> |
| 263 | <version>1.10.0</version> |
| 264 | <type>bundle</type> |
| 265 | </dependency> |
| 266 | <dependency> |
| 267 | <groupId>org.ow2.asm</groupId> |
| 268 | <artifactId>asm</artifactId> |
| 269 | <version>4.2</version> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 270 | </dependency> |
| 271 | <dependency> |
tom | 66a7eb2 | 2014-09-22 11:58:56 -0700 | [diff] [blame] | 272 | <groupId>com.esotericsoftware</groupId> |
| 273 | <artifactId>minlog</artifactId> |
| 274 | <version>1.3.0</version> |
| 275 | </dependency> |
| 276 | <dependency> |
| 277 | <groupId>org.objenesis</groupId> |
| 278 | <artifactId>objenesis</artifactId> |
| 279 | <version>2.1</version> |
| 280 | </dependency> |
Yuta HIGUCHI | 24a086b | 2014-09-21 23:28:41 -0700 | [diff] [blame] | 281 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 282 | <!-- ONOS related --> |
| 283 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 284 | <groupId>org.onosproject</groupId> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 285 | <artifactId>onlab-misc</artifactId> |
| 286 | <version>${project.version}</version> |
| 287 | </dependency> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 288 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 289 | <groupId>org.onosproject</groupId> |
tom | f110fff | 2014-09-26 00:38:18 -0700 | [diff] [blame] | 290 | <artifactId>onlab-nio</artifactId> |
| 291 | <version>${project.version}</version> |
| 292 | </dependency> |
| 293 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 294 | <groupId>org.onosproject</groupId> |
tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 295 | <artifactId>onlab-osgi</artifactId> |
| 296 | <version>${project.version}</version> |
| 297 | </dependency> |
| 298 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 299 | <groupId>org.onosproject</groupId> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 300 | <artifactId>onlab-junit</artifactId> |
Pavlin Radoslavov | d26f57a | 2014-10-23 17:19:45 -0700 | [diff] [blame] | 301 | <version>${project.version}</version> |
tom | 931af4e | 2014-09-13 12:00:57 -0700 | [diff] [blame] | 302 | <scope>test</scope> |
| 303 | </dependency> |
tom | 5f38b3a | 2014-08-27 23:50:54 -0700 | [diff] [blame] | 304 | |
| 305 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 306 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 307 | <artifactId>onos-api</artifactId> |
| 308 | <version>${project.version}</version> |
| 309 | </dependency> |
| 310 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 311 | <groupId>org.onosproject</groupId> |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 312 | <artifactId>onos-api</artifactId> |
| 313 | <version>${project.version}</version> |
| 314 | <classifier>tests</classifier> |
| 315 | <scope>test</scope> |
| 316 | </dependency> |
| 317 | |
| 318 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 319 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 320 | <artifactId>onos-of-api</artifactId> |
| 321 | <version>${project.version}</version> |
| 322 | </dependency> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 323 | |
| 324 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 325 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 326 | <artifactId>onlab-thirdparty</artifactId> |
| 327 | <version>${project.version}</version> |
Jonathan Hart | 335ef46 | 2014-10-16 08:20:46 -0700 | [diff] [blame] | 328 | </dependency> |
| 329 | |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 330 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 331 | <groupId>org.onosproject</groupId> |
tom | 61359e9 | 2014-09-16 15:50:27 -0700 | [diff] [blame] | 332 | <artifactId>onos-of-api</artifactId> |
| 333 | <version>${project.version}</version> |
| 334 | <classifier>tests</classifier> |
| 335 | <scope>test</scope> |
| 336 | </dependency> |
Yuta HIGUCHI | 707a7e6 | 2014-10-02 16:35:49 -0700 | [diff] [blame] | 337 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 338 | <groupId>commons-pool</groupId> |
| 339 | <artifactId>commons-pool</artifactId> |
| 340 | <version>1.6</version> |
Yuta HIGUCHI | 707a7e6 | 2014-10-02 16:35:49 -0700 | [diff] [blame] | 341 | </dependency> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 342 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 343 | <groupId>io.netty</groupId> |
| 344 | <artifactId>netty-common</artifactId> |
| 345 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 346 | </dependency> |
| 347 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 348 | <groupId>io.netty</groupId> |
| 349 | <artifactId>netty-buffer</artifactId> |
| 350 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 351 | </dependency> |
| 352 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 353 | <groupId>io.netty</groupId> |
| 354 | <artifactId>netty-transport</artifactId> |
| 355 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 356 | </dependency> |
| 357 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 358 | <groupId>io.netty</groupId> |
| 359 | <artifactId>netty-handler</artifactId> |
| 360 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 361 | </dependency> |
| 362 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 363 | <groupId>io.netty</groupId> |
| 364 | <artifactId>netty-codec</artifactId> |
| 365 | <version>${netty4.version}</version> |
Yuta HIGUCHI | ceff7b0 | 2014-10-20 18:32:25 -0700 | [diff] [blame] | 366 | </dependency> |
Madan Jampani | 824a7c1 | 2014-10-21 09:46:15 -0700 | [diff] [blame] | 367 | <dependency> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 368 | <groupId>io.netty</groupId> |
| 369 | <artifactId>netty-transport-native-epoll</artifactId> |
| 370 | <version>${netty4.version}</version> |
Madan Jampani | 1c7b878 | 2014-11-03 12:14:29 -0800 | [diff] [blame] | 371 | <classifier>${os.detected.classifier}</classifier> |
Madan Jampani | 824a7c1 | 2014-10-21 09:46:15 -0700 | [diff] [blame] | 372 | </dependency> |
Yuta HIGUCHI | b87ef95 | 2014-10-28 23:34:23 -0700 | [diff] [blame] | 373 | <dependency> |
| 374 | <groupId>joda-time</groupId> |
| 375 | <artifactId>joda-time</artifactId> |
| 376 | <version>2.5</version> |
| 377 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 378 | </dependencies> |
| 379 | </dependencyManagement> |
| 380 | |
| 381 | <dependencies> |
| 382 | <dependency> |
| 383 | <groupId>junit</groupId> |
| 384 | <artifactId>junit</artifactId> |
| 385 | </dependency> |
| 386 | <dependency> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 387 | <groupId>org.hamcrest</groupId> |
| 388 | <artifactId>hamcrest-core</artifactId> |
| 389 | </dependency> |
| 390 | <dependency> |
| 391 | <groupId>org.hamcrest</groupId> |
| 392 | <artifactId>hamcrest-library</artifactId> |
| 393 | </dependency> |
| 394 | <dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 395 | <groupId>org.slf4j</groupId> |
Yuta HIGUCHI | 0390ffb | 2014-10-09 23:45:16 -0700 | [diff] [blame] | 396 | <artifactId>slf4j-api</artifactId> |
| 397 | </dependency> |
| 398 | <dependency> |
| 399 | <groupId>org.slf4j</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 400 | <artifactId>slf4j-jdk14</artifactId> |
| 401 | </dependency> |
| 402 | </dependencies> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 403 | |
| 404 | <build> |
| 405 | <pluginManagement> |
| 406 | <plugins> |
| 407 | <plugin> |
| 408 | <groupId>org.apache.maven.plugins</groupId> |
| 409 | <artifactId>maven-compiler-plugin</artifactId> |
Yuta HIGUCHI | ea90aa6 | 2014-10-13 15:57:55 -0700 | [diff] [blame] | 410 | <!-- TODO: update once following issue is fixed. --> |
| 411 | <!-- https://jira.codehaus.org/browse/MCOMPILER-205 --> |
| 412 | <version>2.5.1</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 413 | <configuration> |
Yuta HIGUCHI | f2548cb | 2014-11-03 18:02:25 -0800 | [diff] [blame] | 414 | <source>1.8</source> |
| 415 | <target>1.8</target> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 416 | </configuration> |
| 417 | </plugin> |
| 418 | |
| 419 | <plugin> |
| 420 | <groupId>org.apache.maven.plugins</groupId> |
| 421 | <artifactId>maven-surefire-plugin</artifactId> |
| 422 | <version>2.17</version> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 423 | <configuration> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 424 | <redirectTestOutputToFile>true |
| 425 | </redirectTestOutputToFile> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 426 | <printSummary>true</printSummary> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 427 | <excludedGroups>org.onlab.junit.IntegrationTest |
| 428 | </excludedGroups> |
tom | 6488812 | 2014-08-27 21:47:46 -0700 | [diff] [blame] | 429 | </configuration> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 430 | </plugin> |
| 431 | |
| 432 | <plugin> |
| 433 | <groupId>org.apache.maven.plugins</groupId> |
| 434 | <artifactId>maven-jar-plugin</artifactId> |
| 435 | <version>2.3.1</version> |
| 436 | <executions> |
| 437 | <execution> |
| 438 | <phase>package</phase> |
| 439 | <goals> |
| 440 | <goal>test-jar</goal> |
| 441 | </goals> |
| 442 | </execution> |
| 443 | </executions> |
| 444 | </plugin> |
| 445 | |
| 446 | <plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 447 | <groupId>org.apache.maven.plugins</groupId> |
| 448 | <artifactId>maven-resources-plugin</artifactId> |
| 449 | <version>2.6</version> |
| 450 | </plugin> |
| 451 | |
| 452 | <plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 453 | <groupId>org.apache.felix</groupId> |
| 454 | <artifactId>maven-bundle-plugin</artifactId> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 455 | <version>2.5.3</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 456 | <extensions>true</extensions> |
| 457 | </plugin> |
| 458 | |
| 459 | <plugin> |
Thomas Vachuska | 01a6ec0 | 2014-11-05 09:54:09 -0800 | [diff] [blame] | 460 | <groupId>org.apache.maven.plugins</groupId> |
| 461 | <artifactId>maven-shade-plugin</artifactId> |
| 462 | <version>2.3</version> |
| 463 | </plugin> |
| 464 | |
| 465 | <plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 466 | <groupId>org.apache.felix</groupId> |
| 467 | <artifactId>maven-scr-plugin</artifactId> |
Yuta HIGUCHI | f2548cb | 2014-11-03 18:02:25 -0800 | [diff] [blame] | 468 | <version>1.20.0</version> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 469 | <executions> |
| 470 | <execution> |
| 471 | <id>generate-scr-srcdescriptor</id> |
| 472 | <goals> |
| 473 | <goal>scr</goal> |
| 474 | </goals> |
| 475 | </execution> |
| 476 | </executions> |
| 477 | <configuration> |
| 478 | <supportedProjectTypes> |
| 479 | <supportedProjectType>bundle</supportedProjectType> |
| 480 | <supportedProjectType>war</supportedProjectType> |
| 481 | </supportedProjectTypes> |
| 482 | </configuration> |
| 483 | </plugin> |
Ray Milkey | 241b96a | 2014-11-17 13:08:20 -0800 | [diff] [blame] | 484 | <plugin> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 485 | <groupId>org.codehaus.mojo</groupId> |
| 486 | <artifactId>findbugs-maven-plugin</artifactId> |
| 487 | <version>3.0.0</version> |
| 488 | <dependencies> |
| 489 | <dependency> |
| 490 | <groupId>org.onosproject</groupId> |
| 491 | <artifactId>onos-build-conf</artifactId> |
| 492 | <version>1.0</version> |
| 493 | </dependency> |
| 494 | </dependencies> |
| 495 | <configuration> |
| 496 | <effort>Max</effort> |
| 497 | <excludeFilterFile>onos/findbugs-suppressions.xml |
| 498 | </excludeFilterFile> |
| 499 | </configuration> |
Ray Milkey | 241b96a | 2014-11-17 13:08:20 -0800 | [diff] [blame] | 500 | </plugin> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 501 | |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 502 | <!-- 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] | 503 | <!--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] | 504 | <!-- |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 505 | <plugin> |
Thomas Vachuska | 5d42c6b | 2014-10-21 23:52:28 -0700 | [diff] [blame] | 506 | <groupId>org.eclipse.m2e</groupId> |
| 507 | <artifactId>lifecycle-mapping</artifactId> |
| 508 | <version>1.0.0</version> |
| 509 | <configuration> |
| 510 | <lifecycleMappingMetadata> |
| 511 | <pluginExecutions> |
| 512 | <pluginExecution> |
| 513 | <pluginExecutionFilter> |
| 514 | <groupId>org.jacoco</groupId> |
| 515 | <artifactId> |
| 516 | jacoco-maven-plugin |
| 517 | </artifactId> |
| 518 | <versionRange> |
| 519 | [0.7.1.201405082137,) |
| 520 | </versionRange> |
| 521 | <goals> |
| 522 | <goal>prepare-agent</goal> |
| 523 | </goals> |
| 524 | </pluginExecutionFilter> |
| 525 | <action> |
| 526 | <ignore></ignore> |
| 527 | </action> |
| 528 | </pluginExecution> |
| 529 | </pluginExecutions> |
| 530 | </lifecycleMappingMetadata> |
| 531 | </configuration> |
Brian O'Connor | f3d0616 | 2014-10-02 15:54:12 -0700 | [diff] [blame] | 532 | </plugin> |
Brian O'Connor | 5b29ebd | 2014-12-04 21:22:06 -0800 | [diff] [blame] | 533 | --> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 534 | </plugins> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 535 | </pluginManagement> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 536 | |
| 537 | <plugins> |
| 538 | <plugin> |
| 539 | <groupId>org.apache.maven.plugins</groupId> |
tom | e33cc1a | 2014-08-25 21:59:41 -0700 | [diff] [blame] | 540 | <artifactId>maven-jar-plugin</artifactId> |
| 541 | </plugin> |
| 542 | |
| 543 | <plugin> |
| 544 | <groupId>org.apache.maven.plugins</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 545 | <artifactId>maven-checkstyle-plugin</artifactId> |
Yuta HIGUCHI | ee0ae6c | 2014-10-18 18:11:57 -0700 | [diff] [blame] | 546 | <version>2.13</version> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 547 | <dependencies> |
| 548 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 549 | <groupId>org.onosproject</groupId> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 550 | <artifactId>onos-build-conf</artifactId> |
| 551 | <version>1.0</version> |
| 552 | </dependency> |
Madan Jampani | 08822c4 | 2014-11-04 17:17:46 -0800 | [diff] [blame] | 553 | <!-- For Java 8 lambda support--> |
| 554 | <dependency> |
| 555 | <groupId>com.puppycrawl.tools</groupId> |
| 556 | <artifactId>checkstyle</artifactId> |
| 557 | <version>5.9</version> |
| 558 | </dependency> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 559 | </dependencies> |
| 560 | <configuration> |
Toshio Koide | d7d9641 | 2014-11-05 11:56:07 -0800 | [diff] [blame] | 561 | <!-- begin: workaround for unexpected NullPointerException on Eclipse --> |
Thomas Vachuska | a8f4e7d | 2015-01-08 17:31:55 -0800 | [diff] [blame] | 562 | <sourceDirectory>${project.build.sourceDirectory} |
| 563 | </sourceDirectory> |
| 564 | <testSourceDirectory>${project.build.testSourceDirectory} |
| 565 | </testSourceDirectory> |
Toshio Koide | d7d9641 | 2014-11-05 11:56:07 -0800 | [diff] [blame] | 566 | <!-- end: workaround for unexpected NullPointerException on Eclipse --> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 567 | <configLocation>onos/checkstyle.xml</configLocation> |
| 568 | <suppressionsLocation>onos/suppressions.xml |
| 569 | </suppressionsLocation> |
| 570 | <failsOnError>false</failsOnError> |
| 571 | <logViolationsToConsole>true</logViolationsToConsole> |
| 572 | <includeTestSourceDirectory>true |
| 573 | </includeTestSourceDirectory> |
| 574 | </configuration> |
| 575 | <executions> |
| 576 | <execution> |
| 577 | <id>validate-checkstyle</id> |
| 578 | <phase>verify</phase> |
| 579 | <goals> |
| 580 | <goal>check</goal> |
| 581 | </goals> |
| 582 | </execution> |
| 583 | </executions> |
| 584 | </plugin> |
| 585 | |
| 586 | <plugin> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 587 | <groupId>org.apache.maven.plugins</groupId> |
| 588 | <artifactId>maven-pmd-plugin</artifactId> |
| 589 | <version>3.2</version> |
| 590 | <configuration> |
| 591 | <excludes> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 592 | </excludes> |
| 593 | <rulesets> |
| 594 | <ruleset>onos/pmd.xml</ruleset> |
| 595 | </rulesets> |
| 596 | </configuration> |
| 597 | <executions> |
| 598 | <execution> |
| 599 | <id>validate-pmd</id> |
| 600 | <phase>verify</phase> |
| 601 | <goals> |
| 602 | <!-- Uncomment this goal to make the build fail on pmd errors --> |
| 603 | <!--<goal>check</goal>--> |
| 604 | </goals> |
| 605 | </execution> |
| 606 | </executions> |
| 607 | </plugin> |
| 608 | |
| 609 | <plugin> |
tom | 4f3b18b | 2014-08-28 14:38:47 -0700 | [diff] [blame] | 610 | <groupId>org.jacoco</groupId> |
| 611 | <artifactId>jacoco-maven-plugin</artifactId> |
| 612 | <version>0.7.1.201405082137</version> |
| 613 | <executions> |
| 614 | <execution> |
| 615 | <id>default-prepare-agent</id> |
| 616 | <goals> |
| 617 | <goal>prepare-agent</goal> |
| 618 | </goals> |
| 619 | </execution> |
| 620 | <execution> |
| 621 | <id>default-report</id> |
| 622 | <phase>prepare-package</phase> |
| 623 | <goals> |
| 624 | <goal>report</goal> |
| 625 | </goals> |
| 626 | </execution> |
| 627 | </executions> |
| 628 | </plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 629 | </plugins> |
tom | 0941951 | 2014-08-15 11:28:43 -0700 | [diff] [blame] | 630 | </build> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 631 | |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 632 | <reporting> |
| 633 | <plugins> |
| 634 | <plugin> |
| 635 | <groupId>org.apache.maven.plugins</groupId> |
| 636 | <artifactId>maven-checkstyle-plugin</artifactId> |
| 637 | <version>2.12.1</version> |
| 638 | <configuration> |
Ray Milkey | 0f98ca2 | 2014-11-17 17:12:38 -0800 | [diff] [blame] | 639 | <configLocation>onos/checkstyle.xml</configLocation> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 640 | </configuration> |
| 641 | </plugin> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 642 | |
| 643 | <plugin> |
| 644 | <groupId>org.apache.maven.plugins</groupId> |
| 645 | <artifactId>maven-pmd-plugin</artifactId> |
| 646 | <version>3.2</version> |
| 647 | <configuration> |
| 648 | <excludes> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 649 | </excludes> |
| 650 | <rulesets> |
Ray Milkey | 0f98ca2 | 2014-11-17 17:12:38 -0800 | [diff] [blame] | 651 | <ruleset>onos/pmd.xml</ruleset> |
tom | 50a76dd | 2014-09-02 15:18:35 -0700 | [diff] [blame] | 652 | </rulesets> |
| 653 | </configuration> |
| 654 | </plugin> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 655 | </plugins> |
tom | 0eb04ca | 2014-08-25 14:34:51 -0700 | [diff] [blame] | 656 | </reporting> |
alshabib | 522d987 | 2014-08-15 10:35:16 -0700 | [diff] [blame] | 657 | </project> |