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:48:52 UTC

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

philipmundt 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_r236203599
 
 

 ##########
 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:
   @kwin `org.mockito:mockito-core` doesn't seem to be listed in the mentioned ticket. I can only see `o.a.s.commons.testing*` related dependencies.
   
   Because version 1.9.5 is a little outdated, I updated to version 2.23.4.

----------------------------------------------------------------
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