* BAEL-7853: Removed unnecessary dependencies

* BAEL-7853: Simple PriorityQueue tests

* BAEL-7853: Additional example with Meetings
This commit is contained in:
Eugene Kovko
2024-04-27 23:08:02 +02:00
committed by GitHub
parent eca1d4920a
commit c4b34c1793
4 changed files with 280 additions and 12 deletions
@@ -14,24 +14,12 @@
</parent>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>