All,

In Proxy, I currently have my SLF4J dependency version declared like this:

<dependency>
  <groupId>org.slf4j</groupId>
  <artifactId>slf4j-api</artifactId>
  <version>[1.4.0,)</version>
  <optional>true</optional>
</dependency>

With this, maven will download the latest version of SLF4J (1.5.0 I
believe) and use that during the build.  Do we have an official policy
regarding our dependency versions in our poms?

James

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to