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 | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 9 | <version>0.2.4-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> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 19 | <source>1.7</source> |
| 20 | <target>1.7</target> |
| 21 | <fork>true</fork> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 22 | </configuration> |
| 23 | </plugin> |
| 24 | </plugins> |
| 25 | </build> |
| 26 | <dependencies> |
| 27 | <dependency> |
| 28 | <groupId>junit</groupId> |
| 29 | <artifactId>junit</artifactId> |
| 30 | <version>4.8.1</version> |
| 31 | <type>jar</type> |
| 32 | <scope>test</scope> |
| 33 | </dependency> |
| 34 | <dependency> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 35 | <groupId>edu.uci.ics.hyracks</groupId> |
| 36 | <artifactId>hyracks-client</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 37 | <version>0.2.4-SNAPSHOT</version> |
buyingyi | 55df521 | 2013-03-24 07:20:08 +0000 | [diff] [blame] | 38 | <type>jar</type> |
| 39 | <scope>compile</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 42 | <groupId>edu.uci.ics.hyracks</groupId> |
| 43 | <artifactId>hyracks-dataflow-std</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 44 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 45 | <type>jar</type> |
| 46 | <scope>compile</scope> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>edu.uci.ics.hyracks</groupId> |
| 50 | <artifactId>hyracks-control-cc</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 51 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 52 | <type>jar</type> |
| 53 | <scope>compile</scope> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>edu.uci.ics.hyracks</groupId> |
| 57 | <artifactId>hyracks-control-nc</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 58 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 59 | <type>jar</type> |
| 60 | <scope>compile</scope> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>edu.uci.ics.hyracks</groupId> |
| 64 | <artifactId>hyracks-storage-am-btree</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 65 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 66 | <type>jar</type> |
| 67 | <scope>compile</scope> |
| 68 | </dependency> |
| 69 | <dependency> |
| 70 | <groupId>edu.uci.ics.hyracks</groupId> |
| 71 | <artifactId>hyracks-storage-am-invertedindex</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 72 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 73 | <type>jar</type> |
| 74 | <scope>compile</scope> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>edu.uci.ics.hyracks</groupId> |
| 78 | <artifactId>hyracks-storage-am-rtree</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 79 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 80 | <type>jar</type> |
| 81 | <scope>compile</scope> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>edu.uci.ics.hyracks</groupId> |
| 85 | <artifactId>hyracks-test-support</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 86 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 87 | <type>jar</type> |
| 88 | <scope>test</scope> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>edu.uci.ics.hyracks</groupId> |
| 92 | <artifactId>hyracks-data-std</artifactId> |
vinayakb | a553abb | 2013-03-24 07:53:49 +0000 | [diff] [blame^] | 93 | <version>0.2.4-SNAPSHOT</version> |
vinayakb | 0c86039 | 2012-10-06 18:47:20 +0000 | [diff] [blame] | 94 | </dependency> |
| 95 | </dependencies> |
| 96 | </project> |