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-testing-sling-mock-oak.git
The following commit(s) were added to refs/heads/master by this push:
new 085c331 Revert "set dependency to sling-mock core to provided" -
causes hang-up problem with shade plugin
085c331 is described below
commit 085c331f974ed176df776fc1d9c559acbca5fc33
Author: sseifert <[email protected]>
AuthorDate: Mon Sep 3 13:07:05 2018 +0200
Revert "set dependency to sling-mock core to provided" - causes hang-up
problem with shade plugin
This reverts commit f024c46ae4144f0c07df288bfa3510dd2465f16f.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c0fd211..faeb605 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.sling-mock.core</artifactId>
<version>${sling-mock.version}</version>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>