Skip to content

Commit 2f7ae02

Browse files
authored
Merge pull request #88 from ligangty/master
Remove plugin version to avoid override from parent
2 parents 1b41b7b + da95b4d commit 2f7ae02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,9 @@
118118
<plugins>
119119
<plugin>
120120
<artifactId>maven-compiler-plugin</artifactId>
121-
<version>3.8.1</version>
122121
</plugin>
123122
<plugin>
124123
<artifactId>maven-surefire-plugin</artifactId>
125-
<version>2.19.1</version>
126-
<configuration>
127-
<argLine>-Djdk.attach.allowAttachSelf=true</argLine>
128-
</configuration>
129124
</plugin>
130125
</plugins>
131126
</build>

0 commit comments

Comments
 (0)