Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Apr 8, 2024
1 parent 8adf9f4 commit b609d62
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions microsphere-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,26 @@
<artifactId>cglib</artifactId>
</dependency>

<!-- Third-Party Dependencies -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<optional>true</optional>
</dependency>

<!-- Testing -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

</project>

0 comments on commit b609d62

Please sign in to comment.