Skip to content

Commit d0267fb

Browse files
committed
Move client dependency to test scope
1 parent 3aae925 commit d0267fb

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

samples/grpc-oauth2/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,18 @@
4545
<dependencies>
4646
<dependency>
4747
<groupId>org.springframework.boot</groupId>
48-
<artifactId>spring-boot-starter-grpc-client</artifactId>
48+
<artifactId>spring-boot-starter-grpc-server</artifactId>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
52-
<artifactId>spring-boot-starter-grpc-server</artifactId>
52+
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
5353
</dependency>
54+
5455
<dependency>
5556
<groupId>org.springframework.boot</groupId>
56-
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
57+
<artifactId>spring-boot-starter-grpc-client</artifactId>
58+
<scope>test</scope>
5759
</dependency>
58-
5960
<dependency>
6061
<groupId>org.springframework.boot</groupId>
6162
<artifactId>spring-boot-starter-grpc-test</artifactId>

0 commit comments

Comments
 (0)