[java-parent-project] branch master updated: Add jsoup as managed test scope dependency.
Brent Putman
putmanb at georgetown.edu
Fri Oct 5 11:55:04 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=218634044cfcb6c1cad634d7513e241c72f00f39
The following commit(s) were added to refs/heads/master by this push:
new 2186340 Add jsoup as managed test scope dependency.
2186340 is described below
commit 218634044cfcb6c1cad634d7513e241c72f00f39
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Oct 5 11:50:12 2018 -0400
Add jsoup as managed test scope dependency.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index d5ab602..577d3cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -467,6 +467,12 @@
<version>2.3.3</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jsoup</groupId>
+ <artifactId>jsoup</artifactId>
+ <version>1.11.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</dependencyManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list