Skip to content

Commit

Permalink
deps: remove test dependencies from release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-grgt committed Apr 16, 2024
1 parent d205c81 commit 21dd2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down
1 change: 1 addition & 0 deletions processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand Down

0 comments on commit 21dd2a9

Please sign in to comment.