Skip to content

Commit 5c645f9

Browse files
committed
fixed package issue
1 parent 7e9091a commit 5c645f9

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

jdk_8_maven/cs/rest-gui/ocvn/forms/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@
292292
<artifactId>spring-boot-maven-plugin</artifactId>
293293
<configuration>
294294
<executable>true</executable>
295+
<includeSystemScope>true</includeSystemScope>
295296
</configuration>
296297
<version>${spring.boot.version}</version>
297298
<executions>

jdk_8_maven/cs/rest-gui/ocvn/persistence/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@
238238
<groupId>org.springframework.boot</groupId>
239239
<artifactId>spring-boot-maven-plugin</artifactId>
240240
<version>${spring.boot.version}</version>
241+
<configuration>
242+
<includeSystemScope>true</includeSystemScope>
243+
</configuration>
241244
</plugin>
242245
<plugin>
243246
<groupId>org.apache.maven.plugins</groupId>

jdk_8_maven/cs/rest-gui/ocvn/web/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@
265265
<!-- MODIFIED -->
266266
<configuration>
267267
<classifier>exec</classifier>
268+
<includeSystemScope>true</includeSystemScope>
268269
</configuration>
269270
<executions>
270271
<execution>

0 commit comments

Comments
 (0)