Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Add missing dependency on opensaml-storage-impl library

Change-Id: I7af2b0841669335eaf80692447cca1904b8ff872
diff --git a/BUILD b/BUILD
index fce601b..3454255 100644
--- a/BUILD
+++ b/BUILD
@@ -23,6 +23,7 @@
         "@opensaml-soap-api//jar",
         "@opensaml-soap-impl//jar",
         "@opensaml-storage-api//jar",
+        "@opensaml-storage-impl//jar",
         "@opensaml-xmlsec-api//jar",
         "@opensaml-xmlsec-impl//jar",
         "@pac4j-core//jar",
diff --git a/external_plugin_deps.bzl b/external_plugin_deps.bzl
index f72c59d..4e2f3b9 100644
--- a/external_plugin_deps.bzl
+++ b/external_plugin_deps.bzl
@@ -48,6 +48,13 @@
     )
 
     maven_jar(
+        name = "opensaml-storage-impl",
+        artifact = "org.opensaml:opensaml-storage-impl:" + OPENSAML_VERSION,
+        sha1 = "da2116186a10ba5e1adecf2445184bf1feb1aa1c",
+        repository = SHIBBOLETH,
+    )
+
+    maven_jar(
         name = "opensaml-saml-impl",
         artifact = "org.opensaml:opensaml-saml-impl:" + OPENSAML_VERSION,
         sha1 = "c4bce04bec8fd065bbc014a2c4003172ec612ba6",