You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/08/30 05:27:33 UTC

[servicemix-bundles] branch master updated: Add missing import for util.function to spring-oxm

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 94ab3d6  Add missing import for util.function to spring-oxm
     new 85cd542  Merge pull request #144 from aclemons/springoxm-imports
94ab3d6 is described below

commit 94ab3d6fb502433df57aa82bde725a982b689b30
Author: Andrew Clemons <an...@gmail.com>
AuthorDate: Sun Aug 30 16:26:52 2020 +1200

    Add missing import for util.function to spring-oxm
    
    XStreamMarshaller uses the class SingletonSupplier from this package.
---
 spring-oxm-5.2.8.RELEASE/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spring-oxm-5.2.8.RELEASE/pom.xml b/spring-oxm-5.2.8.RELEASE/pom.xml
index 6e6ee19..787cebf 100644
--- a/spring-oxm-5.2.8.RELEASE/pom.xml
+++ b/spring-oxm-5.2.8.RELEASE/pom.xml
@@ -91,6 +91,7 @@
             org.springframework.core.type.classreading;version="[${pkgVersion},5.3)",
             org.springframework.core.type.filter;version="[${pkgVersion},5.3)",
             org.springframework.util;version="[${pkgVersion},5.3)",
+            org.springframework.util.function;version="[${pkgVersion},5.3)",
             org.springframework.util.xml;version="[${pkgVersion},5.3)",
             org.w3c.dom,
             org.w3c.dom.ls,