From ceacae28e7071af07d354941dcb2a148d8b8314f Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Mon, 4 May 2026 10:58:55 +0200 Subject: [PATCH] RMB-815: Delete empty testing subproject https://issues.folio.org/browse/RMB-815 The testing subproject became empty when the UtilityClassTester was moved to okapi-testing. Delete the RMB testing subproject. --- pom.xml | 1 - testing/pom.xml | 69 ------------------------------------------------- 2 files changed, 70 deletions(-) delete mode 100644 testing/pom.xml diff --git a/pom.xml b/pom.xml index ced7c4f47..ff5641ba1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,6 @@ pom raml-module-builder - testing util postgres-testing dbschema diff --git a/testing/pom.xml b/testing/pom.xml deleted file mode 100644 index e7635a0d8..000000000 --- a/testing/pom.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - 4.0.0 - - - org.folio - raml-module-builder - 36.1.0-SNAPSHOT - - - testing - - - - Apache-2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - - junit - junit - true - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - verify-style - process-classes - - check - - - - - ../codestyles.xml - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - false - ${project.build.directory}/${project.artifactId}-fat.jar - - - - - - -