This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 82d5f46d1e2 Move smooks-edi-cartridge dependency from test scope.
82d5f46d1e2 is described below
commit 82d5f46d1e2577595f12a7dc51ddee33b77fdd0e
Author: Souvik Ghosh <[email protected]>
AuthorDate: Tue Mar 18 14:30:42 2025 +0530
Move smooks-edi-cartridge dependency from test scope.
---
components/camel-smooks/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/components/camel-smooks/pom.xml b/components/camel-smooks/pom.xml
index 0b0b75f3762..9049a891c35 100644
--- a/components/camel-smooks/pom.xml
+++ b/components/camel-smooks/pom.xml
@@ -66,7 +66,6 @@
<dependency>
<groupId>org.smooks.cartridges.edi</groupId>
<artifactId>smooks-edi-cartridge</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>org.smooks</groupId>