Skip to content

Commit

Permalink
optimize:h2 dependency adds test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
yougecn committed Oct 9, 2024
1 parent a0d0513 commit bcb94f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<!-- if you run seata-server in IDE and use mysql8 as session store, please rewrite version to ${mysql8.jdbc.version}-->
<dependency>
Expand Down

0 comments on commit bcb94f3

Please sign in to comment.