ramangrover29 | 7491566 | 2013-06-06 15:12:21 -0700 | [diff] [blame] | 1 | <!-- ! Copyright 2009-2013 by The Regents of the University of California |
| 2 | ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may |
| 3 | not use this file except in compliance with the License. ! you may obtain |
| 4 | a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0 |
| 5 | ! ! Unless required by applicable law or agreed to in writing, software ! |
| 6 | distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT |
| 7 | WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the |
| 8 | License for the specific language governing permissions and ! limitations |
| 9 | under the License. ! --> |
Vinayak Borkar | 9cca81b | 2013-12-11 21:53:45 -0800 | [diff] [blame] | 10 | <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/xsd/maven-4.0.0.xsd"> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 11 | <modelVersion>4.0.0</modelVersion> |
| 12 | <parent> |
| 13 | <artifactId>asterix</artifactId> |
| 14 | <groupId>edu.uci.ics.asterix</groupId> |
Zachary Heilbron | f3268e9 | 2014-04-02 15:25:36 -0700 | [diff] [blame^] | 15 | <version>0.8.5</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 16 | </parent> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 17 | <artifactId>asterix-metadata</artifactId> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 18 | |
| 19 | <build> |
| 20 | <plugins> |
| 21 | <plugin> |
| 22 | <groupId>org.apache.maven.plugins</groupId> |
| 23 | <artifactId>maven-compiler-plugin</artifactId> |
| 24 | <version>2.0.2</version> |
| 25 | <configuration> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 26 | <source>1.7</source> |
| 27 | <target>1.7</target> |
| 28 | <fork>true</fork> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 29 | </configuration> |
| 30 | </plugin> |
| 31 | </plugins> |
| 32 | </build> |
| 33 | |
| 34 | <dependencies> |
| 35 | <dependency> |
| 36 | <groupId>edu.uci.ics.asterix</groupId> |
| 37 | <artifactId>asterix-common</artifactId> |
Zachary Heilbron | f3268e9 | 2014-04-02 15:25:36 -0700 | [diff] [blame^] | 38 | <version>0.8.5</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 39 | <scope>compile</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>edu.uci.ics.asterix</groupId> |
| 43 | <artifactId>asterix-om</artifactId> |
Zachary Heilbron | f3268e9 | 2014-04-02 15:25:36 -0700 | [diff] [blame^] | 44 | <version>0.8.5</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 45 | <scope>compile</scope> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>edu.uci.ics.asterix</groupId> |
ramangrover29 | db035f9 | 2013-06-06 18:30:10 -0700 | [diff] [blame] | 49 | <artifactId>asterix-runtime</artifactId> |
Zachary Heilbron | f3268e9 | 2014-04-02 15:25:36 -0700 | [diff] [blame^] | 50 | <version>0.8.5</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 51 | <scope>compile</scope> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>edu.uci.ics.asterix</groupId> |
ramangrover29 | db035f9 | 2013-06-06 18:30:10 -0700 | [diff] [blame] | 55 | <artifactId>asterix-events</artifactId> |
Zachary Heilbron | f3268e9 | 2014-04-02 15:25:36 -0700 | [diff] [blame^] | 56 | <version>0.8.5</version> |
ramangrover29 | b2201c4 | 2013-05-30 15:40:24 -0700 | [diff] [blame] | 57 | <scope>compile</scope> |
| 58 | </dependency> |
| 59 | <dependency> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 60 | <groupId>org.apache.hadoop</groupId> |
| 61 | <artifactId>hadoop-core</artifactId> |
| 62 | <version>0.20.2</version> |
| 63 | <type>jar</type> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 64 | <scope>compile</scope> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>edu.uci.ics.hyracks</groupId> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 68 | <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>edu.uci.ics.hyracks</groupId> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 72 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>edu.uci.ics.hyracks</groupId> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 76 | <artifactId>hyracks-storage-am-lsm-rtree</artifactId> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 77 | </dependency> |
ramangrover29 | db035f9 | 2013-06-06 18:30:10 -0700 | [diff] [blame] | 78 | <dependency> |
| 79 | <groupId>edu.uci.ics.hyracks</groupId> |
| 80 | <artifactId>hyracks-hdfs-core</artifactId> |
| 81 | <version>${hyracks.version}</version> |
| 82 | </dependency> |
| 83 | |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 84 | <dependency> |
vinayakb | 5ee049d | 2013-04-06 21:21:29 +0000 | [diff] [blame] | 85 | <groupId>org.apache.hadoop</groupId> |
| 86 | <artifactId>hadoop-core</artifactId> |
| 87 | <version>0.20.2</version> |
| 88 | <type>jar</type> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 89 | <scope>compile</scope> |
| 90 | </dependency> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 91 | </dependencies> |
| 92 | </project> |