You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2011/10/04 21:12:57 UTC

svn commit: r1178913 - /openwebbeans/trunk/samples/reservation/pom.xml

Author: struberg
Date: Tue Oct  4 19:12:57 2011
New Revision: 1178913

URL: http://svn.apache.org/viewvc?rev=1178913&view=rev
Log:
explicitely add commons-logging dependency

was needed since we had compile errors on come computers

Modified:
    openwebbeans/trunk/samples/reservation/pom.xml

Modified: openwebbeans/trunk/samples/reservation/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/reservation/pom.xml?rev=1178913&r1=1178912&r2=1178913&view=diff
==============================================================================
--- openwebbeans/trunk/samples/reservation/pom.xml (original)
+++ openwebbeans/trunk/samples/reservation/pom.xml Tue Oct  4 19:12:57 2011
@@ -177,6 +177,11 @@ under the License.
             <scope>provided</scope>
         </dependency>
 
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <version>1.1.1</version>
+        </dependency>
 
     </dependencies>