[jacorb-bugs] [Bug 1016] New: Jacorb (core) pom exposes slf4j-jdk14 as a compile time dependency
bugzilla-daemon at jacorb.org
bugzilla-daemon at jacorb.org
Wed Aug 19 11:42:07 CEST 2015
http://www.jacorb.org/bugzilla/show_bug.cgi?id=1016
Bug ID: 1016
Summary: Jacorb (core) pom exposes slf4j-jdk14 as a compile
time dependency
Product: JacORB
Version: 3.6.1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: Configuration and Build
Assignee: jacorb-bugs at lists.spline.inf.fu-berlin.de
Reporter: david.gibbs at ig.com
The Jacorb (core) pom exposes slf4j-jdk14 as a compile dependency.
This requires exclusion of slf4j-jdk14 in dependent projects.
slf4j-jdk14 is not a compile dependency.
mvn co-ordinates
<dependency>
<groupId>org.jacorb</groupId>
<artifactId>jacorb</artifactId>
<version>3.6.1</version>
</dependency>
Dependencies
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
</dependency>
<dependency>
<groupId>org.jacorb</groupId>
<artifactId>jacorb-omgapi</artifactId>
</dependency>
</dependencies>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-bugs/attachments/20150819/7117abad/attachment.html>
More information about the jacorb-bugs
mailing list