summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorqidaijie <[email protected]>2022-03-16 16:54:36 +0800
committerqidaijie <[email protected]>2022-03-16 16:54:36 +0800
commit2b16bd7fcedc27ffc3b7b040ce6239fff0740b74 (patch)
tree4ca56b19d22c10d8136c560b5c0082fcf70df9fb /pom.xml
parent00cfc1a1138b2cc8bf05c3797a062d053d52c679 (diff)
新增用户名密码加密 TSG-8835
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 64defb4..003d904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>com.zdjizhi</groupId>
<artifactId>log-stream-voip-relation</artifactId>
- <version>220309-inner</version>
+ <version>220316-encryption</version>
<name>log-stream-voip-relation</name>
<url>http://www.example.com</url>
@@ -236,6 +236,13 @@
<scope>test</scope>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.jasypt/jasypt -->
+ <dependency>
+ <groupId>org.jasypt</groupId>
+ <artifactId>jasypt</artifactId>
+ <version>1.9.3</version>
+ </dependency>
+
</dependencies>
</project>