commit | ba35812f40d961382f89a5e711786537cbb6c977 | [log] [tgz] |
---|---|---|
author | Michael Blow <mblow@apache.org> | Thu Oct 13 19:56:03 2016 -0400 |
committer | Michael Blow <mblow@apache.org> | Fri Oct 14 09:17:05 2016 -0700 |
tree | 95ef0e3580caf30d7cc597fd9909629b965aa877 | |
parent | c9cbb2c071d4bbc2b4b0e338ac67c56542b92726 [diff] [blame] |
Fix / Enforce Hyracks Dependency Correctness - Errors in hyracks dependencies fixed (missing+extraneous deps) - Build-time enforcement added to prevent future regression Change-Id: I7b7ed1faf17f5890542de000426a0ce3150bde74 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1277 Reviewed-by: Till Westmann <tillw@apache.org> Integration-Tests: Michael Blow <mblow@apache.org> Tested-by: Michael Blow <mblow@apache.org>
diff --git a/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml b/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml index e6bb340..d5d7d5c 100644 --- a/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/pom.xml
@@ -32,6 +32,11 @@ </properties> <dependencies> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.1</version> + </dependency> + <dependency> <groupId>org.apache.hyracks</groupId> <artifactId>hyracks-util</artifactId> <version>${project.version}</version>