You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2022/11/22 09:00:45 UTC

[camel] 04/06: Fix bad syntax for optional dependency

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1cfb757018d69b6f8887970bcb70ef62868b4cc8
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Nov 21 16:54:38 2022 +0100

    Fix bad syntax for optional dependency
---
 dsl/camel-jbang/camel-jbang-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/pom.xml b/dsl/camel-jbang/camel-jbang-core/pom.xml
index 833f67052a8..02f35bc7bb8 100644
--- a/dsl/camel-jbang/camel-jbang-core/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-core/pom.xml
@@ -88,7 +88,7 @@
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
             <version>${javax-servlet-api-version}</version>
-            <scope>optional</scope>
+            <optional>true</optional>
         </dependency>
 
         <!-- logging -->