Skip to content

Commit

Permalink
Remove unused dependancy Apache CXF (opensearch-project#4580)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwperks authored Jul 18, 2024
1 parent 32bcf7b commit 26a4c0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ buildscript {
common_utils_version = System.getProperty("common_utils.version", '3.0.0.0-SNAPSHOT')

kafka_version = '3.7.1'
apache_cxf_version = '4.0.4'
open_saml_version = '4.3.2'
one_login_java_saml = '2.9.0'
jjwt_version = '0.12.6'
Expand Down Expand Up @@ -599,10 +598,6 @@ dependencies {

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

runtimeOnly "org.apache.cxf:cxf-core:${apache_cxf_version}"
implementation "org.apache.cxf:cxf-rt-rs-json-basic:${apache_cxf_version}"
runtimeOnly "org.apache.cxf:cxf-rt-security:${apache_cxf_version}"

runtimeOnly 'com.sun.activation:jakarta.activation:1.2.2'
runtimeOnly 'com.eclipsesource.minimal-json:minimal-json:0.9.5'
runtimeOnly 'commons-codec:commons-codec:1.17.0'
Expand Down

This file was deleted.

0 comments on commit 26a4c0b

Please sign in to comment.