This is an automated email from the ASF dual-hosted git repository. jihoonson pushed a commit to branch 0.22.1 in repository https://gitbox.apache.org/repos/asf/druid.git
commit ef8d328e35dc5ddaaefa52df7f3be94f56f07339 Author: Clint Wylie <[email protected]> AuthorDate: Fri Dec 10 16:43:54 2021 -0800 fix dependencies --- services/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/pom.xml b/services/pom.xml index 40ccb16..543d13e 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -208,6 +208,14 @@ <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + </dependency> <!-- Test Dependencies --> <dependency> <groupId>org.apache.druid</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
