jcustenborder / kafka-connect-solr

Kafka Connect connector for writing to Solr.
Apache License 2.0
44 stars 28 forks source link

Can't compile because of missing dependency #47

Closed ilosamart closed 2 years ago

ilosamart commented 2 years ago

Hello, first of all: thanks for the project!

I'm trying to experiment with it, but can't compile since Bintray Repo is no longer available (https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) and one of the dependencies uses it: com.palantir.docker.compose:docker-compose-rule-core:jar:0.34.0 .

[ERROR] Failed to execute goal on project kafka-connect-solr: Could not resolve dependencies for project com.github.jcustenborder.kafka.connect:kafka-connect-solr:jar:0.1-SNAPSHOT: Could not find artifact com.palantir.docker.compose:docker-compose-rule-core:jar:0.34.0

Recent versions (>=1.0.0) are available in Maven Central: https://search.maven.org/artifact/com.palantir.docker.compose/docker-compose-rule-core .

ilosamart commented 2 years ago

I'm not a Java developer, but I've found the reference in your project https://github.com/jcustenborder/docker-compose-junit-extension/blob/master/pom.xml and it seems that you've updated the reference in https://github.com/jcustenborder/kafka-connect-parent/blob/2.8.0-1/pom.xml.

Locally I've changed the reference to kafka-connect-parent:2.8.0-1 and it works. Don't know if I'm doing it right though.