Skip to content

Commit 600c293

Browse files
authored
Merge pull request #46497 from michalvavrik/feature/move-some-deployment-deps-to-test-scope
Use `quarkus-security-test-utils` and `quarkus-arc-test-supplement` dependencies within a test scope
2 parents 829d984 + 0e2f257 commit 600c293

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

extensions/arc/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<dependency>
4848
<groupId>io.quarkus</groupId>
4949
<artifactId>quarkus-arc-test-supplement</artifactId>
50+
<scope>test</scope>
5051
</dependency>
5152
<!-- Used to test wrong @Singleton detection -->
5253
<dependency>

extensions/resteasy-classic/resteasy/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<dependency>
6262
<groupId>io.quarkus</groupId>
6363
<artifactId>quarkus-security-test-utils</artifactId>
64+
<scope>test</scope>
6465
</dependency>
6566
<dependency>
6667
<groupId>org.jboss.resteasy</groupId>

extensions/security/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<dependency>
4444
<groupId>io.quarkus</groupId>
4545
<artifactId>quarkus-security-test-utils</artifactId>
46+
<scope>test</scope>
4647
</dependency>
4748
<dependency>
4849
<groupId>org.bouncycastle</groupId>

0 commit comments

Comments
 (0)