Skip to content

Commit 8d73626

Browse files
committed
Fix Schema Registry tests by adding restclient dependency
1 parent 5c91c39 commit 8d73626

File tree

1 file changed

+5
-0
lines changed
  • schema-registry/spring-cloud-stream-schema-registry-server

1 file changed

+5
-0
lines changed

schema-registry/spring-cloud-stream-schema-registry-server/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<!--TODO: investigate why we need this hard version here and not inheriting from Spring Boot-->
4545
<version>2.15.3</version>
4646
</dependency>
47+
<dependency>
48+
<groupId>org.springframework.boot</groupId>
49+
<artifactId>spring-boot-restclient</artifactId>
50+
<scope>test</scope>
51+
</dependency>
4752
</dependencies>
4853

4954

0 commit comments

Comments
 (0)