vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 1 | <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"> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>edu.uci.ics.hyracks.examples</groupId> |
| 4 | <artifactId>hyracks-integration-tests</artifactId> |
| 5 | <name>hyracks-integration-tests</name> |
| 6 | <parent> |
| 7 | <groupId>edu.uci.ics.hyracks</groupId> |
| 8 | <artifactId>hyracks-examples</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 9 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 10 | </parent> |
| 11 | <build> |
| 12 | <plugins> |
| 13 | <plugin> |
| 14 | <groupId>org.apache.maven.plugins</groupId> |
| 15 | <artifactId>maven-compiler-plugin</artifactId> |
| 16 | <version>2.0.2</version> |
| 17 | <configuration> |
| 18 | <source>1.7</source> |
| 19 | <target>1.7</target> |
| 20 | </configuration> |
| 21 | </plugin> |
| 22 | </plugins> |
| 23 | </build> |
| 24 | <dependencies> |
| 25 | <dependency> |
| 26 | <groupId>junit</groupId> |
| 27 | <artifactId>junit</artifactId> |
| 28 | <version>4.8.1</version> |
| 29 | <type>jar</type> |
| 30 | <scope>test</scope> |
| 31 | </dependency> |
| 32 | <dependency> |
| 33 | <groupId>edu.uci.ics.hyracks</groupId> |
| 34 | <artifactId>hyracks-dataflow-std</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 35 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 36 | <type>jar</type> |
| 37 | <scope>compile</scope> |
| 38 | </dependency> |
| 39 | <dependency> |
| 40 | <groupId>edu.uci.ics.hyracks</groupId> |
| 41 | <artifactId>hyracks-control-cc</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 42 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 43 | <type>jar</type> |
| 44 | <scope>compile</scope> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>edu.uci.ics.hyracks</groupId> |
| 48 | <artifactId>hyracks-control-nc</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 49 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 50 | <type>jar</type> |
| 51 | <scope>compile</scope> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>edu.uci.ics.hyracks</groupId> |
| 55 | <artifactId>hyracks-storage-am-btree</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 56 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 57 | <type>jar</type> |
| 58 | <scope>compile</scope> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>edu.uci.ics.hyracks</groupId> |
| 62 | <artifactId>hyracks-storage-am-rtree</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 63 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 64 | <type>jar</type> |
| 65 | <scope>compile</scope> |
| 66 | </dependency> |
| 67 | <dependency> |
| 68 | <groupId>edu.uci.ics.hyracks</groupId> |
| 69 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 70 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 71 | <type>jar</type> |
| 72 | <scope>compile</scope> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>edu.uci.ics.hyracks</groupId> |
| 76 | <artifactId>hyracks-storage-am-lsm-rtree</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 77 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 78 | <type>jar</type> |
| 79 | <scope>compile</scope> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>edu.uci.ics.hyracks</groupId> |
| 83 | <artifactId>hyracks-storage-am-lsm-invertedindex</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 84 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 85 | <type>jar</type> |
| 86 | <scope>compile</scope> |
| 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>edu.uci.ics.hyracks</groupId> |
| 90 | <artifactId>hyracks-test-support</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 91 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 92 | <type>jar</type> |
| 93 | <scope>test</scope> |
| 94 | </dependency> |
| 95 | <dependency> |
| 96 | <groupId>edu.uci.ics.hyracks</groupId> |
| 97 | <artifactId>hyracks-data-std</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 98 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 99 | </dependency> |
| 100 | <dependency> |
| 101 | <groupId>edu.uci.ics.hyracks</groupId> |
| 102 | <artifactId>hyracks-client</artifactId> |
vinayakb | 4fa2343 | 2013-04-06 19:21:13 +0000 | [diff] [blame^] | 103 | <version>0.2.4</version> |
vinayakb | 4df3110 | 2013-04-06 18:28:48 +0000 | [diff] [blame] | 104 | <type>jar</type> |
| 105 | <scope>compile</scope> |
| 106 | </dependency> |
| 107 | </dependencies> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 108 | </project> |