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
When having e.g. org.glassfish.jaxb:jaxb-core:4.0.0 in your dependency tree, the license check fails with the statement that the license-url http://www.eclipse.org/org/documents/edl-v10.php is unknown. But as far as I can see this should resolve to "EPL-1.0" as defined in licenses.kt.
I'm using version 1.6.0.
Here are a few examples for dependencies having the same problem:
com.sun.istack:istack-commons-runtime:4.1.1
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
jakarta.activation:jakarta.activation-api:2.1.0
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
jakarta.xml.bind:jakarta.xml.bind-api:4.0.0
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
org.eclipse.angus:angus-activation:1.0.0
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
org.glassfish.jaxb:jaxb-core:4.0.0
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
org.glassfish.jaxb:jaxb-runtime:4.0.0
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
org.glassfish.jaxb:txw2:4.0.0
- ERROR: Unknown license URL 'http://www.eclipse.org/org/documents/edl-v10.php' is NOT allowed
The text was updated successfully, but these errors were encountered:
I forgot I was off Friday and I have stuff for the next two weeks. If you want to look that'd be welcome. Otherwise I will circle back when I'm free again.
When having e.g.
org.glassfish.jaxb:jaxb-core:4.0.0
in your dependency tree, the license check fails with the statement that the license-urlhttp://www.eclipse.org/org/documents/edl-v10.php
is unknown. But as far as I can see this should resolve to"EPL-1.0"
as defined inlicenses.kt
.I'm using version
1.6.0
.Here are a few examples for dependencies having the same problem:
The text was updated successfully, but these errors were encountered: