Skip to content

Commit

Permalink
fix(catalog): quarkus jaxb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Dec 21, 2023
1 parent 95a4272 commit 7d5bffb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
MavenSupport.getApplicationProperty(getClass(), "jib.maven-plugin.version"));
runtimeSpec.putMetadata("jib.layer-filter-extension-maven.version",
MavenSupport.getApplicationProperty(getClass(), "jib.layer-filter-extension-maven.version"));

runtimeSpec.applicationClass("io.quarkus.bootstrap.runner.QuarkusEntryPoint");
runtimeSpec.addDependency("org.apache.camel.k", "camel-k-runtime");

Expand Down Expand Up @@ -523,7 +523,7 @@ private void addCapabilities(RuntimeSpec.Builder runtimeSpec, CamelCatalogSpec.B

artifacts.clear();
artifacts.add(Artifact.from("org.apache.camel.quarkus", "camel-quarkus-management"));
artifacts.add(Artifact.from("org.apache.camel", "camel-jaxb"));
artifacts.add(Artifact.from("org.apache.camel.quarkus", "camel-quarkus-jaxb"));
artifacts.add(Artifact.from("org.jolokia", "jolokia-jvm"));
addCapabilityAndDependecies(runtimeSpec, catalogSpec, "jolokia", artifacts, false);
}
Expand Down

0 comments on commit 7d5bffb

Please sign in to comment.