Skip to content

Commit

Permalink
#4258 - Reset document button for annotators in dynamic assignment mode
Browse files Browse the repository at this point in the history
- Added missing dependency
  • Loading branch information
reckart committed Oct 31, 2023
1 parent 02ded07 commit 874e70a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inception/inception-workload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
</dependency>
<dependency>
<groupId>org.danekja</groupId>
<artifactId>jdk-serializable-functional</artifactId>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 874e70a

Please sign in to comment.