Skip to content

Commit

Permalink
FORGE-1261: Added Log4j as a dependency in the freemarker modules.xml
Browse files Browse the repository at this point in the history
The Hibernate tools plugin already bundles freemarker as a new dependency. Freemarker has a built-in logging facade
system that delegates to the underlying logging implementations (much like commons-logging). When the Hibernate tools
plugin is installed, log4j (which is bundled with this plugin as well) kicks in and freemarker chooses the Log4j
implementation. This is not handled correctly in the module.xml, given that declares that it depends on nothing but the javax.api.
  • Loading branch information
gastaldi committed Oct 17, 2013
1 parent 25f486f commit f786e9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@

<dependencies>
<module name="javax.api" />
<module name="org.apache.log4j"/>
</dependencies>
</module>

0 comments on commit f786e9b

Please sign in to comment.