Build with 2.14.9-SNAPSHOT

In upstream gerrit change I7af2f9f6c the commons-lang3 library
was removed from the plugin API. An explicit dependency was added
in this plugin by change I7120977be but this was only tested by
building the plugin in-tree.

Build with the 2.14.9-SNAPSHOT API in standalone mode to make sure
that everything works as expected when building in standalone mode.

Change-Id: Idb90cbb1cc6261429457e5cbccc9a09ebb758e4e
diff --git a/WORKSPACE b/WORKSPACE
index fe193d8..342ee86 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -8,22 +8,22 @@
 )
 
 #Snapshot Plugin API
-# load(
-#    "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl",
-#    "gerrit_api_maven_local",
-# )
-
-# Load snapshot Plugin API
-# gerrit_api_maven_local()
-
-# Release Plugin API
 load(
-    "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
-    "gerrit_api",
+    "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl",
+    "gerrit_api_maven_local",
 )
 
+# Load snapshot Plugin API
+gerrit_api_maven_local()
+
+# Release Plugin API
+#load(
+#    "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl",
+#    "gerrit_api",
+#)
+
 # Load release Plugin API
-gerrit_api()
+#gerrit_api()
 
 load("//:external_plugin_deps.bzl", "external_plugin_deps")