Skip to content

Commit

Permalink
Remove CDI producer for io.vertx.reactivex.ext.web.Router
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Mar 20, 2019
1 parent b5845f0 commit 918973d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ Router produceRouter() {
return router;
}

@ApplicationScoped
@Produces
io.vertx.reactivex.ext.web.Router produceRxRouter() {
return io.vertx.reactivex.ext.web.Router.newInstance(router);
}

}

0 comments on commit 918973d

Please sign in to comment.