summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 50b836d..6c169be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</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>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>