File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ dependencies {
57
57
}
58
58
// Multi-tenant SDK Client
59
59
implementation " org.opensearch:opensearch-remote-metadata-sdk:${ opensearch_build} "
60
+ implementation ' commons-beanutils:commons-beanutils:1.11.0'
60
61
61
62
def os = DefaultNativePlatform . currentOperatingSystem
62
63
// arm/macos doesn't support GPU
@@ -147,12 +148,3 @@ spotless {
147
148
eclipse(). withP2Mirrors(Map . of(" https://download.eclipse.org/" , " https://mirror.umd.edu/eclipse/" )). configFile rootProject. file(' .eclipseformat.xml' )
148
149
}
149
150
}
150
-
151
- configurations {
152
- runtimeClasspath {
153
- resolutionStrategy {
154
- // CVE-48734: tribuo-clustering-kmeans:'4.2.1 causes a transitive dependency on beanutils:1.94
155
- force ' commons-beanutils:commons-beanutils:1.11.0'
156
- }
157
- }
158
- }
Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ configurations.all {
417
417
resolutionStrategy. force " org.apache.logging.log4j:log4j-api:2.24.2"
418
418
resolutionStrategy. force " org.apache.logging.log4j:log4j-core:2.24.2"
419
419
resolutionStrategy. force " jakarta.json:jakarta.json-api:2.1.3"
420
+ resolutionStrategy. force ' commons-beanutils:commons-beanutils:1.11.0'
420
421
}
421
422
422
423
apply plugin : ' com.netflix.nebula.ospackage'
@@ -690,12 +691,3 @@ forbiddenPatterns {
690
691
exclude ' **/*.pdf'
691
692
exclude ' **/*.jpg'
692
693
}
693
-
694
- configurations {
695
- runtimeClasspath {
696
- resolutionStrategy {
697
- // CVE-48734: tribuo-clustering-kmeans:'4.2.1 causes a transitive dependency on beanutils:1.94
698
- force ' commons-beanutils:commons-beanutils:1.11.0'
699
- }
700
- }
701
- }
You can’t perform that action at this time.
0 commit comments