Skip to content

Commit

Permalink
test: Show log output (#2019)
Browse files Browse the repository at this point in the history
Co-authored-by: Soroosh Taefi <[email protected]>
  • Loading branch information
Artur- and taefi authored Feb 2, 2024
1 parent 1980064 commit b79fbfa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/java/tests/csrf-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
<artifactId>hilla-dev</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 5 additions & 0 deletions packages/java/tests/csrf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.javaparser</groupId>
Expand Down

0 comments on commit b79fbfa

Please sign in to comment.