blob: 51dd9d9f8913a927743bfab0f515eb49f6a50530 [file] [log] [blame]
vinayakb38b7ca42012-03-05 05:44:15 +00001<?xml version="1.0" encoding="UTF-8"?>
Till Westmannea8ab392013-06-05 15:17:08 -07002<!--
Ian Maxon928bbd12015-09-14 17:12:48 -07003 ! Licensed to the Apache Software Foundation (ASF) under one
4 ! or more contributor license agreements. See the NOTICE file
5 ! distributed with this work for additional information
6 ! regarding copyright ownership. The ASF licenses this file
7 ! to you under the Apache License, Version 2.0 (the
8 ! "License"); you may not use this file except in compliance
9 ! with the License. You may obtain a copy of the License at
10 !
11 ! http://www.apache.org/licenses/LICENSE-2.0
12 !
13 ! Unless required by applicable law or agreed to in writing,
14 ! software distributed under the License is distributed on an
15 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ! KIND, either express or implied. See the License for the
17 ! specific language governing permissions and limitations
18 ! under the License.
Till Westmannea8ab392013-06-05 15:17:08 -070019 !-->
Ian Maxond2e1e892015-10-05 12:46:26 -070020<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Eldon Carman0228b9c2014-11-25 18:13:46 -080021 <modelVersion>4.0.0</modelVersion>
Ian Maxonf18bba22015-08-21 12:35:14 -070022 <groupId>org.apache.asterix</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -080023 <artifactId>asterix</artifactId>
Ian Maxon4e6a9232015-10-05 12:46:37 -070024 <version>0.8.8-SNAPSHOT</version>
Eldon Carman0228b9c2014-11-25 18:13:46 -080025 <packaging>pom</packaging>
26
Ian Maxon5c058c62015-08-21 16:06:15 -070027 <parent>
28 <groupId>org.apache</groupId>
29 <artifactId>apache</artifactId>
Ian Maxon4e6a9232015-10-05 12:46:37 -070030 <version>LATEST</version>
Ian Maxon5c058c62015-08-21 16:06:15 -070031 </parent>
32
Ian4a816dc2014-11-26 15:46:32 -080033 <licenses>
Preston Carmanc66d23a2015-07-08 23:44:13 -070034 <license>
35 <name>Apache License, Version 2.0</name>
36 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
37 <distribution>repo</distribution>
38 <comments>A business-friendly OSS license</comments>
39 </license>
Ian4a816dc2014-11-26 15:46:32 -080040 </licenses>
41
Eldon Carman0228b9c2014-11-25 18:13:46 -080042 <properties>
43 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44 <jvm.extraargs />
45 <runSlowAQLTests>false</runSlowAQLTests>
Ian Maxon6e5f18e2015-11-24 18:02:48 -080046 <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
Chris Hilleryb5c85ac2014-02-21 02:33:37 -080047
48 <!-- Definition of tests in various categories which may be excluded -->
Eldon Carman0228b9c2014-11-25 18:13:46 -080049 <optimizer.tests>**/optimizer/**/*Test.java</optimizer.tests>
50 <metadata.tests>**/metadata/*Test.java</metadata.tests>
51 <execution.tests>**/ExecutionTest.java</execution.tests>
Ian Maxonc9a3a9b2015-07-31 15:27:39 -070052 <repeated.tests>**/RepeatedTest.java</repeated.tests>
Eldon Carman0228b9c2014-11-25 18:13:46 -080053 <invalid.tests>**/DmlTest.java</invalid.tests>
54 <global.test.includes>**/*TestSuite.java,**/*Test.java,${execution.tests}</global.test.includes>
Preston Carmanc66d23a2015-07-08 23:44:13 -070055 <global.test.excludes>${optimizer.tests},${metadata.tests},${invalid.tests},${repeated.tests}</global.test.excludes>
Ian18997ce2014-09-22 16:14:39 -070056 <!-- Versions under dependencymanagement or used in many projects via properties -->
Ian Maxon73d42112015-12-23 16:49:25 -080057 <algebricks.version>0.2.17-incubating</algebricks.version>
58 <hyracks.version>0.2.17-incubating</hyracks.version>
Eldon Carman0228b9c2014-11-25 18:13:46 -080059 <hadoop.version>2.2.0</hadoop.version>
Ian Maxon69375a12015-06-29 16:12:53 -070060 <junit.version>4.11</junit.version>
Eldon Carman0228b9c2014-11-25 18:13:46 -080061 <commons.io.version>2.4</commons.io.version>
62 <servlet.api.version>2.5</servlet.api.version>
63 <json.version>20090211</json.version>
64 </properties>
vinayakb5ee049d2013-04-06 21:21:29 +000065
Eldon Carman0228b9c2014-11-25 18:13:46 -080066 <build>
67 <plugins>
68 <plugin>
69 <groupId>org.apache.maven.plugins</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -080070 <artifactId>maven-surefire-plugin</artifactId>
71 <version>2.16</version>
72 <configuration>
73 <failIfNoTests>false</failIfNoTests>
74 <systemPropertyVariables>
75 <skipFredSlowTests>true</skipFredSlowTests>
76 </systemPropertyVariables>
77 <forkCount>1</forkCount>
78 <reuseForks>false</reuseForks>
79 <argLine>-enableassertions -Xmx${test.heap.size}m
80 -Dfile.encoding=UTF-8
81 -Djava.util.logging.config.file=${user.home}/logging.properties
82 -DrunSlowAQLTests=${runSlowAQLTests}
83 -Xdebug
84 -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n</argLine>
85 <includes>
86 <include>${global.test.includes},${test.includes}</include>
87 </includes>
88 <excludes>
89 <exclude>${global.test.excludes},${test.excludes}</exclude>
90 </excludes>
91 </configuration>
92 </plugin>
Preston Carmanc66d23a2015-07-08 23:44:13 -070093 <plugin>
94 <groupId>org.apache.rat</groupId>
95 <artifactId>apache-rat-plugin</artifactId>
96 <version>0.11</version>
97 <executions>
98 <execution>
99 <phase>verify</phase>
100 <goals>
101 <goal>check</goal>
102 </goals>
103 </execution>
104 </executions>
105 <configuration>
106 <excludeSubProjects>true</excludeSubProjects>
107 <licenses>
108 <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
109 <licenseFamilyCategory>MIT</licenseFamilyCategory>
110 <licenseFamilyName>The MIT License</licenseFamilyName>
111 <notes>For JQuery MIT/GPL2 Dual License</notes>
112 <patterns>
113 <pattern>Dual licensed under the MIT or GPL Version 2 licenses.</pattern>
114 <pattern>Dual licensed under the MIT and GPL2 licenses.</pattern>
115 <pattern>http://jquery.org/license</pattern>
116 <pattern>Dual licensed under the MIT</pattern>
117 <pattern>Released under the MIT license by IOLA, December 2007.</pattern>
118 </patterns>
119 </license>
120 </licenses>
121 <licenseFamilies>
122 <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
123 <familyName>The MIT License</familyName>
124 </licenseFamily>
125 <licenseFamily implementation="org.apache.rat.license.SimpleLicenseFamily">
126 <familyName>Apache License Version 2.0</familyName>
127 </licenseFamily>
128 </licenseFamilies>
129 <excludes>
130 <exclude>**/*.adm</exclude>
131 <exclude>**/*.aql</exclude>
132 <exclude>**/*.csv</exclude>
133 <exclude>**/*.ddl</exclude>
134 <exclude>**/*.iml</exclude>
135 <exclude>**/*.out</exclude>
136 <exclude>**/*.tbl</exclude>
137 <exclude>**/*.tsv</exclude>
138 <exclude>**/*.txt</exclude>
139 <exclude>**/*.xsd</exclude>
140 </excludes>
141 <includes>
142 <include>**/asterix-*</include>
143 <include>**/*.java</include>
144 </includes>
145 </configuration>
146 </plugin>
Ian Maxonfc738fd2015-09-02 20:42:09 -1000147 <plugin>
148 <groupId>org.apache.maven.plugins</groupId>
149 <artifactId>maven-assembly-plugin</artifactId>
150 <!-- We override the configuration plugin to override the descriptor to use for building
151 the source release zip. Specifically, we would like to control the inclusions/exclusions.
152 For example, we exclude the KEYS file from the zip -->
153 <executions>
154 <execution>
155 <!-- Use this id to match the id mentioned in the assembly plugin configuration in
156 the apache parent POM under the apache-release profile -->
157 <id>source-release-assembly</id>
158 <phase>package</phase>
159 <goals>
160 <goal>single</goal>
161 </goals>
162 <!-- combine.self should be override to replace the configuration in the parent POM -->
163 <configuration combine.self="override">
164 <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
165 <descriptors>
166 <descriptor>src/main/assembly/source.xml</descriptor>
167 </descriptors>
168 </configuration>
169 </execution>
170 </executions>
171 </plugin>
Ian Maxon6e5f18e2015-11-24 18:02:48 -0800172 <plugin>
173 <groupId>org.apache.maven.plugins</groupId>
174 <artifactId>maven-remote-resources-plugin</artifactId>
175 <executions>
176 <execution>
177 <goals>
178 <goal>process</goal>
179 </goals>
180 <configuration>
181 <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory>
182 <resourceBundles>
183 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
184 <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
185 </resourceBundles>
186 </configuration>
187 </execution>
188 </executions>
189 </plugin>
190 <plugin>
191 <groupId>org.apache.maven.plugins</groupId>
192 <artifactId>maven-resources-plugin</artifactId>
193 </plugin>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800194 </plugins>
195 </build>
vinayakb38b7ca42012-03-05 05:44:15 +0000196
Eldon Carman0228b9c2014-11-25 18:13:46 -0800197 <scm>
Ian Maxon5c058c62015-08-21 16:06:15 -0700198 <connection>scm:git:https://github.com/apache/incubator-asterixdb</connection>
199 <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection>
200 <url>https://github.com/apache/incubator-asterixdb</url>
vinayakb38b7ca42012-03-05 05:44:15 +0000201
Ian Maxon4e6a9232015-10-05 12:46:37 -0700202 <tag>HEAD</tag>
Ian Maxond2e1e892015-10-05 12:46:26 -0700203 </scm>
vinayakb38b7ca42012-03-05 05:44:15 +0000204
205 <profiles>
206 <profile>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800207 <id>slow-aql-tests</id>
208 <properties>
209 <runSlowAQLTests>true</runSlowAQLTests>
210 </properties>
211 </profile>
212 <profile>
213 <id>optimizer-tests</id>
214 <properties>
215 <optimizer.tests />
216 </properties>
217 </profile>
218 <profile>
219 <id>metadata-tests</id>
220 <properties>
221 <metadata.tests />
222 </properties>
223 </profile>
224 <profile>
225 <id>execution-tests</id>
226 <properties>
227 <execution.tests />
228 </properties>
229 </profile>
230 <profile>
231 <id>invalid-tests</id>
232 <properties>
233 <invalid.tests />
234 </properties>
235 </profile>
236 <profile>
237 <id>32bitvm</id>
238 <activation>
239 <property>
240 <name>sun.arch.data.model</name>
241 <value>32</value>
242 </property>
243 </activation>
244 <properties>
245 <test.heap.size>2048</test.heap.size>
246 </properties>
vinayakb38b7ca42012-03-05 05:44:15 +0000247 </profile>
248
249 <profile>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800250 <id>64bitvm</id>
251 <activation>
252 <property>
253 <name>sun.arch.data.model</name>
254 <value>64</value>
255 </property>
256 </activation>
257 <properties>
258 <test.heap.size>3072</test.heap.size>
259 </properties>
vinayakb38b7ca42012-03-05 05:44:15 +0000260 </profile>
Chris Hillerycdfcb922014-02-07 03:05:02 -0800261
Ian Maxonfd6a7bd2015-12-29 12:21:43 -0800262 <profile>
263 <id>doclint-java8-disable</id>
264 <activation>
265 <jdk>[1.8,)</jdk>
266 </activation>
267
268 <build>
269 <plugins>
270 <plugin>
271 <groupId>org.apache.maven.plugins</groupId>
272 <artifactId>maven-javadoc-plugin</artifactId>
273 <configuration>
274 <additionalparam>-Xdoclint:none</additionalparam>
275 </configuration>
276 </plugin>
277 </plugins>
278 </build>
279 </profile>
vinayakb38b7ca42012-03-05 05:44:15 +0000280 </profiles>
281
Eldon Carman0228b9c2014-11-25 18:13:46 -0800282 <modules>
283 <module>asterix-common</module>
284 <module>asterix-algebra</module>
285 <module>asterix-app</module>
286 <module>asterix-tools</module>
287 <module>asterix-transactions</module>
288 <module>asterix-runtime</module>
289 <module>asterix-om</module>
290 <module>asterix-aql</module>
zheilbron738005d2014-03-21 14:50:17 -0700291 <module>asterix-external-data</module>
292 <module>asterix-examples</module>
293 <module>asterix-metadata</module>
294 <module>asterix-test-framework</module>
295 <module>asterix-maven-plugins</module>
296 <module>asterix-server</module>
297 <module>asterix-installer</module>
298 <module>asterix-events</module>
299 <module>asterix-doc</module>
300 <module>asterix-fuzzyjoin</module>
Ian Maxon69375a12015-06-29 16:12:53 -0700301 <module>asterix-yarn</module>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800302 </modules>
vinayakb38b7ca42012-03-05 05:44:15 +0000303
Eldon Carman0228b9c2014-11-25 18:13:46 -0800304 <repositories>
305 <repository>
306 <releases>
307 <enabled>true</enabled>
308 <updatePolicy>always</updatePolicy>
309 <checksumPolicy>warn</checksumPolicy>
310 </releases>
311 <snapshots>
312 <enabled>true</enabled>
313 <updatePolicy>always</updatePolicy>
314 <checksumPolicy>fail</checksumPolicy>
315 </snapshots>
316 <id>asterix-public</id>
317 <url>http://obelix.ics.uci.edu/nexus/content/groups/asterix-public/</url>
318 </repository>
319 <repository>
320 <releases>
321 <enabled>true</enabled>
322 <updatePolicy>always</updatePolicy>
323 <checksumPolicy>warn</checksumPolicy>
324 </releases>
325 <snapshots>
326 <enabled>true</enabled>
327 <updatePolicy>always</updatePolicy>
328 <checksumPolicy>fail</checksumPolicy>
329 </snapshots>
330 <id>third-party</id>
331 <url>http://obelix.ics.uci.edu/nexus/content/repositories/third-party/</url>
332 </repository>
333 <repository>
334 <releases>
335 <enabled>true</enabled>
336 <updatePolicy>always</updatePolicy>
337 <checksumPolicy>warn</checksumPolicy>
338 </releases>
339 <id>algebricks-releases</id>
340 <url>http://obelix.ics.uci.edu/nexus/content/repositories/algebricks-releases/</url>
341 </repository>
342 <repository>
343 <snapshots>
344 <enabled>true</enabled>
345 <updatePolicy>always</updatePolicy>
346 <checksumPolicy>fail</checksumPolicy>
347 </snapshots>
348 <id>algebricks-snapshots</id>
349 <url>http://obelix.ics.uci.edu/nexus/content/repositories/algebricks-snapshots/</url>
350 </repository>
Ian Maxon73d42112015-12-23 16:49:25 -0800351 <repository>
352 <snapshots>
353 <enabled>true</enabled>
354 <updatePolicy>always</updatePolicy>
355 <checksumPolicy>fail</checksumPolicy>
356 </snapshots>
357 <id>apache-staging</id>
358 <url>https://repository.apache.org/content/repositories/orgapacheasterix-1015/</url>
359 </repository>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800360 </repositories>
361 <dependencyManagement>
362 <dependencies>
363 <dependency>
364 <groupId>junit</groupId>
365 <artifactId>junit</artifactId>
366 <version>${junit.version}</version>
367 </dependency>
368 <dependency>
369 <groupId>org.apache.maven</groupId>
370 <artifactId>maven-plugin-api</artifactId>
371 <version>2.2.1</version>
372 </dependency>
373 <dependency>
374 <groupId>org.apache.hadoop</groupId>
375 <artifactId>hadoop-yarn-common</artifactId>
376 <version>${hadoop.version}</version>
377 </dependency>
378 <dependency>
379 <groupId>org.apache.hadoop</groupId>
380 <artifactId>hadoop-yarn-client</artifactId>
381 <version>${hadoop.version}</version>
382 </dependency>
383 <dependency>
384 <groupId>org.apache.hadoop</groupId>
385 <artifactId>hadoop-client</artifactId>
386 <version>${hadoop.version}</version>
387 </dependency>
388 <dependency>
389 <groupId>org.apache.hadoop</groupId>
390 <artifactId>hadoop-hdfs</artifactId>
391 <version>${hadoop.version}</version>
392 </dependency>
393 <dependency>
394 <groupId>org.apache.hadoop</groupId>
395 <artifactId>hadoop-common</artifactId>
396 <version>${hadoop.version}</version>
397 </dependency>
398 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700399 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800400 <artifactId>algebricks-compiler</artifactId>
401 <version>${algebricks.version}</version>
402 </dependency>
403 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700404 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800405 <artifactId>hyracks-api</artifactId>
406 <version>${hyracks.version}</version>
407 </dependency>
408 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700409 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800410 <artifactId>hyracks-dataflow-std</artifactId>
411 <version>${hyracks.version}</version>
412 </dependency>
413 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700414 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800415 <artifactId>hyracks-control-cc</artifactId>
416 <version>${hyracks.version}</version>
417 </dependency>
418 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700419 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800420 <artifactId>hyracks-control-nc</artifactId>
421 <version>${hyracks.version}</version>
422 </dependency>
423 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700424 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800425 <artifactId>hyracks-server</artifactId>
426 <version>${hyracks.version}</version>
427 </dependency>
428 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700429 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800430 <artifactId>hyracks-cli</artifactId>
431 <version>${hyracks.version}</version>
432 </dependency>
433 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700434 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800435 <artifactId>hyracks-dataflow-hadoop</artifactId>
436 <version>${hyracks.version}</version>
437 </dependency>
438 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700439 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800440 <artifactId>hyracks-storage-am-btree</artifactId>
441 <version>${hyracks.version}</version>
442 </dependency>
443 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700444 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800445 <artifactId>hyracks-storage-am-rtree</artifactId>
446 <version>${hyracks.version}</version>
447 </dependency>
448 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700449 <groupId>org.apache.hyracks</groupId>
Preston Carmanc66d23a2015-07-08 23:44:13 -0700450 <artifactId>hyracks-storage-am-invertedindex</artifactId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800451 <version>${hyracks.version}</version>
452 </dependency>
453 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700454 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800455 <artifactId>hyracks-storage-am-common</artifactId>
456 <version>${hyracks.version}</version>
457 </dependency>
458 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700459 <groupId>org.apache.hyracks</groupId>
vinayakb5ee049d2013-04-06 21:21:29 +0000460 <artifactId>hyracks-client</artifactId>
461 <version>${hyracks.version}</version>
462 </dependency>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800463 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700464 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800465 <artifactId>hyracks-storage-am-lsm-common</artifactId>
466 <version>${hyracks.version}</version>
467 </dependency>
468 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700469 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800470 <artifactId>hyracks-storage-am-lsm-btree</artifactId>
471 <version>${hyracks.version}</version>
472 </dependency>
473 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700474 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800475 <artifactId>hyracks-storage-am-lsm-rtree</artifactId>
476 <version>${hyracks.version}</version>
477 </dependency>
478 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700479 <groupId>org.apache.hyracks</groupId>
Eldon Carman0228b9c2014-11-25 18:13:46 -0800480 <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId>
481 <version>${hyracks.version}</version>
482 </dependency>
483 <dependency>
484 <groupId>org.json</groupId>
485 <artifactId>json</artifactId>
486 <version>${json.version}</version>
487 <type>jar</type>
488 </dependency>
489 <dependency>
490 <groupId>javax.servlet</groupId>
491 <artifactId>servlet-api</artifactId>
492 <version>${servlet.api.version}</version>
493 <type>jar</type>
494 </dependency>
495 <dependency>
496 <groupId>commons-io</groupId>
497 <artifactId>commons-io</artifactId>
498 <version>${commons.io.version}</version>
499 </dependency>
500 </dependencies>
vinayakb5ee049d2013-04-06 21:21:29 +0000501 </dependencyManagement>
vinayakb38b7ca42012-03-05 05:44:15 +0000502</project>