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 0a662c5 [SM-3923] Fix missing import in spring-orm 5.1.x bundle
0a662c5 is described below
commit 0a662c5f5ad0bbedf298c7b33b9eabb3571412ce
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jan 16 15:51:14 2019 +0100
[SM-3923] Fix missing import in spring-orm 5.1.x bundle
Credit To: J. Brébec <[email protected]>
---
pom.xml | 18 ++++++++++++++++++
spring-orm-5.1.3.RELEASE/pom.xml | 1 +
2 files changed, 19 insertions(+)
diff --git a/pom.xml b/pom.xml
index 8a879da..12a7f38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,24 @@
<module>spring-security-taglibs-5.1.2.RELEASE</module>
<module>spring-security-test-5.1.2.RELEASE</module>
<module>spring-security-web-5.1.2.RELEASE</module>
+ <module>spring-aop-5.1.3.RELEASE</module>
+ <module>spring-aspects-5.1.3.RELEASE</module>
+ <module>spring-beans-5.1.3.RELEASE</module>
+ <module>spring-context-5.1.3.RELEASE</module>
+ <module>spring-context-support-5.1.3.RELEASE</module>
+ <module>spring-core-5.1.3.RELEASE</module>
+ <module>spring-expression-5.1.3.RELEASE</module>
+ <module>spring-instrument-5.1.3.RELEASE</module>
+ <module>spring-jdbc-5.1.3.RELEASE</module>
+ <module>spring-jms-5.1.3.RELEASE</module>
+ <module>spring-messaging-5.1.3.RELEASE</module>
+ <module>spring-orm-5.1.3.RELEASE</module>
+ <module>spring-oxm-5.1.3.RELEASE</module>
+ <module>spring-test-5.1.3.RELEASE</module>
+ <module>spring-tx-5.1.3.RELEASE</module>
+ <module>spring-web-5.1.3.RELEASE</module>
+ <module>spring-webmvc-5.1.3.RELEASE</module>
+ <module>spring-websocket-5.1.3.RELEASE</module>
</modules>
</project>
diff --git a/spring-orm-5.1.3.RELEASE/pom.xml b/spring-orm-5.1.3.RELEASE/pom.xml
index e7847f3..16e9f9a 100644
--- a/spring-orm-5.1.3.RELEASE/pom.xml
+++ b/spring-orm-5.1.3.RELEASE/pom.xml
@@ -140,6 +140,7 @@
org.springframework.beans.factory.support;version="[${pkgVersion},5.2)",
org.springframework.context;version="[${pkgVersion},5.2)",
org.springframework.context.weaving;version="[${pkgVersion},5.2)",
+
org.springframework.context.index;version="[${pkgVersion},5.2)",
org.springframework.core;version="[${pkgVersion},5.2)",
org.springframework.core.io;version="[${pkgVersion},5.2)",
org.springframework.core.io.support;version="[${pkgVersion},5.2)",