commit | b7fa154e779b96d16cd4b57943cd57ab062eddad | [log] [tgz] |
---|---|---|
author | madhusudancs <madhusudancs@123451ca-8445-de46-9d55-352943316053> | Wed Nov 28 07:17:36 2012 +0000 |
committer | madhusudancs <madhusudancs@123451ca-8445-de46-9d55-352943316053> | Wed Nov 28 07:17:36 2012 +0000 |
tree | 50f13a6fa7fb984786b1eb9df8c7c028eb46922c | |
parent | 69f0819d02ff43881378e0a057c20c2a8694fff6 [diff] [blame] |
Teach root pom.xml about the new projects and update the poms in other projects to include the required projects as dependencies. git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_hyracks_result_distribution@2512 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml b/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml index e31af75..cc7c78a 100644 --- a/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml +++ b/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
@@ -31,6 +31,13 @@ <scope>test</scope> </dependency> <dependency> + <groupId>edu.uci.ics.hyracks</groupId> + <artifactId>hyracks-client</artifactId> + <version>0.2.3-SNAPSHOT</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> <groupId>edu.uci.ics.hyracks</groupId> <artifactId>hyracks-dataflow-std</artifactId> <version>0.2.3-SNAPSHOT</version>