Fix zuul-server. (#16408)

This commit is contained in:
Harry9656 2024-04-14 14:27:11 +02:00 committed by GitHub
parent d50de8f6bd
commit 6a81307724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -52,8 +52,19 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<byte-buddy.version>1.14.13</byte-buddy.version>
</properties>
<build>
<plugins>
<plugin>