Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Apr 25, 2023
1 parent 2529833 commit 604d874
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repo/security-enforcer-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
<artifactId>task-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit 604d874

Please sign in to comment.