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

reta pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new 14e2d66  CXF-7804: SSE SseBroadcaster implementation not performing 
onClose / onError callbacks. Fixing cherry-picking from master
14e2d66 is described below

commit 14e2d66e9a188d86267d1bf3f02cdce48911ecb3
Author: reta <drr...@gmail.com>
AuthorDate: Mon Jul 23 21:15:12 2018 -0400

    CXF-7804: SSE SseBroadcaster implementation not performing onClose / 
onError callbacks. Fixing cherry-picking from master
---
 rt/rs/sse/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rt/rs/sse/pom.xml b/rt/rs/sse/pom.xml
index ae5fd64..28d18dc 100644
--- a/rt/rs/sse/pom.xml
+++ b/rt/rs/sse/pom.xml
@@ -64,6 +64,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>${cxf.servlet-api.group}</groupId>
             <artifactId>${cxf.servlet-api.artifact}</artifactId>
             <scope>provided</scope>

Reply via email to