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/25 12:58:34 UTC

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

Author: lofwyr
Date: Mon Nov 25 11:58:34 2013
New Revision: 1545239

URL: http://svn.apache.org/r1545239
Log:
integration-test needs commons-logging

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

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=1545239&r1=1545238&r2=1545239&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml Mon Nov 25 11:58:34 2013
@@ -294,6 +294,13 @@
                 </goals>
               </execution>
             </executions>
+            <dependencies>
+              <dependency>
+                <groupId>commons-logging</groupId>
+                <artifactId>commons-logging</artifactId>
+                <version>1.1.1</version>
+              </dependency>
+            </dependencies>
           </plugin>
 
           <plugin>