Skip to content

Commit

Permalink
Change the provider for test-with-joy Maven profile
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Apr 26, 2020
1 parent a917e1c commit 5efa996
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jsonp.version>2.0.0-RC2</jsonp.version>
<junit.version>5.5.2</junit.version>
<junit.version>5.6.2</junit.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -138,6 +138,9 @@
<testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
<excludedGroups>ambiguous</excludedGroups>
<reportsDirectory>${project.build.directory}/surefire-reports/${jsonp.provider}</reportsDirectory>
<excludes>
<exclude></exclude>
</excludes>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -266,8 +269,8 @@
<dependencies>
<dependency>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy</artifactId>
<version>2.0.0-RC1</version>
<artifactId>joy-classic</artifactId>
<version>2.0.0-RC2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5efa996

Please sign in to comment.