Skip to content

Commit

Permalink
Merge pull request #87 from koppor/patch-1
Browse files Browse the repository at this point in the history
Add scope test
  • Loading branch information
rexhoffman authored Jun 23, 2023
2 parents 8b4ab03 + f6f2c13 commit 77358e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand All @@ -65,6 +66,7 @@
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down

0 comments on commit 77358e9

Please sign in to comment.