WORKSPACE: Extract testcontainers version to a constant

This will reduce conflicts when merging up to stable-2.15.

Change-Id: Ibcb0c8a8b42cbb383d48f642c62b70aa9de640c3
This commit is contained in:
David Pursehouse
2019-04-18 19:56:36 +09:00
parent e19570ce30
commit 713906b550

View File

@@ -918,9 +918,11 @@ maven_jar(
sha1 = "0f5a654e4675769c716e5b387830d19b501ca191",
)
TESTCONTAINERS_VERSION = "1.11.2"
maven_jar(
name = "testcontainers",
artifact = "org.testcontainers:testcontainers:1.11.2",
artifact = "org.testcontainers:testcontainers:" + TESTCONTAINERS_VERSION,
sha1 = "eae47ed24bb07270d4b60b5e2c3444c5bf3c8ea9",
)