We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64fc4c commit 6e9784cCopy full SHA for 6e9784c
bom-internal/pom.xml
@@ -239,6 +239,7 @@
239
<groupId>io.reactivex.rxjava3</groupId>
240
<artifactId>rxjava</artifactId>
241
<version>${rxjava3.version}</version>
242
+ <scope>test</scope>
243
</dependency>
244
<dependency>
245
<artifactId>commons-lang3</artifactId>
test/ruleset-testing-core/pom.xml
@@ -100,7 +100,7 @@
100
101
102
103
- <version>3.1.5</version>
+ <scope>compile</scope>
104
105
</dependencies>
106
0 commit comments