redhat-developer / reactive-microservices-in-java

Source code from the Reactive Microservices in Java book
Apache License 2.0
140 stars 80 forks source link

typo in healthcheck maven dependency #1

Closed petenorth closed 7 years ago

petenorth commented 7 years ago

Hi,

I think that there is a typo in the following pom.xml file

openshift/hello-microservice-openshift-health-checks/pom.xml

The healthcheck maven dependency should be

<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-health-check</artifactId>
</dependency>

i.e. vertx-health-check rather than vertx-health-checks

cescoffier commented 7 years ago

Absolutely !