Add note in WORKSPACE about upgrading commons-pool

commons-pool is a transitive dependency of commons-dbcp and should
not be updated independently. Add a note.

Change-Id: I931a6df732ffb69982a74601182eeae3e036b013
This commit is contained in:
David Pursehouse
2018-09-28 13:26:06 +09:00
parent d996f641b8
commit 0f25a4d233

View File

@@ -365,6 +365,8 @@ maven_jar(
sha1 = "30be73c965cc990b153a100aaaaafcf239f82d39",
)
# Transitive dependency of commons-dbcp, do not update without
# also updating commons-dbcp
maven_jar(
name = "commons-pool",
artifact = "commons-pool:commons-pool:1.5.5",