This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit d022893f8d819a158c0d61c41641196a80c1c3a1 Author: Zineb Bendhiba <[email protected]> AuthorDate: Wed Apr 7 17:04:34 2021 +0200 fix compilation errors in camel-master branch --- poms/bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 53826f8..644a0f6 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -6274,6 +6274,11 @@ <version>${snakeyaml.version}</version> </dependency> <dependency> + <groupId>net.minidev</groupId> + <artifactId>json-smart</artifactId> + <version>${json-smart.version}</version> + </dependency> + <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>${xalan.version}</version>
