Update of /cvsroot/webmacro/webmacro/webmacro
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30233
Modified Files:
pom.xml
Log Message:
Remove logging
Index: pom.xml
===================================================================
RCS file: /cvsroot/webmacro/webmacro/webmacro/pom.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** pom.xml 21 Feb 2010 13:01:30 -0000 1.28
--- pom.xml 24 Feb 2010 21:02:00 -0000 1.29
***************
*** 320,329 ****
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
! <scope>compile</scope>
</dependency>
!
<dependency>
<groupId>jakarta-regexp</groupId>
--- 320,342 ----
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.8</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.8</version>
+ <scope>test</scope>
+ </dependency>
+ <!--
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
! <scope>test</scope>
</dependency>
! -->
<dependency>
<groupId>jakarta-regexp</groupId>
|