Merge "Move Soy to nongoogle.bzl, exempting it from LC"
diff --git a/WORKSPACE b/WORKSPACE
index b204e8d..2a02f6e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -751,13 +751,6 @@
     sha1 = "b8ba1c1eb8b2e45cfd465d01218c6060e887572e",
 )
 
-# Keep this version of Soy synchronized with the version used in Gitiles.
-maven_jar(
-    name = "soy",
-    artifact = "com.google.template:soy:2020-08-24",
-    sha1 = "e774bf5cc95923d2685292883fe219e231346e50",
-)
-
 maven_jar(
     name = "html-types",
     artifact = "com.google.common.html.types:types:1.0.8",
diff --git a/lib/nongoogle_test.sh b/lib/nongoogle_test.sh
index 8a6c282..4a09d80 100755
--- a/lib/nongoogle_test.sh
+++ b/lib/nongoogle_test.sh
@@ -37,6 +37,7 @@
 nekohtml
 objenesis
 openid-consumer
+soy
 sshd-mina
 sshd-osgi
 testcontainers
diff --git a/tools/nongoogle.bzl b/tools/nongoogle.bzl
index 4279183..b3f355b 100644
--- a/tools/nongoogle.bzl
+++ b/tools/nongoogle.bzl
@@ -177,8 +177,14 @@
         sha1 = "8d6e7e35eac4fb5e7df19c55b3bc23fa51b10a11",
     )
 
-    # Test-only dependencies below.
+    # Keep this version of Soy synchronized with the version used in Gitiles.
+    maven_jar(
+        name = "soy",
+        artifact = "com.google.template:soy:2020-08-24",
+        sha1 = "e774bf5cc95923d2685292883fe219e231346e50",
+    )
 
+    # Test-only dependencies below.
     maven_jar(
         name = "cglib-3_2",
         artifact = "cglib:cglib-nodep:3.2.6",