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 a3e1476 Add missing import for util.function to spring-oxm
new 8db2eb2 Merge pull request #148 from aclemons/spring-jdbc-imports
a3e1476 is described below
commit a3e14761080c73914598a5d60599f759dead4361
Author: Andrew Clemons <[email protected]>
AuthorDate: Tue Oct 6 08:56:02 2020 +1300
Add missing import for util.function to spring-oxm
SQLErrorCodeSQLExceptionTranslator uses the classes SingletonSupplier
and SupplierUtils from this package.
---
spring-jdbc-5.2.9.RELEASE/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/spring-jdbc-5.2.9.RELEASE/pom.xml
b/spring-jdbc-5.2.9.RELEASE/pom.xml
index dc0b92c..af07144 100644
--- a/spring-jdbc-5.2.9.RELEASE/pom.xml
+++ b/spring-jdbc-5.2.9.RELEASE/pom.xml
@@ -84,6 +84,7 @@
org.springframework.transaction;version="[${pkgVersion},5.3)",
org.springframework.transaction.support;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;resolution:=optional,
weblogic.jdbc.extensions;resolution:=optional