From f26abf81ca6ba08edbb2daac805e962f2ad879c9 Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Fri, 7 Mar 2025 08:37:34 +0100 Subject: [PATCH 1/2] Fix the build order --- transports/sse/integration-tests/pom.xml | 12 ++++++++++++ transports/stdio/integration-tests/pom.xml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/transports/sse/integration-tests/pom.xml b/transports/sse/integration-tests/pom.xml index 10bc59c..86bcccc 100644 --- a/transports/sse/integration-tests/pom.xml +++ b/transports/sse/integration-tests/pom.xml @@ -33,6 +33,18 @@ quarkus-mcp-server-sse ${project.version} + + + io.quarkiverse.mcp + quarkus-mcp-server-sse-deployment + ${project.version} + + + * + * + + + io.quarkus quarkus-junit5 diff --git a/transports/stdio/integration-tests/pom.xml b/transports/stdio/integration-tests/pom.xml index cdca5b9..46884a9 100644 --- a/transports/stdio/integration-tests/pom.xml +++ b/transports/stdio/integration-tests/pom.xml @@ -21,6 +21,18 @@ quarkus-mcp-server-stdio ${project.version} + + + io.quarkiverse.mcp + quarkus-mcp-server-stdio-deployment + ${project.version} + + + * + * + + + io.quarkus quarkus-junit5 From 0cd662984d8fa72845cd29085de7b6528a516e8a Mon Sep 17 00:00:00 2001 From: Martin Kouba Date: Fri, 7 Mar 2025 09:36:29 +0100 Subject: [PATCH 2/2] Fix consistent build order fix --- transports/sse/integration-tests/pom.xml | 2 ++ transports/stdio/integration-tests/pom.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/transports/sse/integration-tests/pom.xml b/transports/sse/integration-tests/pom.xml index 86bcccc..bc46060 100644 --- a/transports/sse/integration-tests/pom.xml +++ b/transports/sse/integration-tests/pom.xml @@ -38,6 +38,8 @@ io.quarkiverse.mcp quarkus-mcp-server-sse-deployment ${project.version} + pom + test * diff --git a/transports/stdio/integration-tests/pom.xml b/transports/stdio/integration-tests/pom.xml index 46884a9..61c2bd0 100644 --- a/transports/stdio/integration-tests/pom.xml +++ b/transports/stdio/integration-tests/pom.xml @@ -26,6 +26,8 @@ io.quarkiverse.mcp quarkus-mcp-server-stdio-deployment ${project.version} + pom + test *