quarkiverse / quarkus-logging-manager

Quarkus extension that allows you to view the log online and change log levels using a UI
Apache License 2.0
50 stars 16 forks source link

Unable to build due to missing mvnpm dependency #270

Closed manofthepeace closed 6 months ago

manofthepeace commented 6 months ago

I was able to build with quarkus 3.7.1 earlier today but our build started failing later with a clean maven repository.

Looks like mvnpm is missing some versions of ssr-dom-shim?

Disabling quarkus-logging-manager fixed the issue for the moment, which is not ideal of course.

[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.7.1:generate-code (default) on project eae: Quarkus code generation phase has failed: Failed to collect dependencies for io.quarkiverse.loggingmanager:quarkus-logging-manager-deployment:jar:3.0.3: Failed to collect dependencies at io.quarkus:quarkus-vertx-http-deployment:jar:3.7.1 -> io.quarkus:quarkus-vertx-http-dev-ui-resources:jar:3.7.1 -> org.mvnpm.at.mvnpm:vaadin-webcomponents:jar:24.3.0 -> org.mvnpm:lit:jar:3.0.0 -> org.mvnpm:lit-element:jar:4.0.4 -> org.mvnpm.at.lit-labs:ssr-dom-shim:jar:[1.2.0,2): No versions available for org.mvnpm.at.lit-labs:ssr-dom-shim:jar:[1.2.0,2) within specified range -> [Help 1]

@phillip-kruger I think you are also maintainer for mvnpm if I am not mistaken, would the issue lie somewhere there?

manofthepeace commented 6 months ago

That was raised here in quarkus and issue's been mitigated, closing: https://github.com/quarkusio/quarkus/issues/38510