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/02/26 21:13:26 UTC

svn commit: r381154 - /myfaces/core/branches/1_1_2/impl/pom.xml

Author: manolito
Date: Sun Feb 26 12:13:24 2006
New Revision: 381154

URL: http://svn.apache.org/viewcvs?rev=381154&view=rev
Log:
added missing dependencies

Modified:
    myfaces/core/branches/1_1_2/impl/pom.xml

Modified: myfaces/core/branches/1_1_2/impl/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/impl/pom.xml?rev=381154&r1=381153&r2=381154&view=diff
==============================================================================
--- myfaces/core/branches/1_1_2/impl/pom.xml (original)
+++ myfaces/core/branches/1_1_2/impl/pom.xml Sun Feb 26 12:13:24 2006
@@ -36,9 +36,23 @@
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
       <version>2.0.0-SNAPSHOT</version>
-      <!-- myfaces-shared-impl classes will be included in myfaces-impl.jar -->
+      <!-- myfaces-shared-impl must not be included in assembly ! -->
       <scope>provided</scope>
     </dependency>
+    
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</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-collections</groupId>
@@ -48,6 +62,13 @@
     </dependency>
 
     <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>jsp-api</artifactId>
       <version>2.0</version>
@@ -62,13 +83,6 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <scope>compile</scope>
-    </dependency>
-
-    <dependency>
       <groupId>portlet-api</groupId>
       <artifactId>portlet-api</artifactId>
       <version>1.0</version>
@@ -144,7 +158,7 @@
                 <artifactItem>
                    <groupId>org.apache.myfaces.shared</groupId>
                    <artifactId>myfaces-shared-impl</artifactId>
-                   <version>1.1.2-SNAPSHOT</version>
+                   <version>2.0.0-SNAPSHOT</version>
                    <type>jar</type>
                  </artifactItem>
                </artifactItems>