This is an automated email from the ASF dual-hosted git repository.
johndament pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 9f727a9 [CXF-7635] Reactive Streams is not option for Project Reactor.
9f727a9 is described below
commit 9f727a9e1cbc5df87b752a3b7aa4bca94357e613
Author: John D. Ament <[email protected]>
AuthorDate: Mon Feb 5 22:49:32 2018 -0500
[CXF-7635] Reactive Streams is not option for Project Reactor.
---
rt/rs/extensions/reactor/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/rt/rs/extensions/reactor/pom.xml b/rt/rs/extensions/reactor/pom.xml
index 429dc72..90ce6f4 100644
--- a/rt/rs/extensions/reactor/pom.xml
+++ b/rt/rs/extensions/reactor/pom.xml
@@ -45,8 +45,6 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-reactivestreams</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
--
To stop receiving notification emails like this one, please contact
[email protected].