You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2018/11/26 10:40:02 UTC

[GitHub] kwin commented on a change in pull request #5: SLING-8047 Flush response's buffer once request has been processed

kwin commented on a change in pull request #5: SLING-8047 Flush response's buffer once request has been processed 
URL: https://github.com/apache/sling-org-apache-sling-engine/pull/5#discussion_r236200586
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -191,6 +191,18 @@
             <version>1.0</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <version>1.9.5</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
 
 Review comment:
   Can we get rid of this dependency (it is soon (tm) to be deprecated). Alternatives are listed in https://issues.apache.org/jira/browse/SLING-7166.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services