guwd 5 years ago
parent
commit
3d58badb49
3 changed files with 21 additions and 1 deletions
  1. 1 1
      bin/assembly.xml
  2. 10 0
      pom-war.xml
  3. 10 0
      pom.xml

+ 1 - 1
bin/assembly.xml

@@ -1,7 +1,7 @@
 <assembly>
     <id>bin</id>
     <formats>
-        <format>zip</format>
+        <format>dir</format>
     </formats>
 
     <fileSets>

+ 10 - 0
pom-war.xml

@@ -50,6 +50,16 @@
             <version>7.0.42</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
 
     </dependencies>
 

+ 10 - 0
pom.xml

@@ -28,6 +28,16 @@
             <artifactId>store-client</artifactId>
             <version>5.0</version>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.springframework.boot</groupId>
+                    <artifactId>spring-boot-starter-logging</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
     <build>
         <finalName>ms-mcms</finalName>