Skip to content

Commit b202535

Browse files
committed
Added dependency in pom.xml
1 parent 1524ceb commit b202535

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
<artifactId>jython</artifactId>
7272
<version>2.7.0</version>
7373
</dependency>
74+
<dependency>
75+
<groupId>org.roaringbitmap</groupId>
76+
<artifactId>RoaringBitmap</artifactId>
77+
<version>0.6.18</version>
78+
</dependency>
7479
</dependencies>
7580
<build>
7681
<plugins>

0 commit comments

Comments
 (0)