Repository: servicemix-bundles Updated Branches: refs/heads/master e9f375bc6 -> 7cedba911
[SM-3466]spring-web should include optional imports for Joda Time Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/7cedba91 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/7cedba91 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/7cedba91 Branch: refs/heads/master Commit: 7cedba911e71e2be1e47d6b6b46355d4eb41f4e7 Parents: e9f375b Author: Freeman Fang <[email protected]> Authored: Thu Aug 24 07:27:08 2017 +0800 Committer: Freeman Fang <[email protected]> Committed: Thu Aug 24 07:27:08 2017 +0800 ---------------------------------------------------------------------- pom.xml | 4 ++++ spring-web-4.0.7.RELEASE/pom.xml | 3 +++ spring-web-4.1.9.RELEASE/pom.xml | 3 +++ spring-web-4.2.9.RELEASE/pom.xml | 3 +++ spring-web-4.3.10.RELEASE/pom.xml | 3 +++ 5 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7cedba91/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8ec11c1..a8d7b76 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,10 @@ <module>hystrix-serialization-1.5.12</module> <module>brave-zipkin-4.5.2</module> <module>docker-java-3.0.13</module> + <module>spring-web-4.0.7.RELEASE</module> + <module>spring-web-4.1.9.RELEASE</module> + <module>spring-web-4.2.9.RELEASE</module> + <module>spring-web-4.3.10.RELEASE</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7cedba91/spring-web-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-web-4.0.7.RELEASE/pom.xml b/spring-web-4.0.7.RELEASE/pom.xml index f1b8353..fe360d1 100644 --- a/spring-web-4.0.7.RELEASE/pom.xml +++ b/spring-web-4.0.7.RELEASE/pom.xml @@ -82,6 +82,9 @@ org.springframework.ui.*;version="[${pkgVersion},4.1)", org.springframework.util.*;version="[${pkgVersion},4.1)", org.springframework.validation.*;version="[${pkgVersion},4.1)", + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, org.xml.sax.*;resolution:=optional, org.w3c.dom.*;resolution:=optional </servicemix.osgi.import.pkg> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7cedba91/spring-web-4.1.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-web-4.1.9.RELEASE/pom.xml b/spring-web-4.1.9.RELEASE/pom.xml index 25d139c..e0fe024 100644 --- a/spring-web-4.1.9.RELEASE/pom.xml +++ b/spring-web-4.1.9.RELEASE/pom.xml @@ -99,6 +99,9 @@ org.springframework.ui.*;version="[${pkgVersion},4.2)", org.springframework.util.*;version="[${pkgVersion},4.2)", org.springframework.validation.*;version="[${pkgVersion},4.2)", + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, org.xml.sax.*;resolution:=optional, org.w3c.dom.*;resolution:=optional </servicemix.osgi.import.pkg> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7cedba91/spring-web-4.2.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-web-4.2.9.RELEASE/pom.xml b/spring-web-4.2.9.RELEASE/pom.xml index c3e4672..8c3de0b 100644 --- a/spring-web-4.2.9.RELEASE/pom.xml +++ b/spring-web-4.2.9.RELEASE/pom.xml @@ -102,6 +102,9 @@ org.springframework.ui.*;version="[${pkgVersion},4.3)", org.springframework.util.*;version="[${pkgVersion},4.3)", org.springframework.validation.*;version="[${pkgVersion},4.3)", + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, org.xml.sax.*;resolution:=optional, org.w3c.dom.*;resolution:=optional </servicemix.osgi.import.pkg> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7cedba91/spring-web-4.3.10.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-web-4.3.10.RELEASE/pom.xml b/spring-web-4.3.10.RELEASE/pom.xml index c5fea5a..7565ae5 100644 --- a/spring-web-4.3.10.RELEASE/pom.xml +++ b/spring-web-4.3.10.RELEASE/pom.xml @@ -105,6 +105,9 @@ org.springframework.ui.*;version="[${pkgVersion},4.4)", org.springframework.util.*;version="[${pkgVersion},4.4)", org.springframework.validation.*;version="[${pkgVersion},4.4)", + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, org.xml.sax.*;resolution:=optional, org.w3c.dom.*;resolution:=optional </servicemix.osgi.import.pkg>
