We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7b935 commit ee36f8dCopy full SHA for ee36f8d
scim-test/pom.xml
@@ -37,14 +37,14 @@
37
<artifactId>scim-spec-schema</artifactId>
38
</dependency>
39
40
- <!-- 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
41
projects that consume this module will use the test scope, so none of these dependencies
42
will be transitive
43
-->
44
<dependency>
45
<groupId>org.junit.jupiter</groupId>
46
<artifactId>junit-jupiter</artifactId>
47
- <scope>compile</scope>
+ <scope>provided</scope>
48
49
50
<groupId>org.assertj</groupId>
0 commit comments