generated from micronaut-projects/micronaut-project-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove unnecessary versions (#180)
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
If you are using Micronaut with Netty, add the following dependency to bind the HTTP Request's body to a RxJava 2 types (`Single`, `Maybe`, `Observable`) | ||
|
||
dependency:io.micronaut.rxjava2:micronaut-rxjava2-http-server-netty[scope="compile", version="{version}"] | ||
dependency:io.micronaut.rxjava2:micronaut-rxjava2-http-server-netty[scope="compile"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
The following dependency includes: | ||
|
||
dependency:io.micronaut.rxjava2:micronaut-rxjava2[scope="compile", version="{version}"] | ||
dependency:io.micronaut.rxjava2:micronaut-rxjava2[scope="compile"] | ||
|
||
* Converters for RxJava 2 types so that RxJava 2 types can be used in controllers and clients | ||
* Instrumentation for RxJava 2 types so that tracing works with RxJava 2 types | ||
* Instrumentation for RxJava 2 types so that tracing works with RxJava 2 types |