Skip to content

Commit

Permalink
Added proper test-util dependency (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi authored Oct 6, 2022
1 parent a6b64f9 commit cc7f5d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ejb-beanutils-async/rules-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@
<classifier>forge-addon</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.windup.tests</groupId>
<artifactId>test-util</artifactId>
<classifier>forge-addon</classifier>
<scope>test</scope>
</dependency>
</dependencies>


Expand Down
6 changes: 6 additions & 0 deletions proprietary-javaee-servlet/rules-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
<classifier>forge-addon</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.windup.tests</groupId>
<artifactId>test-util</artifactId>
<classifier>forge-addon</classifier>
<scope>test</scope>
</dependency>
</dependencies>


Expand Down

0 comments on commit cc7f5d5

Please sign in to comment.