From a6b195b2fd5f9a8e9f63bd933cc23874364c7e7d Mon Sep 17 00:00:00 2001 From: Nathan Voxland Date: Wed, 26 Jan 2022 19:36:17 -0600 Subject: [PATCH] Don't repackage all org.apache.* classes. Just the ones we shade into the artifact as internal dependencies. --- liquibase-core/pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/liquibase-core/pom.xml b/liquibase-core/pom.xml index 0ba213325d6..dbbaf000b35 100644 --- a/liquibase-core/pom.xml +++ b/liquibase-core/pom.xml @@ -262,8 +262,16 @@ - org.apache - liquibase.repackaged.org.apache + org.apache.commons.collections4 + liquibase.repackaged.org.apache.commons.collections4 + + + org.apache.commons.lang3 + liquibase.repackaged.org.apache.commons.lang3 + + + org.apache.commons.text + liquibase.repackaged.org.apache.commons.text com.opencsv