vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <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"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | <parent> |
| 5 | <artifactId>asterix</artifactId> |
| 6 | <groupId>edu.uci.ics.asterix</groupId> |
| 7 | <version>0.0.4-SNAPSHOT</version> |
| 8 | </parent> |
| 9 | <groupId>edu.uci.ics.asterix</groupId> |
| 10 | <artifactId>asterix-hyracks-glue</artifactId> |
| 11 | <version>0.0.4-SNAPSHOT</version> |
| 12 | <build> |
| 13 | <plugins> |
| 14 | <plugin> |
| 15 | <groupId>org.apache.maven.plugins</groupId> |
| 16 | <artifactId>maven-compiler-plugin</artifactId> |
| 17 | <version>2.0.2</version> |
| 18 | <configuration> |
| 19 | <source>1.6</source> |
| 20 | <target>1.6</target> |
| 21 | </configuration> |
| 22 | </plugin> |
| 23 | </plugins> |
| 24 | </build> |
| 25 | <name>asterix-hyracks-glue</name> |
| 26 | <url>http://maven.apache.org</url> |
| 27 | <dependencies> |
| 28 | <dependency> |
| 29 | <groupId>junit</groupId> |
| 30 | <artifactId>junit</artifactId> |
| 31 | <version>3.8.1</version> |
| 32 | <scope>test</scope> |
| 33 | </dependency> |
| 34 | <dependency> |
| 35 | <groupId>edu.uci.ics.hyracks</groupId> |
| 36 | <artifactId>hyracks-storage-am-common</artifactId> |
vinayakb | f249f49 | 2012-03-13 19:17:32 +0000 | [diff] [blame] | 37 | <version>0.2.0</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 38 | <scope>compile</scope> |
| 39 | </dependency> |
| 40 | <dependency> |
| 41 | <groupId>edu.uci.ics.hyracks</groupId> |
| 42 | <artifactId>hyracks-storage-common</artifactId> |
vinayakb | f249f49 | 2012-03-13 19:17:32 +0000 | [diff] [blame] | 43 | <version>0.2.0</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 44 | <scope>compile</scope> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>edu.uci.ics.hyracks</groupId> |
| 48 | <artifactId>hyracks-api</artifactId> |
vinayakb | f249f49 | 2012-03-13 19:17:32 +0000 | [diff] [blame] | 49 | <version>0.2.0</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 50 | <scope>compile</scope> |
| 51 | </dependency> |
| 52 | <dependency> |
| 53 | <groupId>edu.uci.ics.hyracks</groupId> |
| 54 | <artifactId>hyracks-dataflow-common</artifactId> |
vinayakb | f249f49 | 2012-03-13 19:17:32 +0000 | [diff] [blame] | 55 | <version>0.2.0</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 56 | <scope>compile</scope> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>edu.uci.ics.asterix</groupId> |
| 60 | <artifactId>asterix-transactions</artifactId> |
| 61 | <version>0.0.4-SNAPSHOT</version> |
| 62 | <scope>compile</scope> |
| 63 | </dependency> |
| 64 | <dependency> |
| 65 | <groupId>edu.uci.ics.hyracks</groupId> |
| 66 | <artifactId>hyracks-storage-am-btree</artifactId> |
vinayakb | f249f49 | 2012-03-13 19:17:32 +0000 | [diff] [blame] | 67 | <version>0.2.0</version> |
vinayakb | 38b7ca4 | 2012-03-05 05:44:15 +0000 | [diff] [blame] | 68 | <scope>compile</scope> |
| 69 | </dependency> |
| 70 | </dependencies> |
| 71 | <properties> |
| 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 73 | </properties> |
| 74 | </project> |