citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
456 stars 134 forks source link

Citrus kafka functionality maven dependency #1132

Closed ZuikovAV closed 6 months ago

ZuikovAV commented 6 months ago

@christophd help me please!

Citrus Version 4.0.0

Question: What maven dependency do i need to use citrus kafka functionality?

What I've tried so far

org.citrusframework citrus-kafka 4.0.0-M1 org.citrusframework citrus-kafka 4.0.0 org.citrusframework citrus-kafka 4.2.0

Additional information The following dependencies not found.

christophd commented 6 months ago

Should be available on Maven central: https://search.maven.org/artifact/org.citrusframework/citrus-kafka

Latest version is 4.1.1: https://search.maven.org/artifact/org.citrusframework/citrus-kafka/4.1.1/jar

ZuikovAV commented 6 months ago

Should be available on Maven central: https://search.maven.org/artifact/org.citrusframework/citrus-kafka

Latest version is 4.1.1: https://search.maven.org/artifact/org.citrusframework/citrus-kafka/4.1.1/jar

Hm, dependency not found... dependencyNotFound

christophd commented 6 months ago

maybe you are sitting behind a firewall that prevents internet access to Maven central?

ZuikovAV commented 6 months ago

maybe you are sitting behind a firewall that prevents internet access to Maven central?

Strange... citrus-http is at the same repository and i've got no problems with it.

bbortt commented 6 months ago

it's public for sure.. and synchronized. --> https://mvnrepository.com/artifact/org.citrusframework/citrus-kafka/4.1.1

ZuikovAV commented 6 months ago

Thanks all for the reply! Found a problem...