Change jakarta.xml.bind-api version

This commit is contained in:
Gretchen-z 2024-07-01 12:51:19 +03:00
parent c52ca1604f
commit a1b682107d
3 changed files with 3 additions and 3 deletions

View File

@ -131,6 +131,7 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>

View File

@ -1,10 +1,10 @@
server:
port: '@server.port@'
port: '${server.port}'
management:
security:
flag: false
server:
port: '@management.port@'
port: '${management.port}'
metrics:
tags:
application: '@project.name@'

View File

@ -5,7 +5,6 @@ import dev.vality.wachter.exeptions.AuthorizationException;
import dev.vality.wachter.exeptions.WachterException;
import dev.vality.wachter.testutil.TMessageUtil;
import lombok.SneakyThrows;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.thrift.protocol.TProtocolFactory;
import org.junit.jupiter.api.AfterEach;