Skip to content

Commit

Permalink
Merge pull request #9495 from gsmet/fix-smallrye-context-propagation-…
Browse files Browse the repository at this point in the history
…test-dependency

Use the deployment dependency for test to properly order the build
  • Loading branch information
gsmet authored May 21, 2020
2 parents 7f6ef81 + 3704ef4 commit f796c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/smallrye-context-propagation/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-mutiny-reactive-streams-operators</artifactId>
<artifactId>quarkus-mutiny-reactive-streams-operators-deployment</artifactId>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit f796c4e

Please sign in to comment.