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 96eaa6f5a SM-5663: Add com.google.gson import to spring-webmvc 5.3.x
bundle
96eaa6f5a is described below
commit 96eaa6f5a190eb199d6545025a8c11351d190d86
Author: JB Onofré <[email protected]>
AuthorDate: Wed Feb 21 17:59:45 2024 +0100
SM-5663: Add com.google.gson import to spring-webmvc 5.3.x bundle
---
spring-webmvc-5.3.31/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/spring-webmvc-5.3.31/pom.xml b/spring-webmvc-5.3.31/pom.xml
index 3055de228..90d12ebf8 100644
--- a/spring-webmvc-5.3.31/pom.xml
+++ b/spring-webmvc-5.3.31/pom.xml
@@ -51,6 +51,8 @@
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
javax.validation;resolution:=optional,
+ com.google.gson;version="[2.3,3)";resolution:=optional,
+ com.google.gson.reflect;version="[2.3,3)";resolution:=optional,
com.lowagie.text.*;version="[2,3)";resolution:=optional,
com.rometools.rome.feed;version="[1.5,2)";resolution:=optional,
com.rometools.rome.feed.atom;version="[1.5,2)";resolution:=optional,