GH-3100 Move Brave and Actuator dependenies

Moved Brane and Actuator dependencies from test-binder to integration tests under test scope

Resolves #3100
This commit is contained in:
Oleg Zhurakousky
2025-03-20 13:07:15 +01:00
parent 249f68ce1f
commit 903fa69240
2 changed files with 10 additions and 8 deletions

View File

@@ -50,6 +50,16 @@
<artifactId>kotlin-stdlib-jdk8</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-brave</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

View File

@@ -24,14 +24,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-brave</artifactId>
</dependency>
</dependencies>
</project>