Skip to content

Commit

Permalink
remove dependency woodstox-core as dependency convergence issue no lo…
Browse files Browse the repository at this point in the history
…nger exists

Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
  • Loading branch information
majguo committed Dec 15, 2024
1 parent 82dcfe8 commit 99cb83d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
<msal4j.version>1.17.2</msal4j.version>
<!-- @sync com.azure:azure-cosmos:${azure-cosmos.version} dep:com.azure:azure-core-http-netty dep:io.projectreactor.netty:reactor-netty-http -->
<reactor-netty-http.version>1.0.48</reactor-netty-http.version>
<!-- needed for dependency convergence until Azure SDK is upgraded -->
<woodstox-core.version>7.1.0</woodstox-core.version>
<!-- needed for dependency convergence -->
<json-smart.version>2.5.1</json-smart.version>
<azure.core.http.client.vertx.version>1.0.0-beta.20</azure.core.http.client.vertx.version>
Expand Down Expand Up @@ -57,12 +55,6 @@
<artifactId>azure-core-http-vertx</artifactId>
<version>${azure.core.http.client.vertx.version}</version>
</dependency>
<!-- Needed for dependency convergence until Azure SDK is updated -->
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>${woodstox-core.version}</version>
</dependency>
<!-- Needed for dependency convergence -->
<dependency>
<groupId>net.minidev</groupId>
Expand Down

0 comments on commit 99cb83d

Please sign in to comment.