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


##########
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:
   If we do this, please use new distinct packages for each such component, and 
those packages should NOT span module boundaries. This is a requirement for 
Java Modules/OGSI packaging that our existing modules and packages are not 
adhering to, and we need to fix (separate JIRA ticket), but,... no point in 
making it worse. 



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