Skip to content

Commit

Permalink
Temporarilly add quarkus-vertx-http-dev-console-spi to cxf-soap and o…
Browse files Browse the repository at this point in the history
…ptaplanner extensions #5277
  • Loading branch information
jamesnetherton committed Sep 7, 2023
1 parent 6825f85 commit 7379c58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/cxf-soap/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<groupId>io.quarkiverse.cxf</groupId>
<artifactId>quarkus-cxf-rt-features-logging-deployment</artifactId>
</dependency>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5277 -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-dev-console-spi</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions extensions/optaplanner/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-quarkus-jackson-deployment</artifactId>
</dependency>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5277 -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-dev-console-spi</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 7379c58

Please sign in to comment.