You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description
According to this section: https://github.com/everit-org/json-schema/blob/master/README.md#maven-installation , it is said that jitpack is the primary distribution place.
Mulesoft is another choice @shiveshr mentioned here: #57 (comment)
These extra repos means that developers using schema registry would need to add the jitpack/mulesoft into the maven repo list to resolve the trasitive dependency correctly, this might not be ideal for open-source users. Meanwhile, we have encountered some problems internally. The latest artifact is removed from Mulesoft recently, and we have some certificate problem when we talk to the jitpack, which bringing much inconvenience for integration.
According to the main author's comment here: package-url/purl-spec#93 (comment) and everit-org/json-schema#360 It seems it does no harm to use the maven central one though it's not primary. This can help us to get rid of additional maven repositories.
Problem description
According to this section: https://github.com/everit-org/json-schema/blob/master/README.md#maven-installation , it is said that jitpack is the primary distribution place.
Mulesoft is another choice @shiveshr mentioned here: #57 (comment)
These extra repos means that developers using schema registry would need to add the jitpack/mulesoft into the maven repo list to resolve the trasitive dependency correctly, this might not be ideal for open-source users. Meanwhile, we have encountered some problems internally. The latest artifact is removed from Mulesoft recently, and we have some certificate problem when we talk to the jitpack, which bringing much inconvenience for integration.
According to the main author's comment here: package-url/purl-spec#93 (comment) and everit-org/json-schema#360 It seems it does no harm to use the maven central one though it's not primary. This can help us to get rid of additional maven repositories.
Problem location
build.gradle
Suggestions for an improvement
com.github.erosb:everit-json-schema
. I see there are some usages like this: https://github.com/search?l=XML&q=com.github.erosb&type=CodeThe text was updated successfully, but these errors were encountered: