Skip to content

Commit

Permalink
chore: add spring dependency needed for hilla-engine-core
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 authored Dec 31, 2024
1 parent 09e9ace commit 2a4673b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
<artifactId>spring-boot-devtools</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader-tools</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
Expand Down

0 comments on commit 2a4673b

Please sign in to comment.