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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 14e13f64 CAMEL-22999: Remove aws v1 from examples as we are on v2
14e13f64 is described below
commit 14e13f64a09ebe17df62682ca5c105f8b88e4658
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 13 14:09:14 2026 +0100
CAMEL-22999: Remove aws v1 from examples as we are on v2
---
aws/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/aws/pom.xml b/aws/pom.xml
index 8fed0e54..e761c412 100644
--- a/aws/pom.xml
+++ b/aws/pom.xml
@@ -59,11 +59,5 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.amazonaws</groupId>
- <artifactId>aws-java-sdk-core</artifactId>
- <version>1.12.150</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>