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 c436a52 Adding commons library versions
c436a52 is described below
commit c436a52d06db642d0fd53ccec0d3189a2a928bcc
Author: Martin Stockhammer <[email protected]>
AuthorDate: Mon Oct 7 22:32:58 2019 +0200
Adding commons library versions
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2882658..70befe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,8 @@
<commons.codec.version>1.13</commons.codec.version>
<commons.configuration.version>1.10</commons.configuration.version>
<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>
<!-- junit -->
<junit.platform.version>1.5.2</junit.platform.version>