jcustenborder / kafka-connect-json-schema

Apache License 2.0
14 stars 14 forks source link

Donwload from Bintray Depedency Problem #18

Open hengkybuntoroalldata opened 2 years ago

hengkybuntoroalldata commented 2 years ago

Hello, i tried to compile this project. looks like it need a depedency from bintray and from what i got from google search, bintray is closing. can you help me with the solution. I cant find the depedency from depedency section on the pom.xml too, so i cant change it to another artifact server.

Thanks in advance

image

arijitmazumdar commented 1 year ago

I am also seeing the same issue. Probably it's coming from the parent project, which I could not locate. Any help will be appreciated. fyi - @jcustenborder

csarrazi commented 1 year ago

This project can not be built using public repositories (maven central), and actually relies on libraries that are hosted in one of our private repositories.

@jcustenborder, maybe we should switch to public repositories (maven central), unless there is a particular dependency that is needed here, or in the parent project?

bazzani commented 2 weeks ago

I am seeing this problem too, is there any way to resolve it @jcustenborder @csarrazi ? I am planning to try and use the SMT and I would like to try and build it first locally.