Skip to content

Commit 26a4c0b

Browse files
authored
Remove unused dependancy Apache CXF (#4580)
1 parent 32bcf7b commit 26a4c0b

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ buildscript {
2727
common_utils_version = System.getProperty("common_utils.version", '3.0.0.0-SNAPSHOT')
2828

2929
kafka_version = '3.7.1'
30-
apache_cxf_version = '4.0.4'
3130
open_saml_version = '4.3.2'
3231
one_login_java_saml = '2.9.0'
3332
jjwt_version = '0.12.6'
@@ -599,10 +598,6 @@ dependencies {
599598

600599
runtimeOnly 'net.minidev:accessors-smart:2.5.1'
601600

602-
runtimeOnly "org.apache.cxf:cxf-core:${apache_cxf_version}"
603-
implementation "org.apache.cxf:cxf-rt-rs-json-basic:${apache_cxf_version}"
604-
runtimeOnly "org.apache.cxf:cxf-rt-security:${apache_cxf_version}"
605-
606601
runtimeOnly 'com.sun.activation:jakarta.activation:1.2.2'
607602
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
608603
runtimeOnly 'commons-codec:commons-codec:1.17.0'

src/test/java/com/amazon/dlic/auth/http/jwt/keybyoidc/CxfTestTools.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)