You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ji...@apache.org on 2021/12/11 02:01:25 UTC

[druid] 05/07: fix dependencies

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 <cw...@apache.org>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org