Skip to content

Commit

Permalink
[Backport 2.x] Remove unused dependancy Apache CXF (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#4581)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e8861cf commit 7ba307d
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 @@ -26,7 +26,6 @@ buildscript {

common_utils_version = System.getProperty("common_utils.version", '2.9.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 @@ -590,10 +589,6 @@ dependencies {

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

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 7ba307d

Please sign in to comment.