Skip to content

Commit

Permalink
issue#7469 Add quarkus-logging-json in dev mode test case to make sur…
Browse files Browse the repository at this point in the history
…e application starts fine
  • Loading branch information
jaikiran committed Mar 3, 2020
1 parent 90b242e commit 2f3c1df
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow-websockets</artifactId>
</dependency>
<!-- quarkus-logging-json dependency to make sure application start
doesn't fail in dev mode due to classloading issues (see issue#7469) -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-logging-json</artifactId>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
Expand Down

0 comments on commit 2f3c1df

Please sign in to comment.