This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 86e991b Adding central commons logging version
86e991b is described below
commit 86e991b40c0d00129b388fec0d822b22049e9c5d
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Oct 8 21:17:27 2019 +0200
Adding central commons logging version
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 70befe1..06ae62f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@
<commons.text.version>1.8</commons.text.version>
<commons.collections.3.version>3.2.2</commons.collections.3.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
+ <commons.logging.version>1.2</commons.logging.version>
<!-- junit -->
<junit.platform.version>1.5.2</junit.platform.version>