From 06a3fa2ae87d7a89ac420ca624b8a34deb02c298 Mon Sep 17 00:00:00 2001 From: Grant Henke Date: Mon, 31 Jul 2017 13:59:00 -0500 Subject: [PATCH] Use static slf4j version in published poms Maven version ranges in published poms can result in less repeatable builds since the transitive dependency can change as newer versions are published. This changes the versions range to be a static version. --- pom.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml.in b/pom.xml.in index da5d543..25792e5 100644 --- a/pom.xml.in +++ b/pom.xml.in @@ -115,7 +115,7 @@ org.slf4j slf4j-api - [@SLF4J_API_VERSION@,) + @SLF4J_API_VERSION@