Skip to content

Commit 10a9fdd

Browse files
authored
Merge pull request #2062 from Felk/test-utils-test-scope
fix: mutiny-test-utils not test-scoped in some cases
2 parents 1d3c390 + 177be95 commit 10a9fdd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

context-propagation/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<dependency>
4141
<groupId>io.smallrye.reactive</groupId>
4242
<artifactId>mutiny-test-utils</artifactId>
43+
<scope>test</scope>
4344
</dependency>
4445
<dependency>
4546
<groupId>io.smallrye</groupId>

reactive-streams-operators-jakarta/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<dependency>
5555
<groupId>io.smallrye.reactive</groupId>
5656
<artifactId>mutiny-test-utils</artifactId>
57+
<scope>test</scope>
5758
</dependency>
5859
<dependency>
5960
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)