Skip to content

Commit

Permalink
Merge pull request #1552 from jhipster/optional
Browse files Browse the repository at this point in the history
make more dependencies optional
  • Loading branch information
DanielFran authored Mar 28, 2024
2 parents da14434 + 07a982d commit aa8d5f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jhipster-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -119,6 +120,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit aa8d5f1

Please sign in to comment.