Author: mattsicker
Date: Mon Jun 16 00:21:52 2014
New Revision: 1602783
URL: http://svn.apache.org/r1602783
Log:
Add OSGi API as provided dependency in log4j-api.
- Being OSGi, this only affects OSGi users.
- Without this dependency, things work as usual (so this JAR still
works on its own).
Modified:
logging/log4j/log4j2/trunk/log4j-api/pom.xml
Modified: logging/log4j/log4j2/trunk/log4j-api/pom.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-api/pom.xml?rev=1602783&r1=1602782&r2=1602783&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-api/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-api/pom.xml Mon Jun 16 00:21:52 2014
@@ -34,6 +34,11 @@
</properties>
<dependencies>
<dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>