Skip to content

Commit

Permalink
维表关联
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhiwubigdata committed Jun 21, 2020
1 parent 3bbbceb commit 021be74
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ under the License.
<artifactId>asynchbase</artifactId>
<version>1.8.2</version>
</dependency>
<!--hyperloglog-->
<dependency>
<groupId>net.agkn</groupId>
<artifactId>hll</artifactId>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
<version>0.8.0</version>
</dependency>

</dependencies>

Expand Down

0 comments on commit 021be74

Please sign in to comment.