Skip to content

Commit

Permalink
use reactive streams instead of completable futures for grad score
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Goina committed Sep 30, 2024
1 parent d69bbc5 commit 943204c
Show file tree
Hide file tree
Showing 4 changed files with 121 additions and 122 deletions.
4 changes: 4 additions & 0 deletions colormipsearch-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</dependency>

<!-- Testing -->
<dependency>
Expand Down
Loading

0 comments on commit 943204c

Please sign in to comment.