Skip to content

Commit

Permalink
fix: remove runtime scope from test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-grgt committed Jun 21, 2024
1 parent f9ef969 commit 1c81cdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>

Expand Down
2 changes: 2 additions & 0 deletions xjx-sax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
2 changes: 2 additions & 0 deletions xjx-serdes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1c81cdd

Please sign in to comment.