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
I scanned the pom file from https://repo1.maven.org/maven2/com/wordnik/swagger-java-sample-app_2.10/1.3.1/swagger-java-sample-app_2.10-1.3.1.pom and the is_resolved field for the dependency pkg:maven/com.wordnik/swagger-jaxrs_2.10 has a value of null, when there should be a true or false value.
is_resolved
pkg:maven/com.wordnik/swagger-jaxrs_2.10
The text was updated successfully, but these errors were encountered:
Properly assign boolean to is_resolved #3152
c24c221
* Add new test Signed-off-by: Jono Yang <[email protected]>
Update test expectations #3152
f1806f5
Signed-off-by: Jono Yang <[email protected]>
4ce06b3
Backport fix from issue #3152
9294e67
Merge pull request #3153 from nexB/3152-maven-pom-dep-assign-is_resolved
cc14890
JonoYang
No branches or pull requests
I scanned the pom file from https://repo1.maven.org/maven2/com/wordnik/swagger-java-sample-app_2.10/1.3.1/swagger-java-sample-app_2.10-1.3.1.pom and the
is_resolved
field for the dependencypkg:maven/com.wordnik/swagger-jaxrs_2.10
has a value of null, when there should be a true or false value.The text was updated successfully, but these errors were encountered: