You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jg...@apache.org on 2011/05/11 16:56:48 UTC

svn commit: r1101910 - /karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml

Author: jgoodyear
Date: Wed May 11 14:56:48 2011
New Revision: 1101910

URL: http://svn.apache.org/viewvc?rev=1101910&view=rev
Log:
[KARAF-630] SpringDeploymentListenerTest fails on IBM JDK builds with No Class Def Found Error

Same issue found in webcole test, added slf4j to dependency.


Modified:
    karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml

Modified: karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml
URL: http://svn.apache.org/viewvc/karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml?rev=1101910&r1=1101909&r2=1101910&view=diff
==============================================================================
--- karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml (original)
+++ karaf/branches/karaf-2.2.x/webconsole/admin/pom.xml Wed May 11 14:56:48 2011
@@ -38,6 +38,16 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>