You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/26 04:32:27 UTC

svn commit: r1571904 - /myfaces/core/trunk/impl-test/pom.xml

Author: lu4242
Date: Wed Feb 26 03:32:27 2014
New Revision: 1571904

URL: http://svn.apache.org/r1571904
Log:
fix dependencies for site generation

Modified:
    myfaces/core/trunk/impl-test/pom.xml

Modified: myfaces/core/trunk/impl-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl-test/pom.xml?rev=1571904&r1=1571903&r2=1571904&view=diff
==============================================================================
--- myfaces/core/trunk/impl-test/pom.xml (original)
+++ myfaces/core/trunk/impl-test/pom.xml Wed Feb 26 03:32:27 2014
@@ -152,6 +152,16 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.myfaces.core.internal</groupId>
+            <artifactId>myfaces-impl-shared-public</artifactId>
+            <scope>provided</scope> 
+        </dependency>
+        <dependency>
+            <groupId>org.apache.myfaces.core.internal</groupId>
+            <artifactId>myfaces-impl-shared</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.myfaces.core</groupId>
             <artifactId>myfaces-impl</artifactId>
             <scope>provided</scope>