This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-groovy.git
commit 419bab9add3c2b7d4d226daf8c31cda2172540de Author: Oliver Lietz <[email protected]> AuthorDate: Fri Jun 15 20:45:16 2018 +0200 update Testing PaxExam and jsoup --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6f51f19..cb16654 100644 --- a/pom.xml +++ b/pom.xml @@ -166,8 +166,8 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.paxexam</artifactId> - <version>1.0.0</version> - <scope>provided</scope> + <version>2.0.0</version> + <scope>test</scope> </dependency> <!-- Groovy --> <dependency> @@ -192,7 +192,7 @@ <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> - <version>1.10.2</version> + <version>1.11.3</version> <scope>test</scope> </dependency> <!-- logging --> -- To stop receiving notification emails like this one, please contact [email protected].
