Merge branch 'stable-2.14'
* stable-2.14: SSHD: Exclude SFTP file system provider Change-Id: I7e91a531cb63ef5c13c176823445d379297d2e11
This commit is contained in:
@@ -607,9 +607,12 @@ maven_jar(
|
|||||||
sha1 = "4648af70268b6fdb24674fb1fd7c1fcc73db1231",
|
sha1 = "4648af70268b6fdb24674fb1fd7c1fcc73db1231",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO(davido): Remove exlusion of file system provider, when this issue is fixed:
|
||||||
|
# https://issues.apache.org/jira/browse/SSHD-736
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = "sshd",
|
name = "sshd",
|
||||||
artifact = "org.apache.sshd:sshd-core:1.4.0",
|
artifact = "org.apache.sshd:sshd-core:1.4.0",
|
||||||
|
exclude = ["META-INF/services/java.nio.file.spi.FileSystemProvider"],
|
||||||
sha1 = "c8f3d7457fc9979d1b9ec319f0229b89793c8e56",
|
sha1 = "c8f3d7457fc9979d1b9ec319f0229b89793c8e56",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user