Skip to content

Commit

Permalink
UBO-283 - add missing dependency for jobqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Sep 6, 2024
1 parent 50a9958 commit 2a8820e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-jobqueue</artifactId>
</dependency>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-mods</artifactId>
Expand Down

0 comments on commit 2a8820e

Please sign in to comment.