Skip to content

Commit 80c0d03

Browse files
authored
Merge pull request #34 from slimming-fat/master
Could com.example:demo:0.1.0-SNAPSHOT drop off redundant dependencies?
2 parents 6bdf186 + 22b36d8 commit 80c0d03

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
<dependency>
3030
<groupId>org.springframework.boot</groupId>
3131
<artifactId>spring-boot-starter-web</artifactId>
32+
<exclusions>
33+
<exclusion>
34+
<!-- bloated dependency -->
35+
<artifactId>tomcat-embed-el</artifactId>
36+
<groupId>org.apache.tomcat.embed</groupId>
37+
</exclusion>
38+
</exclusions>
3239
</dependency>
3340
<dependency>
3441
<groupId>org.springframework.boot</groupId>
@@ -37,6 +44,13 @@
3744
<dependency>
3845
<groupId>org.springframework.boot</groupId>
3946
<artifactId>spring-boot-starter-data-jpa</artifactId>
47+
<exclusions>
48+
<exclusion>
49+
<!-- bloated dependency -->
50+
<artifactId>txw2</artifactId>
51+
<groupId>org.glassfish.jaxb</groupId>
52+
</exclusion>
53+
</exclusions>
4054
</dependency>
4155
<dependency>
4256
<groupId>org.springframework.mobile</groupId>

0 commit comments

Comments
 (0)