This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 18dcfe17e1f8a02e8138c02a79844bef84eeec73 Author: Pasquale Congiusti <[email protected]> AuthorDate: Thu Feb 13 09:12:38 2025 +0100 chore(ci): revert workaround --- parent/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index fc888803258..f4c1245d4f9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -520,20 +520,6 @@ <dependencyManagement> <dependencies> - - <!-- - Workaround for https://github.com/netplex/json-smart-v2/issues/240 - To be reverted once the issue is fixed upstream - --> - <dependency> - <groupId>net.minidev</groupId> - <artifactId>json-smart</artifactId> - <version>2.5.2</version> - </dependency> - <!-- - End workaround - --> - <!-- camel core --> <dependency> <groupId>org.apache.camel</groupId>
