This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
The following commit(s) were added to refs/heads/master by this push:
new 9f5d62b SLING-9856 models-impl declares compile dependency to
org.apache.sling.commons.testing
9f5d62b is described below
commit 9f5d62b88b4716be5469f216b85f14b60760f13d
Author: sseifert <[email protected]>
AuthorDate: Tue Oct 27 12:33:04 2020 +0100
SLING-9856 models-impl declares compile dependency to
org.apache.sling.commons.testing
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 8e01177..c68d5a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.testing</artifactId>
<version>2.0.26</version>
+ <scope>test</scope>
</dependency>
<!-- for testing the annotations -->
<dependency>