We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c3ecc commit f462164Copy full SHA for f462164
pom.xml
@@ -31,6 +31,7 @@
31
<arrow-core.version>1.2.1</arrow-core.version>
32
<junit-jupiter.version>5.10.0</junit-jupiter.version>
33
<dokka-maven-plugin.version>1.9.0</dokka-maven-plugin.version>
34
+ <maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
35
</properties>
36
37
<url>https://github.com/rcardin/assertj-arrow-core</url>
@@ -152,6 +153,7 @@
152
153
<plugin>
154
<groupId>org.apache.maven.plugins</groupId>
155
<artifactId>maven-surefire-plugin</artifactId>
156
+ <version>${maven-surefire-plugin.version}</version>
157
</plugin>
158
</plugins>
159
</build>
0 commit comments