Skip to content

Commit

Permalink
Remove Suomi.fi SOAP client
Browse files Browse the repository at this point in the history
The REST client should be used from now on.
  • Loading branch information
akheron committed Feb 20, 2025
1 parent 1284155 commit 14fee55
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 1,328 deletions.
4 changes: 1 addition & 3 deletions service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ COPY ./service/gradlew ./service/build.gradle.kts ./service/gradle.properties ./
COPY ./service/vtjclient/build.gradle.kts ./service/vtjclient/build.gradle.kts
COPY ./service/service-lib/*.kts ./service/service-lib/
COPY ./service/evaka-bom/*.kts ./service/evaka-bom/
COPY ./service/sficlient/*.kts ./service/sficlient/

WORKDIR /evaka/service

RUN ./gradlew --no-daemon resolveDependencies

COPY ./service/sficlient/ ./sficlient/
COPY ./service/vtjclient/ ./vtjclient/
RUN ./gradlew --no-daemon :sficlient:wsdl2java :vtjclient:wsdl2java
RUN ./gradlew --no-daemon :vtjclient:wsdl2java

COPY . /evaka

Expand Down
1 change: 0 additions & 1 deletion service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ dependencies {
integrationTestImplementation("org.apache.cxf:cxf-rt-transports-http-jetty")
integrationTestImplementation("org.apache.cxf:cxf-rt-ws-security") { exclude("org.opensaml") }

implementation(project(":sficlient"))
implementation(project(":vtjclient"))

ktlint(project(":custom-ktlint-rules"))
Expand Down
1 change: 0 additions & 1 deletion service/evaka-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies {
api("org.apache.commons:commons-text:1.13.0")
api("org.apache.commons:commons-imaging:1.0-alpha3")
api("org.apache.tika:tika-core:3.1.0")
api("org.apache.wss4j:wss4j-ws-security-dom:3.0.4")
api(libs.bouncycastle.bcpkix)
api(libs.bouncycastle.bcprov)
api(libs.flyway.core)
Expand Down
11 changes: 0 additions & 11 deletions service/sficlient/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions service/sficlient/build.gradle.kts

This file was deleted.

107 changes: 0 additions & 107 deletions service/sficlient/src/main/resources/wsdl/Viranomaispalvelut.wsdl

This file was deleted.

Loading

0 comments on commit 14fee55

Please sign in to comment.