Skip to content

Commit ee36f8d

Browse files
committed
Marks JUnit dependency in scim-test as provided
1 parent 2b7b935 commit ee36f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scim-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
<artifactId>scim-spec-schema</artifactId>
3838
</dependency>
3939

40-
<!-- These dependencies are normally test scoped, but for this module they are compile
40+
<!-- These dependencies are normally test scoped, but for this module they are provide/compile
4141
projects that consume this module will use the test scope, so none of these dependencies
4242
will be transitive
4343
-->
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>
4646
<artifactId>junit-jupiter</artifactId>
47-
<scope>compile</scope>
47+
<scope>provided</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.assertj</groupId>

0 commit comments

Comments
 (0)