Author: craigmcc
Date: Tue Aug 8 18:59:38 2006
New Revision: 429926
URL: http://svn.apache.org/viewvc?rev=429926&view=rev
Log:
Remove explicit MyFaces dependencies that were missing from the 1.1.0
poms but are present in 1.1.1 and are therefore redundant here.
SHALE-242
Modified:
shale/framework/trunk/pom.xml
Modified: shale/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=429926&r1=429925&r2=429926&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Tue Aug 8 18:59:38 2006
@@ -116,22 +116,6 @@
<version>2.0</version>
<scope>provided</scope>
</dependency>
- <!-- These should be specified in the myfaces pom -->
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>commons-el</groupId>
- <artifactId>commons-el</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.0</version>
- </dependency>
</dependencies>
</profile>
<profile>