Not able to download tests jar of kafka and kafka-streams from maven repo.
> --
>
> Key: KAFKA-4156
> URL: https://issues.apache.org/jira/browse/KAFKA-4156
> Project: Kafk
adding missing classifier parameter..
org.apache.kafka
kafka-streams
0.10.0.0
test-jar
test
On Tue, Sep 13, 2016 at 12:07 PM, Manikumar Reddy wrote:
> Hi,
>
> Kafka uses "test" as classifier (default is "tests" ) for test jars.
> We can add test parameter to dependency tag to
> resolve the
Hi,
Kafka uses "test" as classifier (default is "tests" ) for test jars.
We can add test parameter to dependency tag to
resolve the error.
org.apache.kafka
kafka-streams
0.10.0.0
test-jar
test
Thanks
Manikumar
On Tue, Sep
alue as test is used instead of type like
below.
org.apache.kafka
kafka-streams
0.10.0.0
test
test
> Not able to download tests jar of kafka and kafka-streams from maven repo.
> --
>
>
[
https://issues.apache.org/jira/browse/KAFKA-4156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Satish Duggana updated KAFKA-4156:
--
Priority: Major (was: Blocker)
> Not able to download tests jar of kafka and kafka-stre
be resolved:
org.apache.kafka:kafka-clients:jar:tests:0.10.0.0,
org.apache.kafka:kafka-streams:jar:tests:0.10.0.0: Could not find artifact
org.apache.kafka:kafka-clients:jar:tests:0.10.0.0 in central
(http://repo1.maven.org/maven2/) -> [Help 1]
> Not able to download tests jar of kafka
Hi,
Below dependency is added in one of our repos to use EmbeddedKafkaCluster
but dependency installation fails with an error mentioned later.
org.apache.kafka
kafka-streams
0.10.0.0
test-jar
test
This fails with an er
Satish Duggana created KAFKA-4156:
-
Summary: Not able to download tests jar of kafka and kafka-streams
from maven repo.
Key: KAFKA-4156
URL: https://issues.apache.org/jira/browse/KAFKA-4156
Project