Skip to content

Commit

Permalink
Merge pull request #34 from slimming-fat/master
Browse files Browse the repository at this point in the history
Could com.example:demo:0.1.0-SNAPSHOT drop off redundant dependencies?
  • Loading branch information
bfwg authored Aug 1, 2023
2 parents 6bdf186 + 22b36d8 commit 80c0d03
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<!-- bloated dependency -->
<artifactId>tomcat-embed-el</artifactId>
<groupId>org.apache.tomcat.embed</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -37,6 +44,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<exclusions>
<exclusion>
<!-- bloated dependency -->
<artifactId>txw2</artifactId>
<groupId>org.glassfish.jaxb</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.mobile</groupId>
Expand Down

0 comments on commit 80c0d03

Please sign in to comment.