Skip to content

Commit 899921f

Browse files
committed
pom.xml: update to use spring-boot-starter.
1 parent 77763ac commit 899921f

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

pom.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,19 @@
100100

101101
<dependencies>
102102

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+
103116
<!-- https://github.com/spring-projects/spring-boot/blob/v1.2.3.RELEASE/spring-boot-starters/spring-boot-starter-web/pom.xml -->
104117
<dependency>
105118
<groupId>org.springframework.boot</groupId>
@@ -110,11 +123,6 @@
110123
<groupId>org.springframework.boot</groupId>
111124
<artifactId>spring-boot-starter-tomcat</artifactId>
112125
</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>
118126
</exclusions>
119127
</dependency>
120128

0 commit comments

Comments
 (0)