Skip to content

Commit f47c541

Browse files
committed
fixes maven compile stackoverflow
1 parent fb27f2e commit f47c541

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
@@ -300,6 +300,11 @@
300300
</plugins>
301301
</pluginManagement>
302302
<plugins>
303+
<plugin>
304+
<groupId>org.apache.maven.plugins</groupId>
305+
<artifactId>maven-assembly-plugin</artifactId>
306+
<version>2.6</version>
307+
</plugin>
303308
<plugin>
304309
<groupId>org.apache.maven.plugins</groupId>
305310
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)