Confluent Maven repository not working?

后端 未结 5 852
太阳男子
太阳男子 2020-12-29 23:08

I need to use the Confluent kafka-avro-serializer Maven artifact. From the official guide I should add this repository to my Maven pom



        
5条回答
  •  遥遥无期
    2020-12-29 23:22

    Adding the below lines in the pom.xml worked for me.

    
        
            confluent
            http://packages.confluent.io/maven/
        
    
    

提交回复
热议问题