diff options
| author | qidaijie <[email protected]> | 2022-03-16 16:54:36 +0800 |
|---|---|---|
| committer | qidaijie <[email protected]> | 2022-03-16 16:54:36 +0800 |
| commit | 2b16bd7fcedc27ffc3b7b040ce6239fff0740b74 (patch) | |
| tree | 4ca56b19d22c10d8136c560b5c0082fcf70df9fb /pom.xml | |
| parent | 00cfc1a1138b2cc8bf05c3797a062d053d52c679 (diff) | |
新增用户名密码加密 TSG-8835
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |
