Skip to content

Commit 0d29d35

Browse files
authored
Merge pull request #1212 from yue9944882/fix-stackoverflow
Fixes maven compile stackoverflow
2 parents d91be25 + f47c541 commit 0d29d35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@
301301
</plugins>
302302
</pluginManagement>
303303
<plugins>
304+
<plugin>
305+
<groupId>org.apache.maven.plugins</groupId>
306+
<artifactId>maven-assembly-plugin</artifactId>
307+
<version>2.6</version>
308+
</plugin>
304309
<plugin>
305310
<groupId>org.apache.maven.plugins</groupId>
306311
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)