[jboss-cvs] jboss-seam/seam-ui-cdk ...
Peter Muir
peter at bleepbleep.org.uk
Tue May 8 10:07:26 EDT 2007
User: pmuir
Date: 07/05/08 10:07:26
Modified: seam-ui-cdk pom.xml
Log:
Updates for CDK port
Revision Changes Path
1.4 +16 -6 jboss-seam/seam-ui-cdk/pom.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: pom.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-ui-cdk/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- pom.xml 28 Mar 2007 12:52:13 -0000 1.3
+++ pom.xml 8 May 2007 14:07:26 -0000 1.4
@@ -69,10 +69,11 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
+ <groupId>org.jboss.seam</groupId>
<artifactId>jsp-api</artifactId>
- <version>2.0</version>
- <scope>provided</scope>
+ <scope>system</scope>
+ <version>transient</version>
+ <systemPath>${seam.dir}/lib/jsp-api.jar</systemPath>
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
@@ -103,7 +104,7 @@
<version>transient</version>
<scope>system</scope>
<systemPath>
- ${seam.dir}/lib/myfaces-api-1.1.4.jar
+ ${seam.dir}/lib/jsf-api.jar
</systemPath>
</dependency>
<dependency>
@@ -162,11 +163,20 @@
</dependency>
<dependency>
<groupId>org.jboss.seam</groupId>
- <artifactId>el-api</artifactId>
+ <artifactId>jboss-el-api</artifactId>
+ <version>transient</version>
+ <scope>system</scope>
+ <systemPath>
+ ${seam.dir}/lib/jboss-el-api.jar
+ </systemPath>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.seam</groupId>
+ <artifactId>commons-beanutils</artifactId>
<version>transient</version>
<scope>system</scope>
<systemPath>
- ${seam.dir}/lib/el-api.jar
+ ${seam.dir}/lib/commons-beanutils-1.7.0.jar
</systemPath>
</dependency>
</dependencies>
More information about the jboss-cvs-commits
mailing list