stevedlawrence opened a new issue, #168: URL: https://github.com/apache/daffodil-sbt/issues/168
It's not uncommon for schema projects to require custom test harnesses that use the daffodil-japi or daffodil-sapi dependencies. This adds extra complication to build.sbt, especially as projects are starting to make use of crossDaffodilVersion, where different versions of Daffodil need different dependencies to access the APIs. To simply the build.sbt files, we should just add daffodil-japi and daffodil-sapi as test dependencies so they are available. This shouldn't affect project that don't implement custom test harness since the japi/sapi jars will just not be used. -- 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]
