Skip to content

Commit

Permalink
Add automatic module name
Browse files Browse the repository at this point in the history
Signed-off-by: afloarea <[email protected]>
  • Loading branch information
afloarea authored and vietj committed May 22, 2020
1 parent b8b935c commit b1f918d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<curator.version>2.13.0</curator.version>
<junit.version>4.12</junit.version>
<asciidoc.dir>${project.basedir}/src/main/asciidoc</asciidoc.dir>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
</properties>

<dependencyManagement>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Automatic-Module-Name: io.vertx.clustermanager.zookeeper

0 comments on commit b1f918d

Please sign in to comment.