pepper-box icon indicating copy to clipboard operation
pepper-box copied to clipboard

Kafka version 3.3.1 not supported?

Open aqueeb opened this issue 2 years ago • 2 comments

I'm running mvn clean install -Djmeter.version=5.5 -Dkafka.version=3.3.1 and getting the following error. How do I resolve it? Thank you

[INFO] Scanning for projects... [INFO] [INFO] -----------------------< pepper-box:pepper-box >------------------------ [INFO] Building pepper-box 1.0 [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.apache.kafka:kafka_2.11:jar:3.3.1 is missing, no dependency information available [WARNING] The POM for org.apache.kafka:kafka_2.11:jar:test:3.3.1 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.381 s [INFO] Finished at: 2022-11-28T21:24:04-05:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project pepper-box: Could not resolve dependencies for project pepper-box:pepper-box:jar:1.0: The following artifacts could not be resolved: org.apache.kafka:kafka_2.11:jar:3.3.1, org.apache.kafka:kafka_2.11:jar:test:3.3.1: org.apache.kafka:kafka_2.11:jar:3.3.1 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

aqueeb avatar Nov 29 '22 02:11 aqueeb

Any updates on this?

nicl-dev avatar Feb 02 '23 08:02 nicl-dev

Try changing the artifactId from kafka_2.11 to kafka_2.13 on lines 37 & 42 of the pom.xml.

BertKoor avatar May 08 '24 06:05 BertKoor