You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2017/12/13 15:35:24 UTC

[sling-org-apache-sling-models-integration-tests] branch master updated: SLING-7307 - explicitly reference beanutils

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 <ju...@justinedelson.com>
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
['"commits@sling.apache.org" <co...@sling.apache.org>'].