Skip to content

Commit 6c6faaa

Browse files
EPA-204: Downgrade CXF again - still doesn't work (#10)
1 parent 7bf6ad0 commit 6c6faaa

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

epa4all-client/src/main/java/com/oviva/telematik/epa4all/client/Epa4AllClientFactoryBuilder.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ public Epa4AllClientFactoryBuilder trustStore(KeyStore trustStore) {
4949
return this;
5050
}
5151

52-
@NonNull
53-
public Epa4AllClientFactoryBuilder useInsecureTrustManager() {
54-
return this;
55-
}
56-
5752
@NonNull
5853
public Epa4AllClientFactory build() {
5954
Objects.requireNonNull(konnektorService, "konnektorService must be set");

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<spotless.version>2.43.0</spotless.version>
6262
<slf4j.version>2.0.17</slf4j.version>
6363
<!-- apache-cxf 4.1.x is incompatible-->
64-
<apache-cxf.version>4.1.2</apache-cxf.version>
64+
<apache-cxf.version>4.0.7</apache-cxf.version>
6565
<cxf-xjc.version>4.1.0</cxf-xjc.version>
6666
<xml.bind.jaxb.version>2.3.1</xml.bind.jaxb.version>
6767
<jaxb.fluent.api.version>3.0</jaxb.fluent.api.version>

0 commit comments

Comments
 (0)