Browse Source

【依赖包添加】

feature/subCheck
李鹏飞 5 years ago
parent
commit
45f561ec6b
  1. 6
      epdc-commons-tools/pom.xml

6
epdc-commons-tools/pom.xml

@ -120,6 +120,12 @@
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
</dependency> </dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.7.0</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save