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
commit ba3fdbfec067c4b50bfc0113812f5d9e725491af Author: Claus Ibsen <[email protected]> AuthorDate: Sun Jan 15 07:46:44 2023 +0100 camel-shiro - Jakarta --- components/camel-shiro/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-shiro/pom.xml b/components/camel-shiro/pom.xml index d8d3fbc531f..b2530e23501 100644 --- a/components/camel-shiro/pom.xml +++ b/components/camel-shiro/pom.xml @@ -45,6 +45,7 @@ <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> + <classifier>jakarta</classifier> <version>${shiro-version}</version> </dependency>
