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

svn commit: r1545566 - in /myfaces/tobago/trunk/tobago-example: pom.xml tobago-example-test/pom.xml

Author: lofwyr
Date: Tue Nov 26 08:32:04 2013
New Revision: 1545566

URL: http://svn.apache.org/r1545566
Log:
myfaces seems to need commons-logging

Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1545566&r1=1545565&r2=1545566&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Tue Nov 26 08:32:04 2013
@@ -216,6 +216,11 @@
           <artifactId>jstl</artifactId>
           <scope>runtime</scope>
         </dependency>
+        <dependency>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+          <scope>runtime</scope>
+        </dependency>
       </dependencies>
     </profile>
 
@@ -245,6 +250,11 @@
           <artifactId>jstl</artifactId>
           <scope>runtime</scope>
         </dependency>
+        <dependency>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+          <scope>runtime</scope>
+        </dependency>
       </dependencies>
     </profile>
 
@@ -274,6 +284,11 @@
           <artifactId>jstl</artifactId>
           <scope>runtime</scope>
         </dependency>
+        <dependency>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+          <scope>runtime</scope>
+        </dependency>
       </dependencies>
     </profile>
 

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml?rev=1545566&r1=1545565&r2=1545566&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml Tue Nov 26 08:32:04 2013
@@ -294,13 +294,6 @@
                 </goals>
               </execution>
             </executions>
-            <dependencies>
-              <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.1.1</version>
-              </dependency>
-            </dependencies>
           </plugin>
 
           <plugin>