[java-parent-project-v3] branch master updated: IDP-692 Add DBCP2 to parent pom
Rod Widdowson
rdw at steadingsoftware.com
Fri Aug 11 06:08:54 EDT 2017
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-parent-project-v3.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=8397f829b462b92842a35c0d31bd7f272e206904
The following commit(s) were added to refs/heads/master by this push:
new 8397f82 IDP-692 Add DBCP2 to parent pom
8397f82 is described below
commit 8397f829b462b92842a35c0d31bd7f272e206904
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Aug 11 09:07:13 2017 +0100
IDP-692 Add DBCP2 to parent pom
https://issues.shibboleth.net/jira/browse/IDP-692
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3b4a320..4c038d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,6 +202,11 @@
<version>0.9.2.1</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-dbcp2</artifactId>
+ <version>2.1.1</version>
+ </dependency>
+ <dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>${metrics.version}</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list