-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version of master doesn't build #300
Comments
Seems like the dependency is likely supposed to be coming from http://packages.confluent.io/maven/org/apache/kafka/kafka-clients/ but you can see there's no 6.1.0 version there. |
Looks like this is solvable by building https://github.com/confluentinc/kafka but if this is the expected solution, it should be added to the instructions in the README. |
Is the milestome/snapshot confluent repository used by the jenkins build system public? |
I was able to compile this project along with rest-utils using the directions I posted at: confluentinc/rest-utils#367 (comment) The need to build Kafka locally would be a useful addition to the README.md file for this project. |
I am on c14de12 , running the maven build results in:
In the meantime I will try a specific label and see if that helps. I am trying to contribute to confluentinc/schema-registry#898 of which this is a 2 hop transitive dependency (via common -> rest-utils -> schema-registry)... but I am not sure if I will be able to make changes on latest master of that project if I don't have the latest changes from this repo as well...
The text was updated successfully, but these errors were encountered: