Skip to content

Commit f7a9ec1

Browse files
authored
Merge pull request #27 from houko/develop
fix core build error
2 parents 774d8de + 88cca65 commit f7a9ec1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

core/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,18 @@
8484
<artifactId>poi</artifactId>
8585
</dependency>
8686
</dependencies>
87+
88+
<build>
89+
<plugins>
90+
<plugin>
91+
<groupId>org.springframework.boot</groupId>
92+
<artifactId>spring-boot-maven-plugin</artifactId>
93+
<executions>
94+
<execution>
95+
<phase>none</phase>
96+
</execution>
97+
</executions>
98+
</plugin>
99+
</plugins>
100+
</build>
87101
</project>

0 commit comments

Comments
 (0)