This is an automated email from the ASF dual-hosted git repository.

andysch pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git


The following commit(s) were added to refs/heads/master by this push:
     new a3cba29  Fixed an issue with the wrong scrop and ignored some files / 
folders
a3cba29 is described below

commit a3cba29198389b86544ded28893d3d9a2401ff56
Author: Andreas Schaefer <[email protected]>
AuthorDate: Tue Jan 28 12:16:55 2020 -0800

    Fixed an issue with the wrong scrop and ignored some files / folders
---
 .gitignore | 2 ++
 pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 7aba5f8..bd98a28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 .settings
 .classpath
 .project
+*.iml
+target
diff --git a/pom.xml b/pom.xml
index 588e418..4543a69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.sling-mock.junit4</artifactId>
             <version>2.3.2</version>
-            <scope>testing</scope>
+            <scope>test</scope>
         </dependency>
               <dependency>
             <groupId>org.mockito</groupId>

Reply via email to