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
commit abc0d01fa21d0aad49ed71d22c6a4102de34e362 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Mar 16 08:35:46 2023 +0100 Fixed duplicates in pom.xml --- components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 3 +++ dsl/camel-kamelet-main/pom.xml | 10 ---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc index b43da3634cb..f8379f11a8d 100644 --- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc +++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc @@ -128,6 +128,9 @@ one time. | quotingEscaped | boolean | | false | Indicate if the values must be escaped when quoting (optional) +| quotingOnlyWhenNeeded | boolean | | false a| Indicate if the values should be quoted only when needed (optional) - if enabled then the value is only quoted +when it contains the configured separator, quote, or crlf characters. The quoting option must also be enabled. + | removeQuotes | boolean | | true | The remove quotes parameter flags if unmarshalling should try to remove quotes for each field | skipField | boolean | | false a| The skipField parameter will allow to skip fields of a CSV file. If some fields are not necessary, they can be diff --git a/dsl/camel-kamelet-main/pom.xml b/dsl/camel-kamelet-main/pom.xml index 7beabe31774..d346887edb6 100644 --- a/dsl/camel-kamelet-main/pom.xml +++ b/dsl/camel-kamelet-main/pom.xml @@ -175,16 +175,6 @@ <artifactId>log4j-slf4j2-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-resourceresolver-github</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-groovy-dsl</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build>
