#1226 - Version range in dependency makes sbt resolve very slow. Change slf4j-api dependency to provided scope.

This commit is contained in:
Rob Bygrave
2017-12-13 22:51:23 +13:00
parent 4a4134ee93
commit c1818bc309
+11 -6
View File
@@ -72,6 +72,17 @@
</profiles>
<dependencies>
<!--
Projects are expected to explicit depend on version
of slf4j that they want to use
-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>provided</scope>
</dependency>
<!--
Class retention Nonnull and Nullable annotations
to assist with IDE auto-completion with Ebean API
@@ -125,12 +136,6 @@
<version>11.2.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>[1.7.1,1.7.99)</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>