Skip to content

Commit

Permalink
Address review comments - update pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhkp committed Aug 21, 2024
1 parent b6ef994 commit eb0a2e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions images/tools/sonataflow-db-migrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<quarkus.platform.version>3.13.0</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<jacoco.version>0.8.12</jacoco.version>
<systemrules.version>1.19.0</systemrules.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -64,7 +66,7 @@
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.19.0</version>
<version>${systemrules.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -136,7 +138,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.12</version>
<version> ${jacoco.version} </version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit eb0a2e5

Please sign in to comment.