Author: cziegeler
Date: Fri May 11 00:03:22 2012
New Revision: 1336971
URL: http://svn.apache.org/viewvc?rev=1336971&view=rev
Log:
Add missing dependency
Modified:
sling/trunk/bundles/commons/classloader/pom.xml
Modified: sling/trunk/bundles/commons/classloader/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/classloader/pom.xml?rev=1336971&r1=1336970&r2=1336971&view=diff
==============================================================================
--- sling/trunk/bundles/commons/classloader/pom.xml (original)
+++ sling/trunk/bundles/commons/classloader/pom.xml Fri May 11 00:03:22 2012
@@ -128,6 +128,10 @@
</reporting>
<dependencies>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
</dependency>