summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-11 00:43:41 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-11 00:43:41 +0000
commit71c4e0a0ca19e5437c382a970d96fb94c6c9abca (patch)
treefa40b1be4c11a3d459eefb1d65479b8d8bb174f6 /pom.xml
parent9352a6048cff723220cd022591d93f9ccd2eb814 (diff)
Fixes for log4j
Diffstat (limited to 'pom.xml')
-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>