Author: danielc.roth
Date: 2008-07-31 06:08:39 -0400 (Thu, 31 Jul 2008)
New Revision: 8541
Modified:
trunk/build/excel.pom.xml
trunk/build/root.pom.xml
Log:
Moved jxl versioning from excel pom to root pom.
Modified: trunk/build/excel.pom.xml
===================================================================
--- trunk/build/excel.pom.xml 2008-07-31 09:54:59 UTC (rev 8540)
+++ trunk/build/excel.pom.xml 2008-07-31 10:08:39 UTC (rev 8541)
@@ -17,7 +17,6 @@
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
- <version>2.6.8</version>
</dependency>
<dependency>
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-07-31 09:54:59 UTC (rev 8540)
+++ trunk/build/root.pom.xml 2008-07-31 10:08:39 UTC (rev 8541)
@@ -436,6 +436,14 @@
<artifactId>jboss-jmx</artifactId>
<version>4.2.0.GA</version>
</dependency>
+
+ <!-- Excel export module dependency -->
+ <dependency>
+ <groupId>net.sourceforge.jexcelapi</groupId>
+ <artifactId>jxl</artifactId>
+ <version>2.6.8</version>
+ </dependency>
+
<!-- Should be 3.3.GA to be in sync with AS, but this doesn't seem to exist
-->
<dependency>
Show replies by date