Skip to content

Commit

Permalink
Add surefire plugin to example project
Browse files Browse the repository at this point in the history
  • Loading branch information
my57ic committed Sep 10, 2020
1 parent 865630c commit b386ab4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/spring-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
Expand Down Expand Up @@ -65,5 +66,15 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
</plugin>
</plugins>
</build>


</project>

0 comments on commit b386ab4

Please sign in to comment.