Skip to content

Commit

Permalink
Added backport-util-concurrent lib
Browse files Browse the repository at this point in the history
Change-Id: I7140fa961d618ddb5681a4cc26bd2e467148c76d
  • Loading branch information
margaretha committed May 24, 2022
1 parent ac5c274 commit d97dcaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@
</plugins>
</build>
<dependencies>
<!-- backport -->
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
<version>3.1</version>
</dependency>

<!-- Jersey -->
<dependency>
<groupId>com.sun.jersey</groupId>
Expand Down

0 comments on commit d97dcaa

Please sign in to comment.