Commit b1b8fd85 by zhangxingmin

push

parent f78968f6
...@@ -75,20 +75,6 @@ ...@@ -75,20 +75,6 @@
<groupId>com.yd</groupId> <groupId>com.yd</groupId>
<artifactId>yd-auth-core</artifactId> <artifactId>yd-auth-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
</exclusion>
<exclusion>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
</exclusion>
<exclusion>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<!-- 框架配置模块 --> <!-- 框架配置模块 -->
<dependency> <dependency>
...@@ -139,12 +125,5 @@ ...@@ -139,12 +125,5 @@
<artifactId>weixin-java-miniapp</artifactId> <artifactId>weixin-java-miniapp</artifactId>
<version>4.6.0</version> <version>4.6.0</version>
</dependency> </dependency>
<!-- jwt 依赖 -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.6.0</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment