We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Errors related to versions in parent/pom.xml
Suggestions:
Affected Product Version:
Steps to reproduce:
<parent> <groupId>org.wso2.carbon</groupId> <artifactId>carbon-kernel</artifactId> <version>4.x.x</version> </parent>
mvn clean install
Could not find artifact org.wso2.orbit.org.apache.poi:poi-ooxml:jar:orbit.version.poi.ooxml ....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Errors related to versions in parent/pom.xml
Suggestions:
Affected Product Version:
Steps to reproduce:
mvn clean install
fails stating the following error as it could not resolve the dependency.The text was updated successfully, but these errors were encountered: