Skip to content

Commit 8ae183e

Browse files
authored
Merge pull request #87 from ligangty/1.x
Remove plugin version to avoid override from parent
2 parents d0baa22 + c2a6bb5 commit 8ae183e

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
@@ -119,14 +119,9 @@
119119
<plugins>
120120
<plugin>
121121
<artifactId>maven-compiler-plugin</artifactId>
122-
<version>3.8.1</version>
123122
</plugin>
124123
<plugin>
125124
<artifactId>maven-surefire-plugin</artifactId>
126-
<version>2.19.1</version>
127-
<configuration>
128-
<argLine>-Djdk.attach.allowAttachSelf=true</argLine>
129-
</configuration>
130125
</plugin>
131126
</plugins>
132127
</build>

0 commit comments

Comments
 (0)