ksqlDB - compilation is failing

Hi All,

I cloned ksql repo and I am just doing a mvn clean install on the parent project.

It fails at ksqldb-serde saying “Could not resolve dependencies for project io.confluent.ksql:ksqldb-serde:jar:7.0.0-0: Failure to find io.confluent:common-config:jar:7.0.0-144 in Index of maven

Anyone knows why I am getting this?

I ran through an abbreviated build from master just now, and it completed successfully:

mvn install -DskipTests -Dspotbugs.skip=true

The build was able to access io.confluent:common-config:jar:7.0.0-212 from the public S3-based repo.

Are you still encountering issues?

1 Like

hi @mikebin ,

I am not facing the issue anymore.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.