From: <bra...@us...> - 2007-10-15 22:01:14
|
Revision: 2056 http://archive-access.svn.sourceforge.net/archive-access/?rev=2056&view=rev Author: bradtofel Date: 2007-10-15 15:01:17 -0700 (Mon, 15 Oct 2007) Log Message: ----------- BUGFIX: with log4j excluded so config errors etc actually show up in the Tomcat logs. Modified Paths: -------------- trunk/archive-access/projects/wayback/wayback-webapp/pom.xml Modified: trunk/archive-access/projects/wayback/wayback-webapp/pom.xml =================================================================== --- trunk/archive-access/projects/wayback/wayback-webapp/pom.xml 2007-10-15 21:28:33 UTC (rev 2055) +++ trunk/archive-access/projects/wayback/wayback-webapp/pom.xml 2007-10-15 22:01:17 UTC (rev 2056) @@ -27,16 +27,14 @@ <dependencies> <dependency> <groupId>org.archive.wayback</groupId> - <artifactId>wayback-core</artifactId> - <scope>compile</scope> -<!-- - <exclusions> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> ---> + <artifactId>wayback-core</artifactId> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>tomcat</groupId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |