<html>
    <head>
      <base href="http://www.jacorb.org/bugzilla/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - slf4j-jdk14 should not be a compile dependency"
   href="http://www.jacorb.org/bugzilla/show_bug.cgi?id=966">966</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>slf4j-jdk14 should not be a compile dependency
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>JacORB
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.2
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Configuration and Build
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>jacorb-bugs@lists.spline.inf.fu-berlin.de
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jared@techemet.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The point of SLF4J is that a user can swap in different logging backends based
on their own particular environment. By including it as a compile time
dependency, other projects that use jacorb get error messages that there are
multiple SLF4J bindings.

Please change this dependency to test, i.e.

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-jdk14</artifactId>
            <version>1.6.4</version>
            <scope>test</scope>
        </dependency>

You can read more about this here: <a href="http://slf4j.org/faq.html#maven2">http://slf4j.org/faq.html#maven2</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>