Commit 59087c77e164fa5ebac896ec3b328c7c1e34cd36
1 parent
5749cdd1
解决mvn打包时无法将额外引入的包打入可执行jar的问题
Showing
1 changed file
with
3 additions
and
0 deletions
pom.xml
| @@ -167,6 +167,9 @@ | @@ -167,6 +167,9 @@ | ||
| 167 | <plugin> | 167 | <plugin> |
| 168 | <groupId>org.springframework.boot</groupId> | 168 | <groupId>org.springframework.boot</groupId> |
| 169 | <artifactId>spring-boot-maven-plugin</artifactId> | 169 | <artifactId>spring-boot-maven-plugin</artifactId> |
| 170 | + <configuration> | ||
| 171 | + <includeSystemScope>true</includeSystemScope> | ||
| 172 | + </configuration> | ||
| 170 | </plugin> | 173 | </plugin> |
| 171 | <plugin> | 174 | <plugin> |
| 172 | <groupId>org.apache.maven.plugins</groupId> | 175 | <groupId>org.apache.maven.plugins</groupId> |