Skip to content
Snippets Groups Projects
Commit 9452d418 authored by Jörg Bolay's avatar Jörg Bolay
Browse files

KOP-2964 fixed findings in merge requests

parent d35477a9
No related branches found
No related tags found
1 merge request!10KOP-2964 umstellen von WebClient auf RestClient und entfernen von...
Pipeline #1594 passed
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<parent> <parent>
<groupId>de.ozgcloud.common</groupId> <groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-parent</artifactId> <artifactId>ozgcloud-common-parent</artifactId>
<version>4.9.0-SNAPSHOT</version> <version>4.9.0</version>
</parent> </parent>
<groupId>de.ozgcloud.osiv2</groupId> <groupId>de.ozgcloud.osiv2</groupId>
...@@ -48,21 +48,7 @@ ...@@ -48,21 +48,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId> <artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency> </dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>3.0.4</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
......
...@@ -36,7 +36,6 @@ public class ApiClientConfiguration { ...@@ -36,7 +36,6 @@ public class ApiClientConfiguration {
private final OsiPostfachProperties.ApiConfiguration apiConfiguration; private final OsiPostfachProperties.ApiConfiguration apiConfiguration;
private final OsiPostfachProperties.ProxyConfiguration proxyConfiguration; private final OsiPostfachProperties.ProxyConfiguration proxyConfiguration;
private static final String RESOURCE_HEADER = "resource";
@Bean @Bean
MessageExchangeApi messageExchangeApi(ApiClient apiClient) { MessageExchangeApi messageExchangeApi(ApiClient apiClient) {
......
...@@ -44,9 +44,7 @@ public class OsiPostfachProperties { ...@@ -44,9 +44,7 @@ public class OsiPostfachProperties {
private boolean enabled; private boolean enabled;
@Nullable
private String host; private String host;
@Nullable
private Integer port; private Integer port;
@Nullable @Nullable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment