master
guwd 5 years ago
parent 47df10a876
commit 3d58badb49
  1. 2
      bin/assembly.xml
  2. 10
      pom-war.xml
  3. 10
      pom.xml

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

@ -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>

@ -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>

Loading…
Cancel
Save