Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make build work with jdk 10 and use autodetection of surefire provider #107

Merged
merged 1 commit into from
Aug 27, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<site.version>3.7</site.version>
<source.version>3.0.1</source.version>
<spotbugs.version>3.1.3</spotbugs.version>
<surefire.version>2.19.1</surefire.version> <!-- TODO: 2.22.0 is supposed to support junit 5 so we need to stay on 2.19.1 for now -->
<surefire.version>2.22.0</surefire.version>
<taglist.version>2.4</taglist.version>
<versions.version>2.5</versions.version>
<wagon-git.version>2.0.3</wagon-git.version> <!-- Do not upgrade to 2.0.4 as it does not work with ssh properly -->
Expand Down Expand Up @@ -526,18 +526,6 @@
<!-- In case of jmockit usage with jdk9 -->
<argLine>-Djdk.attach.allowAttachSelf</argLine>
</configuration>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-surefire-provider</artifactId>
<version>${junit-platform.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-engine.version}</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down