Skip to content

Commit

Permalink
[Saga] Fix duplicate dependency on quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
avano committed May 16, 2023
1 parent 9b333e7 commit 92e2e6a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package software.tnb.product.customizer.component.saga;

import software.tnb.product.customizer.component.rest.RestCustomizer;
import software.tnb.product.util.maven.Maven;

import java.util.Map;

Expand All @@ -20,7 +19,6 @@ public void customizeQuarkus() {
getIntegrationBuilder().addToProperties("quarkus.http.root-path", "/camel");
getIntegrationBuilder().addToProperties(getCommonProperties());
getIntegrationBuilder().dependencies("lra");
getIntegrationBuilder().dependencies(Maven.createDependency("io.quarkus:quarkus-resteasy"));
}

@Override
Expand Down

0 comments on commit 92e2e6a

Please sign in to comment.