You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2022/03/03 19:52:24 UTC

[shiro] 02/02: [SHIRO-838] add sha256 which is a required hash algorithm

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch SHIRO-838_hashes_fix
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit ba3e28ac6beff93294923d51b1bbf2cbe87b7135
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Thu Mar 3 20:48:35 2022 +0100

    [SHIRO-838] add sha256 which is a required hash algorithm
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 13a2e28..83b7595 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1486,6 +1486,7 @@
                         </executions>
                         <configuration>
                             <algorithms>
+                                <algorithm>SHA-256</algorithm>
                                 <algorithm>SHA-512</algorithm>
                                 <algorithm>SHA3-512</algorithm>
                             </algorithms>