This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-nosql-mongodb-resourceprovider.git
commit 7f484fd1f85d1a94a6aa59d638b1d8297197fb07 Author: Stefan Seifert <[email protected]> AuthorDate: Wed Sep 16 20:33:13 2015 +0000 SLING-4381/SLING-5024 add missing dependency git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1703461 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 26adc53..1498704 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,13 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.3.2</version> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.testing.sling-mock</artifactId> <version>1.5.0</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
