You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/10/15 22:51:32 UTC

svn commit: r825648 - in /geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming: pom.xml src/main/history/dependencies.xml

Author: gawor
Date: Thu Oct 15 20:51:31 2009
New Revision: 825648

URL: http://svn.apache.org/viewvc?rev=825648&view=rev
Log:
jcl-over-slf4j pom does not declare dependency on slf4j-api but its manifest does - removes warnings from car-maven-plugin

Modified:
    geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/pom.xml
    geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/src/main/history/dependencies.xml

Modified: geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/pom.xml?rev=825648&r1=825647&r2=825648&view=diff
==============================================================================
--- geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/pom.xml (original)
+++ geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/pom.xml Thu Oct 15 20:51:31 2009
@@ -92,6 +92,11 @@
             <groupId>org.apache.xbean</groupId>
             <artifactId>xbean-naming</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>

Modified: geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/src/main/history/dependencies.xml?rev=825648&r1=825647&r2=825648&view=diff
==============================================================================
--- geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/src/main/history/dependencies.xml (original)
+++ geronimo/sandbox/djencks/osgi/framework/configs/rmi-naming/src/main/history/dependencies.xml Thu Oct 15 20:51:31 2009
@@ -61,4 +61,9 @@
         <artifactId>jcl-over-slf4j</artifactId>
         <type>jar</type>
     </dependency>
+    <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <type>jar</type>
+    </dependency>
 </plugin-artifact>