Skip to content

Commit

Permalink
refactor maven pom
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMLK committed Aug 21, 2023
1 parent 1fedeb7 commit 8046d28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<snappy-java.version>1.1.10.1</snappy-java.version>
<druid.version>1.2.18</druid.version>
<mysql-connector.version>8.0.33</mysql-connector.version>
<h2.version>2.2.220</h2.version>
<surefire.test.excludes>**/*RandomXSyncTest.java,**/*SyncTest.java,**/*SnapshotJTest.java</surefire.test.excludes>
</properties>

Expand Down Expand Up @@ -674,7 +675,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>${h2.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 8046d28

Please sign in to comment.