소스 검색

Merge branch 'dev-yzc'

yzc 2 년 전
부모
커밋
fbf67a3fff
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      sckw-modules/sckw-message/pom.xml

+ 17 - 0
sckw-modules/sckw-message/pom.xml

@@ -81,4 +81,21 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>3.0.5</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>