SLING-7307 - explicitly reference beanutils
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>