Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28385
Modified Files:
fw-pom.xml
Log Message:
Use jxl 2.6.10 as it fixes an issue which causes jxl.log files to be written into workspace when tests are run.
Index: fw-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/fw-pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** fw-pom.xml 30 Aug 2009 20:24:19 -0000 1.3
--- fw-pom.xml 7 Sep 2009 14:15:12 -0000 1.4
***************
*** 140,144 ****
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
! <version>2.6.3</version>
</dependency>
<dependency>
--- 140,144 ----
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
! <version>2.6.10</version>
</dependency>
<dependency>
|