[java-parent-project] branch maint-7 updated: Add jsoup as managed test scope dependency.
Brent Putman
putmanb at georgetown.edu
Fri Oct 5 11:55:12 EDT 2018
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch maint-7
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=405a9e262d7fcfd763707efd4a21a8440fdb913f
The following commit(s) were added to refs/heads/maint-7 by this push:
new 405a9e2 Add jsoup as managed test scope dependency.
405a9e2 is described below
commit 405a9e262d7fcfd763707efd4a21a8440fdb913f
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 3b9be4b..f92468d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,6 +482,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