From a14cfa8ceec73d1a13e44e10a028c29f40815293 Mon Sep 17 00:00:00 2001 From: Sebastian Toepfer <61313468+sebastian-toepfer@users.noreply.github.com> Date: Wed, 4 Oct 2023 23:06:20 +0200 Subject: [PATCH] remove older drafts from testsuite --- core/pom.xml | 63 ---------------------------------------------------- 1 file changed, 63 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 53dc2efd..e621343a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -101,81 +101,18 @@ ${project.build.directory}/jsonschematests - **/tests/draft6/boolean_schema.json - **/tests/draft7/boolean_schema.json - **/tests/draft2019-09/boolean_schema.json **/tests/draft2020-12/boolean_schema.json - **/tests/draft-next/boolean_schema.json - - **/tests/draft4/type.json - **/tests/draft6/type.json - **/tests/draft7/type.json - **/tests/draft2019-09/type.json **/tests/draft2020-12/type.json - **/tests/draft-next/type.json - - **/tests/draft3/minLength.json - **/tests/draft4/minLength.json - **/tests/draft6/minLength.json - **/tests/draft7/minLength.json - **/tests/draft2019-09/minLength.json **/tests/draft2020-12/minLength.json - **/tests/draft-next/minLength.json - - **/tests/draft4/maxLength.json - **/tests/draft6/maxLength.json - **/tests/draft7/maxLength.json - **/tests/draft2019-09/maxLength.json **/tests/draft2020-12/maxLength.json - **/tests/draft-next/maxLength.json - - **/tests/draft3/pattern.json - **/tests/draft4/pattern.json - **/tests/draft6/pattern.json - **/tests/draft7/pattern.json - **/tests/draft2019-09/pattern.json **/tests/draft2020-12/pattern.json - **/tests/draft-next/pattern.json - - **/tests/draft6/minimum.json - **/tests/draft7/minimum.json - **/tests/draft2019-09/minimum.json **/tests/draft2020-12/minimum.json - **/tests/draft-next/minimum.json - - **/tests/draft6/exclusiveMinimum.json - **/tests/draft7/exclusiveMinimum.json - **/tests/draft2019-09/exclusiveMinimum.json **/tests/draft2020-12/exclusiveMinimum.json - **/tests/draft-next/exclusiveMinimum.json - - **/tests/draft6/maximum.json - **/tests/draft7/maximum.json - **/tests/draft2019-09/maximum.json **/tests/draft2020-12/maximum.json - **/tests/draft-next/maximum.json - - **/tests/draft6/exclusiveMaximum.json - **/tests/draft7/exclusiveMaximum.json - **/tests/draft2019-09/exclusiveMaximum.json **/tests/draft2020-12/exclusiveMaximum.json - **/tests/draft-next/exclusiveMaximum.json - - **/tests/draft4/multipleOf.json - **/tests/draft6/multipleOf.json - **/tests/draft7/multipleOf.json - **/tests/draft2019-09/multipleOf.json **/tests/draft2020-12/multipleOf.json - **/tests/draft-next/multipleOf.json -