build(simple-jwt): Optimized the module dependency tree.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<module>dev-utils</module>
|
||||
<module>simple-jwt-facade</module>
|
||||
<module>simple-jwt-authzero</module>
|
||||
<module>simple-jwt-spring-boot-starter</module>
|
||||
</modules>
|
||||
|
||||
<developers>
|
||||
|
||||
@@ -35,16 +35,6 @@
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>cn.org.codecrafters</groupId>
|
||||
<artifactId>devkit-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.org.codecrafters</groupId>
|
||||
<artifactId>guid</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.org.codecrafters</groupId>
|
||||
<artifactId>simple-jwt-facade</artifactId>
|
||||
|
||||
@@ -39,6 +39,11 @@
|
||||
<groupId>cn.org.codecrafters</groupId>
|
||||
<artifactId>devkit-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.org.codecrafters</groupId>
|
||||
<artifactId>guid</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user