Skip to content

Commit 6e9784c

Browse files
committed
Add test scope
1 parent c64fc4c commit 6e9784c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bom-internal/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
<groupId>io.reactivex.rxjava3</groupId>
240240
<artifactId>rxjava</artifactId>
241241
<version>${rxjava3.version}</version>
242+
<scope>test</scope>
242243
</dependency>
243244
<dependency>
244245
<artifactId>commons-lang3</artifactId>

test/ruleset-testing-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>io.reactivex.rxjava3</groupId>
102102
<artifactId>rxjava</artifactId>
103-
<version>3.1.5</version>
103+
<scope>compile</scope>
104104
</dependency>
105105
</dependencies>
106106

0 commit comments

Comments
 (0)