File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments