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

rombert pushed a commit to annotated tag org.apache.sling.resourcebuilder-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcebuilder.git

commit f397ee71dd651e7654f7bbaecbdc2995e7002f54
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Sep 8 19:52:08 2016 +0000

    add mockito test dependency
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/resourcebuilder@1759897
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4f75093..e98e378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>
-                            <phase>process-resources</phase>
+                        <phase>process-resources</phase>
                         <configuration>
                             
<includeArtifactIds>org.apache.sling.launchpad</includeArtifactIds>
                             <excludeTransitive>true</excludeTransitive>
@@ -174,7 +174,7 @@
                         <goals>
                             <goal>copy-dependencies</goal>
                         </goals>
-                            <phase>process-resources</phase>
+                        <phase>process-resources</phase>
                         <configuration>
                             
<outputDirectory>${project.build.directory}</outputDirectory>
                             <excludeTransitive>true</excludeTransitive>
@@ -235,7 +235,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.core</artifactId>
             <version>1.0.17-SNAPSHOT</version>
-            <scope>provided</scope>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
@@ -251,6 +251,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>1.10.19</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad</artifactId>
             <version>8</version>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to