You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by hi...@apache.org on 2019/05/13 19:31:23 UTC

[incubator-druid] branch master updated: Remove Joda from indexing-hadoop (#7650)

This is an automated email from the ASF dual-hosted git repository.

himanshug pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new e8a6575  Remove Joda from indexing-hadoop (#7650)
e8a6575 is described below

commit e8a6575fb3dc1789aa450811aa6977497a5c85af
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Mon May 13 21:31:13 2019 +0200

    Remove Joda from indexing-hadoop (#7650)
---
 indexing-hadoop/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/indexing-hadoop/pom.xml b/indexing-hadoop/pom.xml
index 90f8f85..8716708 100644
--- a/indexing-hadoop/pom.xml
+++ b/indexing-hadoop/pom.xml
@@ -76,10 +76,6 @@
             <artifactId>jdbi</artifactId>
         </dependency>
         <dependency>
-            <groupId>joda-time</groupId>
-            <artifactId>joda-time</artifactId>
-        </dependency>
-        <dependency>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
         </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org