|
|
|
|
@ -48,11 +48,11 @@
|
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-undertow-websockets</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.smallrye.reactive</groupId> |
|
|
|
|
<artifactId>smallrye-reactive-messaging-api</artifactId> |
|
|
|
|
<version>2.3.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.smallrye.reactive</groupId> |
|
|
|
|
<artifactId>smallrye-reactive-messaging-api</artifactId> |
|
|
|
|
<version>2.3.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId> |
|
|
|
|
@ -61,6 +61,10 @@
|
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-openshift</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>io.quarkus</groupId> |
|
|
|
|
<artifactId>quarkus-smallrye-openapi</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
<build> |
|
|
|
|
<plugins> |
|
|
|
|
|