Author: schof
Date: Mon Jul 31 12:30:46 2006
New Revision: 427223
URL: http://svn.apache.org/viewvc?rev=427223&view=rev
Log:
changed JSF dep to RI; added jsp-2.1 api dp (still need to get the EL
dependency added)
Modified:
shale/sandbox/shale-petstore/pom.xml
Modified: shale/sandbox/shale-petstore/pom.xml
URL:
http://svn.apache.org/viewvc/shale/sandbox/shale-petstore/pom.xml?rev=427223&r1=427222&r2=427223&view=diff
==============================================================================
--- shale/sandbox/shale-petstore/pom.xml (original)
+++ shale/sandbox/shale-petstore/pom.xml Mon Jul 31 12:30:46 2006
@@ -72,7 +72,6 @@
</plugin>
</plugins>
</build>
-
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
@@ -80,14 +79,14 @@
<version>2.1</version>
</dependency>
<dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-api</artifactId>
- <version>1.1.5-SNAPSHOT</version>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.2-b19</version>
</dependency>
<dependency>
- <groupId>org.apache.myfaces.core</groupId>
- <artifactId>myfaces-impl</artifactId>
- <version>1.1.5-SNAPSHOT</version>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.2-b19</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.tomahawk</groupId>
@@ -163,7 +162,12 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.13</version>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <version>2.1</version>
+ </dependency>
<!-- provided deps -->
<dependency>
<groupId>javax.servlet</groupId>