[java-parent-project] branch main updated: Make CommonsCompress Managed
Rod Widdowson
rdw at steadingsoftware.com
Thu Nov 19 09:37:37 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=bba8eab0b8d0afe4bee48a2d36b29b0ff039c4ce
The following commit(s) were added to refs/heads/main by this push:
new bba8eab Make CommonsCompress Managed
bba8eab is described below
commit bba8eab0b8d0afe4bee48a2d36b29b0ff039c4ce
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 18 10:43:58 2020 +0000
Make CommonsCompress Managed
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6a8e51c..1bda192 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,6 +229,11 @@
<artifactId>commons-dbcp2</artifactId>
<version>2.7.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <version>${commons.compress.version}</version>
+ </dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-bom</artifactId>
@@ -361,6 +366,7 @@
<artifactId>bcpkix-jdk15on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
+
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list