From 5ba888a9f2dbbfea2ba1393ab7d59ec5e892c1d9 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Wed, 15 Nov 2023 23:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5=20BCrypt=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3a58532..768fa9f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 xyz.zhouxy.plusone @@ -18,6 +17,7 @@ 32.0.1-jre 3.0.2 2.12.5 + 0.4 @@ -52,6 +52,14 @@ true + + org.mindrot + jbcrypt + ${jbcrypt.version} + + + + ch.qos.logback logback-classic