Skip to content

Commit fabbda3

Browse files
jamezpkabir
authored andcommittedMar 15, 2013
[AS7-6736] Don't add the log4j library to the module.
1 parent 0d2f5a7 commit fabbda3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎build/build.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@
185185

186186
<module-def name="javax.xml.stream.api"/>
187187

188-
<module-def name="org.apache.log4j">
189-
<maven-resource group="log4j" artifact="log4j"/>
190-
</module-def>
188+
<module-def name="org.apache.log4j"/>
191189

192190
<module-def name="org.jboss.as.controller">
193191
<maven-resource group="org.jboss.as" artifact="jboss-as-controller"/>

0 commit comments

Comments
 (0)
Please sign in to comment.