We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 774d8de + 88cca65 commit f7a9ec1Copy full SHA for f7a9ec1
1 file changed
core/pom.xml
@@ -84,4 +84,18 @@
84
<artifactId>poi</artifactId>
85
</dependency>
86
</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>
101
</project>
0 commit comments