vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

Missing dependency for rxjava-2-examples serviceproxy #327

Open lukasjelonek opened 5 years ago

lukasjelonek commented 5 years ago

I had problems generating the rx serviceproxy. Fixed it by including the following dependendcy:

  <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-rx-java2</artifactId>
      <version>${project.version}</version>
    </dependency>

Can you add it to the repository?

tsegismont commented 5 years ago

@lukasjelonek would you mind to provide a pull request? Thanks!

lukasjelonek commented 5 years ago

Didn't have time last week and today I saw that @vietj already included it in commit 6ac99c7d91bf7f864b4ac571664ae2b373cd3087