[seam-commits] Seam SVN: r8540 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jul 31 05:54:59 EDT 2008
Author: danielc.roth
Date: 2008-07-31 05:54:59 -0400 (Thu, 31 Jul 2008)
New Revision: 8540
Modified:
trunk/build/excel.pom.xml
Log:
Modified pom to depend on jboss central
Modified: trunk/build/excel.pom.xml
===================================================================
--- trunk/build/excel.pom.xml 2008-07-31 09:37:15 UTC (rev 8539)
+++ trunk/build/excel.pom.xml 2008-07-31 09:54:59 UTC (rev 8540)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.seam</groupId>
@@ -10,24 +9,15 @@
<artifactId>parent</artifactId>
<version>@seam.version@</version>
</parent>
-
- <!-- See parent pom for notes on how to declare dependencies -->
- <repositories>
- <repository>
- <id>jxl</id>
- <name>jxl</name>
- <url>http://www4.rothamsted.bbsrc.ac.uk/ondex/maven2/</url>
- </repository>
- </repositories>
+ <!-- See parent pom for notes on how to declare dependencies -->
- <dependencies>
-
+ <dependencies>
<dependency>
- <groupId>jexcelapi</groupId>
- <artifactId>jxl</artifactId>
- <version>2.6.6</version>
+ <groupId>net.sourceforge.jexcelapi</groupId>
+ <artifactId>jxl</artifactId>
+ <version>2.6.8</version>
</dependency>
<dependency>
@@ -55,35 +45,35 @@
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
- <scope>provided</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
- <scope>provided</scope>
+ <scope>provided</scope>
</dependency>
-
+
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <scope>provided</scope>
+ <scope>provided</scope>
</dependency>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.6</version>
- <optional>true</optional>
- <exclusions>
- <exclusion>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.6</version>
+ <optional>true</optional>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
-
+
</dependencies>
</project>
More information about the seam-commits
mailing list