Skip to content

Commit

Permalink
Fix for Java rules loading in tests (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi committed Oct 6, 2022
1 parent 8a026ab commit c63bcd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
<groupId>org.jboss.windup.rules.apps</groupId>
<artifactId>windup-rules-java-diva</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.windup.rules.apps</groupId>
<artifactId>windup-rules-java-api</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit c63bcd0

Please sign in to comment.