Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
See b20ad7d.
  • Loading branch information
mederly committed Oct 17, 2023
1 parent a5cdb55 commit 19d2125
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/workflow-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>

<!-- Test -->
<dependency>
Expand Down

0 comments on commit 19d2125

Please sign in to comment.