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.git
The following commit(s) were added to refs/heads/main by this push:
new e81c8a572de camel-ehcache: fixed tests due to migration to Jakarta /
Camel 4 (#9077)
e81c8a572de is described below
commit e81c8a572de56c1a97b3669349ff8dd7e621139c
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Jan 13 11:04:57 2023 +0100
camel-ehcache: fixed tests due to migration to Jakarta / Camel 4 (#9077)
---
components/camel-ehcache/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/camel-ehcache/pom.xml b/components/camel-ehcache/pom.xml
index 1e74dd12ce8..6f6a3ee6e0e 100644
--- a/components/camel-ehcache/pom.xml
+++ b/components/camel-ehcache/pom.xml
@@ -50,6 +50,7 @@
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache3-version}</version>
+ <classifier>jakarta</classifier>
<exclusions>
<exclusion>
<groupId>org.glassfish.jaxb</groupId>