commit | 5ba58de6762313a0259c348ec3cc260dc07e2ddc | [log] [tgz] |
---|---|---|
author | Chris Hillery <chillery@lambda.nu> | Mon May 09 19:44:06 2016 -0700 |
committer | Chris Hillery <ceej@lambda.nu> | Tue May 10 11:05:14 2016 -0700 |
tree | ed081b65d5d730de4ac6b8bdfab8bfebe54268e7 | |
parent | afe6bdbfca748a20c68ce2b474cf818319347499 [diff] [blame] |
Overhaul of Hyracks configuration management. Includes Asterix changes to make use of new conf management as a Hyracks application. Change-Id: Ie3027c8c839f25ea858790bd3340187f4b11f212 Reviewed-on: https://asterix-gerrit.ics.uci.edu/336 Tested-by: Chris Hillery <ceej@lambda.nu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Michael Blow <michael.blow@couchbase.com> Reviewed-by: Ian Maxon <imaxon@apache.org>
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml index 912e447..d885b38 100644 --- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/pom.xml
@@ -44,5 +44,10 @@ <type>jar</type> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.ini4j</groupId> + <artifactId>ini4j</artifactId> + <version>0.5.4</version> + </dependency> </dependencies> </project>