diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index d27a25e26..aadc3f892 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -8,6 +8,11 @@ ### Fixed +- Fix unresolvable Maven Central POM for the uber JAR. The published POM no longer + declares a transitive dependency on the internal `databricks-jdbc-core` coordinate + (which is not published to Maven Central), restoring resolution for downstream + consumers (#1431). + --- *Note: When making changes, please add your change under the appropriate section with a brief description.* diff --git a/assembly-uber/pom.xml b/assembly-uber/pom.xml index 50f02110d..889f2b997 100644 --- a/assembly-uber/pom.xml +++ b/assembly-uber/pom.xml @@ -61,6 +61,13 @@ + org.codehaus.mojo flatten-maven-plugin @@ -69,7 +76,7 @@ true oss - expand + remove remove