This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit ea26ce73a261e6c083c1f02a8b7153d08a052d67 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 27 08:46:18 2023 +0100 CAMEL-18970 - Camel-Any23: Remove component in Spring Boot Signed-off-by: Andrea Cosentino <[email protected]> --- .../org/apache/camel/springboot/catalog/dataformats.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties index 5b7319c3ecd..6edae4e6d77 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats.properties @@ -1,4 +1,3 @@ -any23 asn1 avro avroJackson @@ -42,4 +41,4 @@ xmlSecurity xstream xstreamJson zipDeflater -zipFile \ No newline at end of file +zipFile
