vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 2 | <!-- |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 3 | ! 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 Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 19 | !--> |
Ian Maxon | d2e1e89 | 2015-10-05 12:46:26 -0700 | [diff] [blame] | 20 | <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 Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 21 | <modelVersion>4.0.0</modelVersion> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 22 | <groupId>org.apache.asterix</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 23 | <artifactId>asterix</artifactId> |
Ian Maxon | 4e6a923 | 2015-10-05 12:46:37 -0700 | [diff] [blame] | 24 | <version>0.8.8-SNAPSHOT</version> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 25 | <packaging>pom</packaging> |
| 26 | |
Ian Maxon | 5c058c6 | 2015-08-21 16:06:15 -0700 | [diff] [blame] | 27 | <parent> |
| 28 | <groupId>org.apache</groupId> |
| 29 | <artifactId>apache</artifactId> |
Ian Maxon | 4e6a923 | 2015-10-05 12:46:37 -0700 | [diff] [blame] | 30 | <version>LATEST</version> |
Ian Maxon | 5c058c6 | 2015-08-21 16:06:15 -0700 | [diff] [blame] | 31 | </parent> |
| 32 | |
Ian | 4a816dc | 2014-11-26 15:46:32 -0800 | [diff] [blame] | 33 | <licenses> |
Preston Carman | c66d23a | 2015-07-08 23:44:13 -0700 | [diff] [blame] | 34 | <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> |
Ian | 4a816dc | 2014-11-26 15:46:32 -0800 | [diff] [blame] | 40 | </licenses> |
| 41 | |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 42 | <properties> |
| 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 44 | <jvm.extraargs /> |
| 45 | <runSlowAQLTests>false</runSlowAQLTests> |
Ian Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 46 | <appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory> |
Chris Hillery | b5c85ac | 2014-02-21 02:33:37 -0800 | [diff] [blame] | 47 | |
| 48 | <!-- Definition of tests in various categories which may be excluded --> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 49 | <optimizer.tests>**/optimizer/**/*Test.java</optimizer.tests> |
| 50 | <metadata.tests>**/metadata/*Test.java</metadata.tests> |
| 51 | <execution.tests>**/ExecutionTest.java</execution.tests> |
Ian Maxon | c9a3a9b | 2015-07-31 15:27:39 -0700 | [diff] [blame] | 52 | <repeated.tests>**/RepeatedTest.java</repeated.tests> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 53 | <invalid.tests>**/DmlTest.java</invalid.tests> |
| 54 | <global.test.includes>**/*TestSuite.java,**/*Test.java,${execution.tests}</global.test.includes> |
Preston Carman | c66d23a | 2015-07-08 23:44:13 -0700 | [diff] [blame] | 55 | <global.test.excludes>${optimizer.tests},${metadata.tests},${invalid.tests},${repeated.tests}</global.test.excludes> |
Ian | 18997ce | 2014-09-22 16:14:39 -0700 | [diff] [blame] | 56 | <!-- Versions under dependencymanagement or used in many projects via properties --> |
Ian Maxon | 73d4211 | 2015-12-23 16:49:25 -0800 | [diff] [blame] | 57 | <algebricks.version>0.2.17-incubating</algebricks.version> |
| 58 | <hyracks.version>0.2.17-incubating</hyracks.version> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 59 | <hadoop.version>2.2.0</hadoop.version> |
Ian Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 60 | <junit.version>4.11</junit.version> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 61 | <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> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 65 | |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 66 | <build> |
| 67 | <plugins> |
| 68 | <plugin> |
| 69 | <groupId>org.apache.maven.plugins</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 70 | <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 Carman | c66d23a | 2015-07-08 23:44:13 -0700 | [diff] [blame] | 93 | <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 Maxon | fc738fd | 2015-09-02 20:42:09 -1000 | [diff] [blame] | 147 | <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 Maxon | 6e5f18e | 2015-11-24 18:02:48 -0800 | [diff] [blame] | 172 | <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 Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 194 | </plugins> |
| 195 | </build> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 196 | |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 197 | <scm> |
Ian Maxon | 5c058c6 | 2015-08-21 16:06:15 -0700 | [diff] [blame] | 198 | <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> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 201 | |
Ian Maxon | 4e6a923 | 2015-10-05 12:46:37 -0700 | [diff] [blame] | 202 | <tag>HEAD</tag> |
Ian Maxon | d2e1e89 | 2015-10-05 12:46:26 -0700 | [diff] [blame] | 203 | </scm> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 204 | |
| 205 | <profiles> |
| 206 | <profile> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 207 | <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> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 247 | </profile> |
| 248 | |
| 249 | <profile> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 250 | <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> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 260 | </profile> |
Chris Hillery | cdfcb92 | 2014-02-07 03:05:02 -0800 | [diff] [blame] | 261 | |
Ian Maxon | fd6a7bd | 2015-12-29 12:21:43 -0800 | [diff] [blame] | 262 | <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> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 280 | </profiles> |
| 281 | |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 282 | <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> |
zheilbron | 738005d | 2014-03-21 14:50:17 -0700 | [diff] [blame] | 291 | <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 Maxon | 69375a1 | 2015-06-29 16:12:53 -0700 | [diff] [blame] | 301 | <module>asterix-yarn</module> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 302 | </modules> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 303 | |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 304 | <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 Maxon | 73d4211 | 2015-12-23 16:49:25 -0800 | [diff] [blame] | 351 | <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 Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 360 | </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 Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 399 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 400 | <artifactId>algebricks-compiler</artifactId> |
| 401 | <version>${algebricks.version}</version> |
| 402 | </dependency> |
| 403 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 404 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 405 | <artifactId>hyracks-api</artifactId> |
| 406 | <version>${hyracks.version}</version> |
| 407 | </dependency> |
| 408 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 409 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 410 | <artifactId>hyracks-dataflow-std</artifactId> |
| 411 | <version>${hyracks.version}</version> |
| 412 | </dependency> |
| 413 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 414 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 415 | <artifactId>hyracks-control-cc</artifactId> |
| 416 | <version>${hyracks.version}</version> |
| 417 | </dependency> |
| 418 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 419 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 420 | <artifactId>hyracks-control-nc</artifactId> |
| 421 | <version>${hyracks.version}</version> |
| 422 | </dependency> |
| 423 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 424 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 425 | <artifactId>hyracks-server</artifactId> |
| 426 | <version>${hyracks.version}</version> |
| 427 | </dependency> |
| 428 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 429 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 430 | <artifactId>hyracks-cli</artifactId> |
| 431 | <version>${hyracks.version}</version> |
| 432 | </dependency> |
| 433 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 434 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 435 | <artifactId>hyracks-dataflow-hadoop</artifactId> |
| 436 | <version>${hyracks.version}</version> |
| 437 | </dependency> |
| 438 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 439 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 440 | <artifactId>hyracks-storage-am-btree</artifactId> |
| 441 | <version>${hyracks.version}</version> |
| 442 | </dependency> |
| 443 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 444 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 445 | <artifactId>hyracks-storage-am-rtree</artifactId> |
| 446 | <version>${hyracks.version}</version> |
| 447 | </dependency> |
| 448 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 449 | <groupId>org.apache.hyracks</groupId> |
Preston Carman | c66d23a | 2015-07-08 23:44:13 -0700 | [diff] [blame] | 450 | <artifactId>hyracks-storage-am-invertedindex</artifactId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 451 | <version>${hyracks.version}</version> |
| 452 | </dependency> |
| 453 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 454 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 455 | <artifactId>hyracks-storage-am-common</artifactId> |
| 456 | <version>${hyracks.version}</version> |
| 457 | </dependency> |
| 458 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 459 | <groupId>org.apache.hyracks</groupId> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 460 | <artifactId>hyracks-client</artifactId> |
| 461 | <version>${hyracks.version}</version> |
| 462 | </dependency> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 463 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 464 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 465 | <artifactId>hyracks-storage-am-lsm-common</artifactId> |
| 466 | <version>${hyracks.version}</version> |
| 467 | </dependency> |
| 468 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 469 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 470 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
| 471 | <version>${hyracks.version}</version> |
| 472 | </dependency> |
| 473 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 474 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 475 | <artifactId>hyracks-storage-am-lsm-rtree</artifactId> |
| 476 | <version>${hyracks.version}</version> |
| 477 | </dependency> |
| 478 | <dependency> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 479 | <groupId>org.apache.hyracks</groupId> |
Eldon Carman | 0228b9c | 2014-11-25 18:13:46 -0800 | [diff] [blame] | 480 | <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> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 501 | </dependencyManagement> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 502 | </project> |