Skip to content

Commit 845fb5e

Browse files
committed
Fix :x-pack:plugin:searchable-snapshots:qa:url:javaRestTest
1 parent 3c0018a commit 845fb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ dependencyResolutionManagement {
256256
withModule("org.apache.ftpserver:ftplet-api", ExcludeTransitivesRule)
257257
withModule("org.apache.hadoop:hadoop-hdfs", ExcludeTransitivesRule)
258258
withModule("org.apache.hadoop:hadoop-client-runtime", ExcludeTransitivesRule)
259-
withModule("org.apache.ftpserver:ftpserver-core", ExcludeTransitivesRule)
259+
//withModule("org.apache.ftpserver:ftpserver-core", ExcludeTransitivesRule)
260260
withModule("org.apache.httpcomponents:fluent-hc", ExcludeTransitivesRule)
261261
withModule("org.apache.httpcomponents:httpasyncclient", ExcludeTransitivesRule)
262262
withModule("org.apache.httpcomponents:httpclient", ExcludeTransitivesRule)

0 commit comments

Comments
 (0)