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
The project's pom file on bintray is missing the license information. Making it difficult to use this project in a commercial environment.
As this project is under Apache 2.0 license, the following section should be added to the POM:
<licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The project's pom file on bintray is missing the license information. Making it difficult to use this project in a commercial environment.
As this project is under Apache 2.0 license, the following section should be added to the POM:
The text was updated successfully, but these errors were encountered: