Skip to content

Commit 63b45f9

Browse files
committed
Make sure <scope>test</scope> is used for test dependencies.
Signed-off-by: Artur Ciocanu <[email protected]>
1 parent 5dd60f5 commit 63b45f9

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

dapr-spring/dapr-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
<dependency>
8686
<groupId>org.springframework.boot</groupId>
8787
<artifactId>spring-boot-starter-test</artifactId>
88+
<scope>test</scope>
8889
</dependency>
8990
</dependencies>
9091
<build>

spring-boot-examples/consumer-app/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<dependency>
6464
<groupId>org.springframework.boot</groupId>
6565
<artifactId>spring-boot-starter-test</artifactId>
66+
<scope>test</scope>
6667
</dependency>
6768
</dependencies>
6869

spring-boot-examples/producer-app/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-starter-test</artifactId>
28+
<scope>test</scope>
2829
</dependency>
2930
<dependency>
3031
<groupId>io.dapr.spring</groupId>

spring-boot-examples/workflows/multi-app/orchestrator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-starter-test</artifactId>
28+
<scope>test</scope>
2829
</dependency>
2930
<dependency>
3031
<groupId>io.dapr.spring</groupId>

spring-boot-examples/workflows/multi-app/worker-one/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-starter-test</artifactId>
28+
<scope>test</scope>
2829
</dependency>
2930
<dependency>
3031
<groupId>io.dapr.spring</groupId>

spring-boot-examples/workflows/multi-app/worker-two/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-starter-test</artifactId>
28+
<scope>test</scope>
2829
</dependency>
2930
<dependency>
3031
<groupId>io.dapr.spring</groupId>

spring-boot-examples/workflows/patterns/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>
2727
<artifactId>spring-boot-starter-test</artifactId>
28+
<scope>test</scope>
2829
</dependency>
2930
<dependency>
3031
<groupId>io.dapr.spring</groupId>

0 commit comments

Comments
 (0)