You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/04/15 15:42:48 UTC

svn commit: r394288 - /myfaces/tomahawk/trunk/sandbox/core/pom.xml

Author: matzew
Date: Sat Apr 15 06:42:47 2006
New Revision: 394288

URL: http://svn.apache.org/viewcvs?rev=394288&view=rev
Log:
TOMAHAWK-220 fixed

Modified:
    myfaces/tomahawk/trunk/sandbox/core/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=394288&r1=394287&r2=394288&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Sat Apr 15 06:42:47 2006
@@ -23,6 +23,8 @@
   </scm>
 
   <dependencies>
+  
+  <!-- compile -->
 
     <dependency>
       <groupId>org.apache.myfaces.tomahawk</groupId>
@@ -32,6 +34,42 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-validator</groupId>
+      <artifactId>commons-validator</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-el</groupId>
+      <artifactId>commons-el</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</version>
+      <scope>compile</scope>
+    </dependency>
+
+
+    <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
       <version>1.1.3-SNAPSHOT</version>
@@ -42,11 +80,9 @@
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-impl</artifactId>
       <version>1.1.3-SNAPSHOT</version>
-      <!-- TODO: This must be fixed ASAP!
-                 Sandbox components must not have any dependency to myfaces-impl -->
-      <scope>provided</scope>
+      <scope>test</scope>
     </dependency>
-
+    
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jsp-api</artifactId>