Skip to content

Commit

Permalink
fix: maven cordinate from Web Bundler.
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Nov 8, 2024
1 parent 12d40ce commit 956be38
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public class WebBundlerJavaConstants {
private WebBundlerJavaConstants() {
}

public static final Collection<String> WEB_BUNDLER_MAVEN_COORS = List.of("io.quarkiverse.web-bundler:quarkus-roq-frontmatter");

public static final String BUNDLE_CLASS = "io.quarkiverse.web.bundler.runtime.Bundle";
public static final Collection<String> WEB_BUNDLER_MAVEN_COORS = List.of("io.quarkiverse.web-bundler:quarkus-web-bundler");

}

0 comments on commit 956be38

Please sign in to comment.