This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2fb1e28f5cd292126032f70a7e5fad955f12891b Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 17 06:57:37 2023 +0100 CAMEL-18936 - components - Add log4j-core so logging to logfile works Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-azure/camel-azure-storage-blob/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-azure/camel-azure-storage-blob/pom.xml b/components/camel-azure/camel-azure-storage-blob/pom.xml index e07632ca032..00d50155200 100644 --- a/components/camel-azure/camel-azure-storage-blob/pom.xml +++ b/components/camel-azure/camel-azure-storage-blob/pom.xml @@ -84,6 +84,11 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-junit-jupiter</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId>
