michael-hoke commented on code in PR #1057:
URL: https://github.com/apache/daffodil/pull/1057#discussion_r1342825027


##########
project/Dependencies.scala:
##########
@@ -63,4 +63,17 @@ object Dependencies {
   lazy val exi = Seq(
     "com.siemens.ct.exi" % "exificient" % "1.0.7",
   )
+
+  lazy val xjc = 

Review Comment:
   I believe we will need to make updates to the NOTICE/LICENSE files.
   
   SbtXjcPlugin is BSD-3
   jaxb-xjc and jaxb-impl are EDL 1.0
   activation is CDDL 1.0 - this is the most restrictive, but I think we're 
okay because we're open source.
   
   On the other hand, if we switch to scalaxb, that uses MIT.
   
   However, there are dependencies listed on the github page that I don't see 
in Steve's code snippet. In case we need those:
   org.dispatchhttp.dispatch-core - LGPL 3.0
   javax.xml.bind.jaxb-api - CDDL 1.0
   org.scala-lang.modules.scala-xml - Apache 2.0
   org.scala-lang.scala-parser-combinators - Apache 2.0.



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