Describe the bug
Maven build failing with the error "Could not resolve dependencies."
To Reproduce
I am trying to install ksql with version 7.5.3.
Maven build is failing with error Could not resolve dependencies for project io.confluent.ksql:ksqldb-parent:pom:7.5.3: The following artifacts could not be resolved:
io.confluent.cloud:events-schema:jar:0.187.0
io.confluent.observability:telemetry-api:jar:3.801.0
io.confluent.observability:telemetry-client:jar:3.801.0
I tried to find these packages in the maven repository, but could not locate them in the repo.
Wanted to know the reasoning behind inclusion of these packages in the 7.5.3 version of ksql and if these packages are part of the enterprise edition of confluent ?
Is it safe to exclude these packages as we are unable to find them in the open maven repositories.
Also, help us on the repository details if its available for usage even in community edition of the software.
Describe the bug Maven build failing with the error "Could not resolve dependencies."
To Reproduce I am trying to install ksql with version 7.5.3. Maven build is failing with error Could not resolve dependencies for project io.confluent.ksql:ksqldb-parent:pom:7.5.3: The following artifacts could not be resolved: io.confluent.cloud:events-schema:jar:0.187.0 io.confluent.observability:telemetry-api:jar:3.801.0 io.confluent.observability:telemetry-client:jar:3.801.0
I tried to find these packages in the maven repository, but could not locate them in the repo.
Wanted to know the reasoning behind inclusion of these packages in the 7.5.3 version of ksql and if these packages are part of the enterprise edition of confluent ? Is it safe to exclude these packages as we are unable to find them in the open maven repositories. Also, help us on the repository details if its available for usage even in community edition of the software.