From 65fc4213dae998562d6ca1bde92834f7a98ca21b Mon Sep 17 00:00:00 2001 From: Marek Skacelik Date: Mon, 29 Jul 2024 12:44:16 +0200 Subject: [PATCH] smallrye graphql tck fix of 066ef6a --- bom/application/pom.xml | 2 +- .../main/resources/overrides/importantDatesUS/output.json | 5 ----- .../src/main/resources/overrides/trackLongLat/output.json | 5 ----- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 tcks/microprofile-graphql/src/main/resources/overrides/importantDatesUS/output.json delete mode 100644 tcks/microprofile-graphql/src/main/resources/overrides/trackLongLat/output.json diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 65c93adde38f1..5ec1c6d47c32f 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -55,7 +55,7 @@ 4.1.0 4.0.0 3.10.0 - 2.9.0 + 2.9.1 6.4.0 4.5.3 2.1.2 diff --git a/tcks/microprofile-graphql/src/main/resources/overrides/importantDatesUS/output.json b/tcks/microprofile-graphql/src/main/resources/overrides/importantDatesUS/output.json deleted file mode 100644 index 43170576feaa0..0000000000000 --- a/tcks/microprofile-graphql/src/main/resources/overrides/importantDatesUS/output.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "data": { - "importantDatesUS": null - } -} \ No newline at end of file diff --git a/tcks/microprofile-graphql/src/main/resources/overrides/trackLongLat/output.json b/tcks/microprofile-graphql/src/main/resources/overrides/trackLongLat/output.json deleted file mode 100644 index 7bb698a75f141..0000000000000 --- a/tcks/microprofile-graphql/src/main/resources/overrides/trackLongLat/output.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "data": { - "trackHeroLongLat": null - } -} \ No newline at end of file