diff --git a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md index 83dbd1228cae..2c5aeca2f256 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md @@ -9,6 +9,7 @@ #### Bugs Fixed #### Other Changes +* Fixed shading instructions to correct dependency issues in Azure Synapse with version 4.14.0 and 4.14.1. - See [PR 31980](https://github.com/Azure/azure-sdk-for-java/pull/31980) ### 4.14.1 (2022-10-07) > [!IMPORTANT] diff --git a/sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md b/sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md index 5f0df42e5fe1..0320b18e3434 100644 --- a/sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos-spark_3-2_2-12/CHANGELOG.md @@ -9,6 +9,7 @@ #### Bugs Fixed #### Other Changes +* Fixed shading instructions to correct dependency issues in Azure Synapse with version 4.14.0 and 4.14.1. - See [PR 31980](https://github.com/Azure/azure-sdk-for-java/pull/31980) ### 4.14.1 (2022-10-07) > [!IMPORTANT] diff --git a/sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml b/sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml index 7a46b9a4c0d2..6aab1da132f5 100644 --- a/sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml +++ b/sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml @@ -142,7 +142,7 @@ org.slf4j slf4j-api 1.7.36 - provided + compile io.micrometer @@ -396,6 +396,22 @@ com.fasterxml ${shadingPrefix}.com.fasterxml + + io.netty + ${shadingPrefix}.io.netty + + + com.ctc.wstx + ${shadingPrefix}.com.ctc.wstx + + + com.codahale.metrics + ${shadingPrefix}.com.codahale.metrics + + + com.thoughtworks.paranamer + ${shadingPrefix}.com.thoughtworks.paranamer + io.micrometer ${shadingPrefix}.io.micrometer @@ -420,10 +436,6 @@ javax.activation ${shadingPrefix}.javax.activation - - javax.xml - ${shadingPrefix}.javax.xml - com.microsoft.azure ${shadingPrefix}.com.microsoft.azure