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/10 00:33:36 UTC

[incubator-druid] branch master updated: fix issue #7607 (#7619)

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

cwylie 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 59f9ff3  fix issue #7607 (#7619)
59f9ff3 is described below

commit 59f9ff38c7a15a5fa92b264863cb0a34a4786cd9
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Thu May 9 17:33:29 2019 -0700

    fix issue #7607 (#7619)
    
    * 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