jw3 commented on a change in pull request #431:
URL: https://github.com/apache/incubator-daffodil/pull/431#discussion_r510193887
##########
File path: project/Dependencies.scala
##########
@@ -29,6 +29,7 @@ object Dependencies {
"xml-resolver" % "xml-resolver" % "1.2",
"commons-io" % "commons-io" % "2.6",
"jline" % "jline" % "2.14.6",
+ "com.typesafe" % "config" % "1.4.0"
Review comment:
Using Config as mentioned before to support configuring validators in an
abstract way. Validators being a completely unknown and non-standardized
process makes us support arbitrary configuration. To support definition and
access of the arbitrary configurations in a standardized way we use this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]