This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ccdb249d863 Polished
ccdb249d863 is described below
commit ccdb249d863244c3ac64471915659d071a3b4ee6
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Oct 7 10:12:50 2023 +0200
Polished
---
dsl/camel-jbang/camel-jbang-core/pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml
b/dsl/camel-jbang/camel-jbang-core/pom.xml
index 73097ec60c7..9e2bbaa6beb 100644
--- a/dsl/camel-jbang/camel-jbang-core/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-core/pom.xml
@@ -126,7 +126,7 @@
<artifactId>jansi</artifactId>
<version>${jansi-version}</version>
</dependency>
- <!-- Code generator -->
+ <!-- code generator -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-openapi-rest-dsl-generator</artifactId>
@@ -151,8 +151,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
- </dependencies>
-
+ </dependencies>
</project>