Skip to content

Commit

Permalink
✨ 调整依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Dec 5, 2024
1 parent 2e13bb8 commit 51cb510
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>${findbugs.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -136,6 +135,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>${findbugs.version}</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
Expand Down

0 comments on commit 51cb510

Please sign in to comment.