mdedetrich opened a new pull request, #116:
URL: https://github.com/apache/incubator-pekko-connectors-kafka/pull/116
When trying to add sbt-license-report to this repo I hit this issue
```
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: javax.ws.rs#javax.ws.rs-api;2.1.1: Resolution failed several
times for dependency: javax.ws.rs#javax.ws.rs-api;2.1.1
{compile=[default(compile)]}::
[warn] java.net.URISyntaxException: Illegal character in path at index
88:
https://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1.1/javax.ws.rs-api-2.1.1.${packaging.type}
[warn] java.net.URISyntaxException: Illegal character in path at index
88:
https://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1.1/javax.ws.rs-api-2.1.1.${packaging.type}
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
```
sbt-license-report happens to use Ivy directly to resolve these artifacts
and I haven't found a way to get around this so instead I opted to fix the core
problem by following
https://github.com/jakartaee/rest/issues/572#issuecomment-442445619
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]