Skip to content

Commit

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

* exclude com.google.code.findbugs:annotations
  • Loading branch information
AlexanderSaydakov authored and clintropolis committed May 10, 2019
1 parent 7e825b7 commit cf9db11
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 @@ -37,7 +37,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 cf9db11

Please sign in to comment.