diff --git a/crypto/support/hashes/argon2/pom.xml b/crypto/support/hashes/argon2/pom.xml
index 208a0542d0..b278be5053 100644
--- a/crypto/support/hashes/argon2/pom.xml
+++ b/crypto/support/hashes/argon2/pom.xml
@@ -31,7 +31,7 @@
shiro-hashes-argon2
- Apache Shiro :: Cryptography :: Support :: Hashes :: Argon2
+ Apache Shiro :: Cryptography :: Support :: Argon2
bundle
diff --git a/crypto/support/hashes/bcrypt/pom.xml b/crypto/support/hashes/bcrypt/pom.xml
index 24924d7833..ae9022c95d 100644
--- a/crypto/support/hashes/bcrypt/pom.xml
+++ b/crypto/support/hashes/bcrypt/pom.xml
@@ -31,7 +31,7 @@
shiro-hashes-bcrypt
- Apache Shiro :: Cryptography :: Support :: Hashes :: BCrypt
+ Apache Shiro :: Cryptography :: Support :: BCrypt
bundle
diff --git a/tools/hasher/pom.xml b/tools/hasher/pom.xml
index 2a3b4aa332..94da7d9fbe 100644
--- a/tools/hasher/pom.xml
+++ b/tools/hasher/pom.xml
@@ -73,25 +73,20 @@
- maven-assembly-plugin
- 3.1.0
-
-
- src/main/assembly/cli.assembly.xml
-
-
-
- org.apache.shiro.tools.hasher.Hasher
-
-
-
+ org.springframework.boot
+ spring-boot-maven-plugin
+ 2.1.12.RELEASE
- make-assembly
- package
- single
+ repackage
+
+ org.apache.shiro.tools.hasher.Hasher
+ cli
+ true
+ JAR
+
diff --git a/tools/hasher/src/main/assembly/cli.assembly.xml b/tools/hasher/src/main/assembly/cli.assembly.xml
deleted file mode 100644
index 9926c41465..0000000000
--- a/tools/hasher/src/main/assembly/cli.assembly.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
- cli
-
- jar
-
- false
-
-
- /
- true
- true
- runtime
-
-
-
\ No newline at end of file