Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 994f2ed

Browse files
authored
Merge pull request #110 from bzz/update-native-tests
Small update of native driver build
2 parents 7cf5c22 + f2ce7f3 commit 994f2ed

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

native/pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,19 +116,11 @@
116116
</archive>
117117
</configuration>
118118
</plugin>
119+
<plugin>
120+
<groupId>org.apache.maven.plugins</groupId>
121+
<artifactId>maven-surefire-plugin</artifactId>
122+
<version>3.0.0-M3</version>
123+
</plugin>
119124
</plugins>
120-
<pluginManagement>
121-
<plugins>
122-
<plugin>
123-
<!-- Pin version to workaround
124-
"Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter"
125-
See http://archive.is/uKy4m for details.
126-
TODO(bzz) removed after java is update to >8u191-b12 (does not exist for openjdk:8-slim) -->
127-
<groupId>org.apache.maven.plugins</groupId>
128-
<artifactId>maven-surefire-plugin</artifactId>
129-
<version>3.0.0-M3</version>
130-
</plugin>
131-
</plugins>
132-
</pluginManagement>
133125
</build>
134126
</project>

0 commit comments

Comments
 (0)