mirror of
https://github.com/valitydev/wachter.git
synced 2024-11-06 00:35:24 +00:00
Change jakarta.xml.bind-api version
This commit is contained in:
parent
c52ca1604f
commit
a1b682107d
1
pom.xml
1
pom.xml
@ -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>
|
||||
|
@ -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@'
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user