You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/12/04 14:13:40 UTC

svn commit: r723310 - /incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml

Author: bdelacretaz
Date: Thu Dec  4 05:13:40 2008
New Revision: 723310

URL: http://svn.apache.org/viewvc?rev=723310&view=rev
Log:
SLING-734 - add missing slf4j dependency

Modified:
    incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml

Modified: incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml?rev=723310&r1=723309&r2=723310&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml (original)
+++ incubator/sling/trunk/extensions/jcrinstall/testbundles/observer/pom.xml Thu Dec  4 05:13:40 2008
@@ -92,5 +92,10 @@
 			<version>2.0.3-incubator-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
+                <dependency>
+                        <groupId>org.slf4j</groupId>
+                        <artifactId>slf4j-api</artifactId>
+                        <scope>provided</scope>
+                </dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>