vinayakb | 0c86039 | 2012-10-06 18:47:20 +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"> |
| 2 | <modelVersion>4.0.0</modelVersion> |
| 3 | <groupId>edu.uci.ics.hyracks.examples</groupId> |
| 4 | <artifactId>hyracks-integration-tests</artifactId> |
buyingyi | 8d79d16 | 2012-10-22 23:04:47 +0000 | [diff] [blame] | 5 | <name>hyracks-integration-tests</name> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 6 | <parent> |
| 7 | <groupId>edu.uci.ics.hyracks</groupId> |
| 8 | <artifactId>hyracks-examples</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 9 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 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> |
madhusudancs@gmail.com | a5ed515 | 2013-02-26 04:44:07 +0000 | [diff] [blame] | 19 | <source>1.7</source> |
| 20 | <target>1.7</target> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 21 | </configuration> |
| 22 | </plugin> |
| 23 | </plugins> |
| 24 | </build> |
| 25 | <dependencies> |
| 26 | <dependency> |
| 27 | <groupId>junit</groupId> |
| 28 | <artifactId>junit</artifactId> |
| 29 | <version>4.8.1</version> |
| 30 | <type>jar</type> |
| 31 | <scope>test</scope> |
| 32 | </dependency> |
| 33 | <dependency> |
madhusudancs | b7fa154 | 2012-11-28 07:17:36 +0000 | [diff] [blame] | 34 | <groupId>edu.uci.ics.hyracks</groupId> |
| 35 | <artifactId>hyracks-client</artifactId> |
madhusudancs@gmail.com | dca02da | 2013-02-07 23:03:39 +0000 | [diff] [blame] | 36 | <version>0.2.3-SNAPSHOT</version> |
madhusudancs | b7fa154 | 2012-11-28 07:17:36 +0000 | [diff] [blame] | 37 | <type>jar</type> |
| 38 | <scope>compile</scope> |
| 39 | </dependency> |
| 40 | <dependency> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 41 | <groupId>edu.uci.ics.hyracks</groupId> |
| 42 | <artifactId>hyracks-dataflow-std</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 43 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 44 | <type>jar</type> |
| 45 | <scope>compile</scope> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>edu.uci.ics.hyracks</groupId> |
| 49 | <artifactId>hyracks-control-cc</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 50 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 51 | <type>jar</type> |
| 52 | <scope>compile</scope> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>edu.uci.ics.hyracks</groupId> |
| 56 | <artifactId>hyracks-control-nc</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 57 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 58 | <type>jar</type> |
| 59 | <scope>compile</scope> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>edu.uci.ics.hyracks</groupId> |
| 63 | <artifactId>hyracks-storage-am-btree</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 64 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 65 | <type>jar</type> |
| 66 | <scope>compile</scope> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>edu.uci.ics.hyracks</groupId> |
| 70 | <artifactId>hyracks-storage-am-invertedindex</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 71 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 72 | <type>jar</type> |
| 73 | <scope>compile</scope> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>edu.uci.ics.hyracks</groupId> |
| 77 | <artifactId>hyracks-storage-am-rtree</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 78 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 79 | <type>jar</type> |
| 80 | <scope>compile</scope> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>edu.uci.ics.hyracks</groupId> |
| 84 | <artifactId>hyracks-test-support</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 85 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 86 | <type>jar</type> |
| 87 | <scope>test</scope> |
| 88 | </dependency> |
| 89 | <dependency> |
| 90 | <groupId>edu.uci.ics.hyracks</groupId> |
| 91 | <artifactId>hyracks-data-std</artifactId> |
vinayakb | 70c821c | 2012-10-29 15:46:12 +0000 | [diff] [blame] | 92 | <version>0.2.3-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 93 | </dependency> |
| 94 | </dependencies> |
| 95 | </project> |