-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from vert-x3/jpms-support
JPMS support
- Loading branch information
Showing
39 changed files
with
151 additions
and
1,671 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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
module io.vertx.consul.client { | ||
|
||
requires static io.vertx.docgen; | ||
requires static io.vertx.codegen.api; | ||
requires static io.vertx.codegen.json; | ||
|
||
requires io.netty.codec.http; | ||
requires io.vertx.core; | ||
requires io.vertx.web.client; | ||
|
||
exports io.vertx.ext.consul; | ||
exports io.vertx.ext.consul.policy; | ||
exports io.vertx.ext.consul.token; | ||
|
||
exports io.vertx.ext.consul.impl to io.vertx.consul.client.tests; | ||
|
||
} |
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,2 +0,0 @@ | ||
Automatic-Module-Name: io.vertx.client.consul | ||
|
||
Oops, something went wrong.