Skip to content

Commit

Permalink
Fix modules test references to properly run with WFLY20 too
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Jun 1, 2020
1 parent 3dad25c commit b7a5e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -35,7 +35,7 @@
<resource-root path="spring-webmvc.jar"/>
</resources>
<dependencies>
<module name="ch.qos.cal10n"/>
<module name="ch.qos.cal10n" optional="true"/>
<module name="com.google.guava"/>
<module name="javax.api"/>
<module name="javax.annotation.api"/>
Expand Down Expand Up @@ -66,7 +66,7 @@
<module name="org.jboss.msc"/>
<module name="org.jboss.vfs"/>
<module name="org.slf4j"/>
<module name="org.slf4j.ext"/>
<module name="org.slf4j.ext" optional="true"/>

</dependencies>
</module>
Expand Down
Expand Up @@ -35,7 +35,7 @@
<resource-root path="spring-webmvc.jar"/>
</resources>
<dependencies>
<module name="ch.qos.cal10n"/>
<module name="ch.qos.cal10n" optional="true"/>
<module name="com.google.guava"/>
<module name="javax.api"/>
<module name="javax.annotation.api"/>
Expand Down Expand Up @@ -66,7 +66,7 @@
<module name="org.jboss.msc"/>
<module name="org.jboss.vfs"/>
<module name="org.slf4j"/>
<module name="org.slf4j.ext"/>
<module name="org.slf4j.ext" optional="true"/>

</dependencies>
</module>
Expand Down

0 comments on commit b7a5e93

Please sign in to comment.