You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2023/02/14 05:54:39 UTC

[kylin] 10/33: KYLIN-5428 [FOLLOW UP] fix packaging issue

This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit f67bc74bd63ce2a06d2842357a160c4e56e8bffe
Author: qianhao.zhou <z....@gmail.com>
AuthorDate: Thu Dec 1 14:23:17 2022 +0800

    KYLIN-5428 [FOLLOW UP] fix packaging issue
    
    Co-authored-by: qhzhou <qi...@kyligence.io>
---
 src/server/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/server/pom.xml b/src/server/pom.xml
index d26f87b24d..be92d6ad50 100644
--- a/src/server/pom.xml
+++ b/src/server/pom.xml
@@ -143,6 +143,10 @@
             <groupId>io.springfox</groupId>
             <artifactId>springfox-boot-starter</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.mapstruct</groupId>
+            <artifactId>mapstruct</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-config</artifactId>