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
Description:
I'm trying to use the org.wso2.charon:org.wso2.charon3.core:3.4.8 library, but while trying to build, it's failing because it can't find the referenced org.json.wso2:json:3.0.0.wso2v1 library. Is this a valid dependency? Should it be removed from the pom.xmls, or should you be publishing it to maven central?
Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered:
fern-we
changed the title
Missing org.json.wso2:json artifact
Missing dependency: org.json.wso2:json
Jun 3, 2021
Faced the same issue and it got resolved after adding the public repository link in my gradle. Is there a reason why org.json.wso2:json is used and not org.json:json ?
Description:
I'm trying to use the
org.wso2.charon:org.wso2.charon3.core:3.4.8
library, but while trying to build, it's failing because it can't find the referencedorg.json.wso2:json:3.0.0.wso2v1
library. Is this a valid dependency? Should it be removed from the pom.xmls, or should you be publishing it to maven central?Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered: