commit | 1a99f00bd879d5c57b2fc393b6ce0a3461290201 | [log] [tgz] |
---|---|---|
author | Michael Blow <mblow@apache.org> | Tue Mar 13 21:13:38 2018 -0700 |
committer | Michael Blow <mblow@apache.org> | Wed Mar 14 11:20:21 2018 -0700 |
tree | 6ebfa2d88af3c9a661654fe5821b0e373de80490 | |
parent | b8307794c3483199a88266e8646bfbad79cc70f9 [diff] [blame] |
[NO ISSUE][TEST] Refactor licensing test support Change-Id: I11385a73302b22f9aaaf91c426df8320f52ebb72 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2479 Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Contrib: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Murtadha Hubail <mhubail@apache.org>
diff --git a/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml b/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml index 67ebc9b..7fa9a12 100644 --- a/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-test-support/pom.xml
@@ -112,5 +112,9 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> </dependencies> </project>