1
0

[LOGGING-151] Use org.apache.commons.logging as BSN.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1468180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-04-15 18:46:50 +00:00
parent b817da4a30
commit 5506657f80
2 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ under the License.
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<name>Commons Logging</name>
<version>1.2-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
<description>Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.</description>
<url>http://commons.apache.org/proper/commons-logging/</url>
@@ -513,7 +513,6 @@ under the License.
<commons.surefire.version>2.12</commons.surefire.version>
<skipSurefireReport>true</skipSurefireReport>
<commons.osgi.symbolicName>${project.artifactId}</commons.osgi.symbolicName>
<commons.osgi.import>
javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,
org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,