diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml index 4bb265d..628e892 100644 --- a/novel-crawl/pom.xml +++ b/novel-crawl/pom.xml @@ -31,6 +31,29 @@ + + + org.apache.maven.plugins + maven-shade-plugin + + false + + + + package + + shade + + + + + ${project.groupId}:*:* + + + + + + org.springframework.boot @@ -62,6 +85,7 @@ false false runtime + ${project.groupId} diff --git a/novel-front/pom.xml b/novel-front/pom.xml index 547fbae..59a3eab 100644 --- a/novel-front/pom.xml +++ b/novel-front/pom.xml @@ -97,6 +97,29 @@ + + + org.apache.maven.plugins + maven-shade-plugin + + false + + + + package + + shade + + + + + ${project.groupId}:*:* + + + + + + org.springframework.boot @@ -128,6 +151,7 @@ false false runtime + ${project.groupId}