Skip to content

Commit

Permalink
Upgrade JUnit, Polyglot.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg committed Apr 6, 2019
1 parent c45db8c commit 4887b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-yaml</artifactId>
<version>0.2.1</version>
<version>0.4.0</version>
</extension>
</extensions>
5 changes: 1 addition & 4 deletions pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ build:
- {id: test-compile, phase: test-compile, goals: ['test-compile']}
- groupId: org.apache.maven.plugins
artifactId: maven-surefire-plugin
version: '2.20'
configuration: {includes: ['**/*.java']}
dependencies:
- {groupId: org.junit.platform, artifactId: junit-platform-surefire-provider, version: 1.3.2}
version: '3.0.0-M3'

0 comments on commit 4887b1a

Please sign in to comment.