confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
127 stars 1.04k forks source link

Issue with events-schema jar #10458

Open vsanagou opened 1 month ago

vsanagou commented 1 month ago

org.apache.kafka » kafka_2.13 » 7.7.1-ce has io.confluent.cloud » events-schema in its runtime dependencies. But this jar does not exist. Why is this being referenced here if it does not exist? -> https://mvnrepository.com/artifact/org.apache.kafka/kafka_2.13/7.7.1-ce

Because of this we are getting the following error while compiling

12:17:41 [ERROR] Failed to execute goal on project ksqldb-docker: Could not resolve dependencies for project io.confluent.ksql:ksqldb-docker:jar:7.7.1: Failure to find io.confluent.cloud:events-schema:jar:0.245.0 in https://repo.cci.nokia.net/csf-mvn-dependencies was cached in the local repository, resolution will not be reattempted until the update interval of csf-mvn-dependencies-repository has elapsed or updates are forced -> [Help 1]

What can be done? @mjsax @JimGalasyn

felipeabezerra commented 3 weeks ago

I am having the same issue but in another context.