Provided scope works correctly on command-line, but eclipse includes it in the classpath at compile time, according to this:<br><br><a href="http://www.slf4j.org/faq.html#maven2">http://www.slf4j.org/faq.html#maven2</a><br>
<br>jeff<br><br><div class="gmail_quote">On Thu, Dec 22, 2011 at 6:14 PM, Rusty Wright <span dir="ltr"><<a href="mailto:rwright.lists@gmail.com">rwright.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Is version99 still needed?  I thought you could avoid that hack by
    using the provided scope.  This is what I have in my pom.xml:<br>
    <br>
            <dependency><br>
                <groupId>commons-logging</groupId><br>
                <artifactId>commons-logging</artifactId><br>
    <br>
                <version>1.1.1</version><br>
    <br>
                <scope>provided</scope><br>
            </dependency><br>
    <br>
            <dependency><br>
                <groupId>commons-logging</groupId><br>
                <artifactId>commons-logging-api</artifactId><br>
    <br>
                <version>1.1</version><br>
    <br>
                <scope>provided</scope><br>
            </dependency><br>
    <br>
    <pre cols="72"><a href="http://lumpynose.wordpress.com/" target="_blank">http://lumpynose.wordpress.com/</a></pre><div><div class="h5">
    <br>
    On 2011-12-12 09:04, jsw wrote:
    </div></div><blockquote type="cite"><div><div class="h5">Hi,<br>
      <br>
      Has anyone has gotten the version99 repository setup with nexus? I
      am unable to pull dependencies from this repo via nexus. From the
      nexus console I can browse remote, but nothing shows up in browse
      storage or browse index.<br>
      <br>
      Repository ID: version99<br>
      Repository Name: Version99<br>
      Repository Type: proxy<br>
      Repository Policy: Release<br>
      Repository Format: maven2<br>
      Contained in groups: <br>
      <br>
      Remote URL: <a href="http://version99.qos.ch/" target="_blank">http://version99.qos.ch/</a><br>
      <br>
      thanks,<br>
      jeff<br>
      <br>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
slf4j-user mailing list
<a href="mailto:slf4j-user@qos.ch" target="_blank">slf4j-user@qos.ch</a>
<a href="http://mailman.qos.ch/mailman/listinfo/slf4j-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/slf4j-user</a></pre>
    </blockquote>
  </div>

</blockquote></div><br>