Skip to content

Commit

Permalink
Merge pull request apache#501 from apache/junit-provided
Browse files Browse the repository at this point in the history
Marks JUnit dependency in scim-test as provided
  • Loading branch information
bdemers authored Jan 23, 2024
2 parents 73a5ba8 + ee36f8d commit a50fa0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scim-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
<artifactId>scim-spec-schema</artifactId>
</dependency>

<!-- These dependencies are normally test scoped, but for this module they are compile
<!-- These dependencies are normally test scoped, but for this module they are provide/compile
projects that consume this module will use the test scope, so none of these dependencies
will be transitive
-->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit a50fa0d

Please sign in to comment.