You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/16 18:33:24 UTC

[commons-crypto] branch master updated: Drop unused property slf4j-api.version.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new fabffa0  Drop unused property slf4j-api.version.
fabffa0 is described below

commit fabffa0e8d592539247b860ba29afdbc8823c982
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 16 14:33:15 2020 -0400

    Drop unused property slf4j-api.version.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ccc4503..dee16ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,6 @@ The following provides more details on the included cryptographic software:
     <target.name>all</target.name>
     <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
     <junit.version>4.13</junit.version>
-    <slf4j-api.version>1.7.10</slf4j-api.version>
 
     <!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
     <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd HH:mm:ssZ}</maven.buildNumber.timestampFormat>