This is an automated email from the ASF dual-hosted git repository.

jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


The following commit(s) were added to refs/heads/main by this push:
     new 69492de62 Update exificient to 1.0.7
69492de62 is described below

commit 69492de6206d367ce1240b98d51ea40d2b848da3
Author: Scala Steward <[email protected]>
AuthorDate: Wed Sep 6 15:01:10 2023 -0400

    Update exificient to 1.0.7
    
    Update CLI LICENSE and README files to remove JAXB references. JAXB is
    removed as a dependency to exificient and that was the only thing that
    used it.
---
 daffodil-cli/README.md     | 6 ++----
 daffodil-cli/bin.LICENSE   | 5 +----
 project/Dependencies.scala | 2 +-
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/daffodil-cli/README.md b/daffodil-cli/README.md
index 02c7e4e81..5d0a61330 100644
--- a/daffodil-cli/README.md
+++ b/daffodil-cli/README.md
@@ -81,11 +81,9 @@ [email protected] mailing lists. Bugs can be 
reported via the
 
 Daffodil is licensed under the [Apache License, 
v2.0](https://www.apache.org/licenses/LICENSE-2.0)
 
-This product bundles the [Java Architecture for XML
-Binding](https://docs.oracle.com/javase/8/docs/technotes/guides/xml/jaxb/index.html)
-and the [JavaBeans Activation
+This product bundles the [JavaBeans Activation
 Framework](https://www.oracle.com/java/technologies/downloads.html),
-which are licensed under the Common Development and Distribution
+which is licensed under the Common Development and Distribution
 License Version 1.1.
 
 This product bundles the [Saxon XSLT and XQuery Processor from
diff --git a/daffodil-cli/bin.LICENSE b/daffodil-cli/bin.LICENSE
index e0bae9ece..dd0c7728e 100644
--- a/daffodil-cli/bin.LICENSE
+++ b/daffodil-cli/bin.LICENSE
@@ -736,11 +736,8 @@ is subject to the terms and conditions of the following 
licenses.
     OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     THE SOFTWARE.
 
-- com.sun.xml.bind.jaxb-core-<VERSION>.jar
-- com.sun.xml.bind.jaxb-impl-<VERSION>.jar
 - javax.activation.activation-<VERSION>.jar
-- javax.xml.bind.jaxb-api-<VERSION>.jar
-  This product bundles 'JAXB' and 'Activation Framework' from the above files.
+  This product bundles the 'Activation Framework' from the above files.
   These files are available under the CDDL 1.1 license:
 
     COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.1
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e2b88b76e..353f4d976 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -61,6 +61,6 @@ object Dependencies {
   )
 
   lazy val exi = Seq(
-    "com.siemens.ct.exi" % "exificient" % "1.0.4",
+    "com.siemens.ct.exi" % "exificient" % "1.0.7",
   )
 }

Reply via email to