stevedlawrence commented on code in PR #812:
URL: https://github.com/apache/daffodil/pull/812#discussion_r923623443


##########
build.sbt:
##########
@@ -57,6 +57,7 @@ lazy val io               = Project("daffodil-io", 
file("daffodil-io")).configs(
 lazy val runtime1         = Project("daffodil-runtime1", 
file("daffodil-runtime1")).configs(IntegrationTest)
                               .dependsOn(io, lib % "test->test", udf, macroLib 
% "compile-internal, test-internal")
                               .settings(commonSettings, usesMacros)
+                              .settings(libraryDependencies ++= 
Dependencies.exi)

Review Comment:
   Also, I'm not suggesting this be done for this PR. This is a separate issue 
that requires a bit more thought. This PR just sparked this idea of a potential 
improvement to me.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to