This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 5cf2aedc078d9ed53fad56e77724abd8b66b436f Author: Vaishnavi R <[email protected]> AuthorDate: Thu Aug 17 14:34:17 2023 +0530 Added jq, jaxb and snmp as a productized artifacts. --- components-starter/pom.xml | 6 +++--- product/src/main/resources/required-productized-camel-artifacts.txt | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/components-starter/pom.xml b/components-starter/pom.xml index c93b5e52766..f12bfb1840e 100644 --- a/components-starter/pom.xml +++ b/components-starter/pom.xml @@ -271,7 +271,7 @@ <!-- <module>camel-jooq-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <!-- <module>camel-joor-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <module>camel-jpa-starter</module> - <!-- <module>camel-jq-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> + <module>camel-jq-starter</module> <!-- <module>camel-jsch-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <module>camel-jslt-starter</module> <!-- <module>camel-json-patch-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> @@ -366,7 +366,7 @@ <module>camel-slack-starter</module> <!-- <module>camel-smpp-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <!-- <module>camel-snakeyaml-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> - <!-- <module>camel-snmp-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> + <module>camel-snmp-starter</module> <module>camel-soap-starter</module> <!-- <module>camel-splunk-hec-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <!-- <module>camel-splunk-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> @@ -412,7 +412,7 @@ <!-- <module>camel-workday-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <!-- <module>camel-xchange-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <module>camel-xj-starter</module> - <!-- <module>camel-xml-jaxb-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> + <module>camel-xml-jaxb-starter</module> <module>camel-xml-jaxp-starter</module> <!-- <module>camel-xmlsecurity-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <!-- <module>camel-xmpp-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> diff --git a/product/src/main/resources/required-productized-camel-artifacts.txt b/product/src/main/resources/required-productized-camel-artifacts.txt index 490abbd3501..ec450f9461c 100644 --- a/product/src/main/resources/required-productized-camel-artifacts.txt +++ b/product/src/main/resources/required-productized-camel-artifacts.txt @@ -71,6 +71,7 @@ camel-jdbc-starter camel-jira-starter camel-jms-starter camel-jpa-starter +camel-jq-starter camel-jslt-starter camel-jsonpath-starter camel-jta-starter @@ -116,6 +117,7 @@ camel-scheduler-starter camel-seda-starter camel-servlet-starter camel-slack-starter +camel-snmp-starter camel-soap-starter camel-spring-starter camel-spring-boot-dependencies-starter @@ -138,6 +140,7 @@ camel-webhook-starter camel-xj-starter camel-xml-io-starter camel-xml-io-dsl-starter +camel-xml-jaxb-starter camel-xml-jaxp-starter camel-xpath-starter camel-xslt-starter
