File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 100
100
101
101
<dependencies >
102
102
103
+ <!-- https://github.com/spring-projects/spring-boot/blob/v1.2.3.RELEASE/spring-boot-starters/spring-boot-starter/pom.xml -->
104
+ <dependency >
105
+ <groupId >org.springframework.boot</groupId >
106
+ <artifactId >spring-boot-starter</artifactId >
107
+ <exclusions >
108
+ <exclusion >
109
+ <!-- In favour of spring-boot-starter-log4j -->
110
+ <groupId >org.springframework.boot</groupId >
111
+ <artifactId >spring-boot-starter-logging</artifactId >
112
+ </exclusion >
113
+ </exclusions >
114
+ </dependency >
115
+
103
116
<!-- https://github.com/spring-projects/spring-boot/blob/v1.2.3.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml -->
104
117
<dependency >
105
118
<groupId >org.springframework.boot</groupId >
110
123
<groupId >org.springframework.boot</groupId >
111
124
<artifactId >spring-boot-starter-tomcat</artifactId >
112
125
</exclusion >
113
- <exclusion >
114
- <!-- In favour of spring-boot-starter-log4j -->
115
- <groupId >org.springframework.boot</groupId >
116
- <artifactId >spring-boot-starter-logging</artifactId >
117
- </exclusion >
118
126
</exclusions >
119
127
</dependency >
120
128
You can’t perform that action at this time.
0 commit comments