Skip to content

Commit

Permalink
fix issue #7607 (#7619) (#7636)
Browse files Browse the repository at this point in the history
* fix issue #7607

* exclude com.google.code.findbugs:annotations
  • Loading branch information
jihoonson authored and clintropolis committed May 11, 2019
1 parent 10725ca commit 4116917
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extensions-core/datasketches/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4116917

Please sign in to comment.