Java - Azure table storage dependency conflict

Doguparthi, Hari 1 Reputation point
2022-04-04T21:12:55.31+00:00

Hello,

I have been trying to setup Azure Table storage in my spring boot application. Our current spring version is 2.2.0.RELEASE, so I cannot include the maven BOM dependency for dependency conflict resolution. I am using the following maven dependency with specific version. I resolved a couple of conflicts with azure-core-http-netty and azure-core by adding the specific versions in pom.xml. However, I am stuck with this latest error. I tried to locate if there are any dependency conflicts for reactor-netty and there are none. Has anyone faced this issue before and? I am unable to identify the problem.

{
"status": 500,
"errorMsg": "NoClassDefFoundError: Could not initialize class reactor.netty.http.client.HttpClientConfig",
"rootCause": "NoClassDefFoundError: Could not initialize class reactor.netty.http.client.HttpClientConfig",
"asof": "2022-04-04T19:24:54.224Z"
}

Azure Data Tables Direct Dependency
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-tables</artifactId>
<version>12.1.1</version>
</dependency>

Azure Table Storage
Azure Table Storage
An Azure service that stores structured NoSQL data in the cloud.
156 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ana Lopez 1 Reputation point
    2022-08-24T15:36:39.52+00:00

    Any updates of this issue?

    0 comments No comments