Skip to content

Commit

Permalink
Fix LayersTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed May 22, 2023
1 parent 7e9e860 commit 7589e86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/layers/pom.xml
Expand Up @@ -2505,6 +2505,7 @@
<layer>microprofile-openapi</layer>
<layer>microprofile-reactive-streams-operators</layer>
<layer>microprofile-reactive-messaging</layer>
<layer>microprofile-reactive-messaging-amqp</layer>
<layer>microprofile-reactive-messaging-kafka</layer>
<layer>microprofile-rest-client</layer>
<layer>microprofile-telemetry</layer>
Expand Down Expand Up @@ -2740,6 +2741,7 @@
<layer>microprofile-openapi</layer>
<layer>microprofile-reactive-streams-operators</layer>
<layer>microprofile-reactive-messaging</layer>
<layer>microprofile-reactive-messaging-amqp</layer>
<layer>microprofile-reactive-messaging-kafka</layer>
<layer>microprofile-rest-client</layer>
<layer>microprofile-telemetry</layer>
Expand Down
Expand Up @@ -266,15 +266,18 @@ public class LayersTestCase {
"io.smallrye.common.vertx-context",
"io.smallrye.reactive.messaging",
"io.smallrye.reactive.messaging.connector",
"io.smallrye.reactive.messaging.connector.amqp",
"io.smallrye.reactive.messaging.connector.kafka",
"io.smallrye.reactive.messaging.connector.kafka.api",
"io.smallrye.reactive.mutiny",
"io.smallrye.reactive.mutiny.reactive-streams-operators",
"io.smallrye.reactive.mutiny.vertx-core",
"io.smallrye.reactive.mutiny.vertx-kafka-client",
"io.smallrye.reactive.mutiny.vertx-runtime",
"io.vertx.client.amqp",
"io.vertx.client.kafka",
"io.vertx.core",
"io.vertx.proton",
"org.apache.kafka.client",
"org.eclipse.microprofile.reactive-messaging.api",
"org.eclipse.microprofile.reactive-streams-operators.api",
Expand Down

0 comments on commit 7589e86

Please sign in to comment.