diff --git a/pom.xml b/pom.xml index df51631c..e0d5eae3 100755 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ Quarkus StartStop TS: Parent - 1.12.1.Final + 1.13.2.Final 11 11 3.8.1 diff --git a/testsuite/src/it/java/io/quarkus/ts/startstop/ArtifactGeneratorTest.java b/testsuite/src/it/java/io/quarkus/ts/startstop/ArtifactGeneratorTest.java index 16226be3..d74a2643 100644 --- a/testsuite/src/it/java/io/quarkus/ts/startstop/ArtifactGeneratorTest.java +++ b/testsuite/src/it/java/io/quarkus/ts/startstop/ArtifactGeneratorTest.java @@ -107,13 +107,12 @@ public class ArtifactGeneratorTest { "resteasy-jsonb", "scheduler", "spring-boot-properties", - "smallrye-reactive-messaging-amqp", + "smallrye-reactive-streams-operators", "spring-data-jpa", "spring-di", "spring-security", "spring-web", "undertow", - "undertow-websockets", "vertx", "vertx-web", "grpc", @@ -150,8 +149,8 @@ public class ArtifactGeneratorTest { "smallrye-openapi", "smallrye-opentracing", "smallrye-reactive-messaging", + "smallrye-reactive-messaging-amqp", "smallrye-reactive-messaging-kafka", - "smallrye-reactive-streams-operators", "spring-data-jpa", "spring-data-rest", "spring-di", @@ -160,7 +159,7 @@ public class ArtifactGeneratorTest { "spring-cloud-config-client", "spring-scheduled", "spring-cache", - + "websockets", }; public void testRuntime(TestInfo testInfo, String[] extensions, Set flags) throws Exception {