This is an automated email from the ASF dual-hosted git repository.
justin pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-integration-tests.git
The following commit(s) were added to refs/heads/master by this push:
new bd76580 SLING-7307 - explicitly reference beanutils
bd76580 is described below
commit bd7658008d6053622a2b154f8f0e7f22e7da431f
Author: Justin Edelson <[email protected]>
AuthorDate: Wed Dec 13 10:35:17 2017 -0500
SLING-7307 - explicitly reference beanutils
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6c49ba2..d58475d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,6 +419,12 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.9.2</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<profiles>
<profile>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].