Skip to content

Commit

Permalink
Fixed org.reflections dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akumar074 committed Jul 18, 2024
1 parent 4a27d48 commit 24ae6c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kie-server-parent/kie-server-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@
<artifactId>jsonassert</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 24ae6c0

Please sign in to comment.