Skip to content

Commit

Permalink
Logging with Panache: allow usage in tests outside of Quarkus
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed May 30, 2023
1 parent c042b4d commit 27de8b5
Show file tree
Hide file tree
Showing 7 changed files with 613 additions and 334 deletions.
6 changes: 6 additions & 0 deletions core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
</exclusions>
</dependency>

<dependency>
<!-- Used to generate the Log class -->
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<scope>test</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
Loading

0 comments on commit 27de8b5

Please sign in to comment.