This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch CAMEL-22609
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/CAMEL-22609 by this push:
new 2467b009a3d2 CAMEL-22609 - Camel-IBM-Watson-language: Create a
component for NLU Service
2467b009a3d2 is described below
commit 2467b009a3d27558efe843b3d532a173b08627de
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Oct 27 11:50:59 2025 +0100
CAMEL-22609 - Camel-IBM-Watson-language: Create a component for NLU Service
Signed-off-by: Andrea Cosentino <[email protected]>
---
components/camel-ibm-watson-language/pom.xml | 39 ----------------------------
parent/pom.xml | 3 ++-
2 files changed, 2 insertions(+), 40 deletions(-)
diff --git a/components/camel-ibm-watson-language/pom.xml
b/components/camel-ibm-watson-language/pom.xml
index 62606cc0ad1f..853a44240a88 100644
--- a/components/camel-ibm-watson-language/pom.xml
+++ b/components/camel-ibm-watson-language/pom.xml
@@ -32,10 +32,6 @@
<name>Camel :: IBM :: Watson Language</name>
<description>IBM Watson Natural Language Understanding
service</description>
- <properties>
- <ibm-watson-sdk-version>14.0.2</ibm-watson-sdk-version>
- </properties>
-
<dependencies>
<dependency>
<groupId>org.apache.camel</groupId>
@@ -81,39 +77,4 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>ibm-watson-integration-tests</id>
- <activation>
- <property>
- <name>camel.ibm.watson.apiKey</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/*IT.java</include>
- </includes>
- <systemPropertyVariables>
-
<camel.ibm.watson.apiKey>${camel.ibm.watson.apiKey}</camel.ibm.watson.apiKey>
-
<camel.ibm.watson.serviceUrl>${camel.ibm.watson.serviceUrl}</camel.ibm.watson.serviceUrl>
- </systemPropertyVariables>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>integration-test</goal>
- <goal>verify</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>
diff --git a/parent/pom.xml b/parent/pom.xml
index 07f42fabb193..b04ae142ee04 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -244,7 +244,8 @@
<huaweicloud-obs-version>3.25.7</huaweicloud-obs-version>
<huaweicloud-sdk-version>3.1.171</huaweicloud-sdk-version>
<ibm-cos-sdk-version>2.13.6</ibm-cos-sdk-version>
- <ibm-secrets-manager-version>2.0.22</ibm-secrets-manager-version>
+ <ibm-secrets-manager-version>2.0.22</ibm-secrets-manager-version>
+ <ibm-watson-sdk-version>14.0.2</ibm-watson-sdk-version>
<ical4j-version>4.2.0</ical4j-version>
<icu4j-version>77.1</icu4j-version>
<ignite-version>2.17.0</ignite-version>