Skip to content

Commit

Permalink
[pinpoint-apm#8915] Fix IT test
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun-cho committed Jul 11, 2022
1 parent c6eb9cf commit e3eb306
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<!-- maven-plugin -->
<plugin.compiler.version>3.8.1</plugin.compiler.version>
<plugin.resources.version>3.2.0</plugin.resources.version>
<plugin.surefire.version>2.22.2</plugin.surefire.version>
<plugin.surefire.version>3.0.0-M7</plugin.surefire.version>
<plugin.failsafe.version>2.22.2</plugin.failsafe.version>
<plugin.shade.version>3.1.1</plugin.shade.version>
<plugin.assembly.version>3.3.0</plugin.assembly.version>
Expand Down Expand Up @@ -231,12 +231,7 @@
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -1012,13 +1007,7 @@
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.7.2</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit e3eb306

Please sign in to comment.