You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2019/05/11 02:16:34 UTC

[incubator-druid] branch 0.15.0-incubating updated: fix issue #7607 (#7619) (#7636)

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

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


The following commit(s) were added to refs/heads/0.15.0-incubating by this push:
     new 4116917  fix issue #7607 (#7619) (#7636)
4116917 is described below

commit 4116917573c6d1e5505c16ffcd88c9eb54333fd8
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Fri May 10 19:16:29 2019 -0700

    fix issue #7607 (#7619) (#7636)
    
    * fix issue #7607
    
    * exclude com.google.code.findbugs:annotations
---
 extensions-core/datasketches/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/extensions-core/datasketches/pom.xml b/extensions-core/datasketches/pom.xml
index fea6c90..11708a7 100644
--- a/extensions-core/datasketches/pom.xml
+++ b/extensions-core/datasketches/pom.xml
@@ -38,7 +38,13 @@
     <dependency>
       <groupId>com.yahoo.datasketches</groupId>
       <artifactId>sketches-core</artifactId>
-      <version>0.13.1</version>
+      <version>0.13.3</version>
+      <exclusions>
+        <exclusion>
+          <groupId>com.google.code.findbugs</groupId>
+          <artifactId>annotations</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>


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