Skip to content

Commit

Permalink
chore(engine): make spring-beans optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Dec 19, 2024
1 parent 7e310e0 commit 2b0d33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<optional>true</optional>
</dependency>

<dependency>
Expand Down

0 comments on commit 2b0d33a

Please sign in to comment.