[Bug 1016] New: Jacorb (core) pom exposes slf4j-jdk14 as a compile time dependency

[email protected] Wed, 19 Aug 2015 09:42:07 +0000
Newsgroups gmane.comp.corba.jacorb.bugs
Message-ID <[email protected]/bugzilla/>
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: [email protected]
          Reporter: [email protected]

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.

_______________________________________________
jacorb-bugs mailing list
[email protected]
https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-bugs