Skip to content

Commit aac4b5b

Browse files
author
Brett Chaldecott
committed
fix: included the spring-boot-starter reference to resolve some problems around end of string deliminator
1 parent fe8f3cd commit aac4b5b

File tree

1 file changed

+7
-0
lines changed
  • kinde-springboot/kinde-springboot-core

1 file changed

+7
-0
lines changed

kinde-springboot/kinde-springboot-core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
<version>2.0.1</version>
2727
</dependency>
2828

29+
<dependency>
30+
<groupId>org.springframework.boot</groupId>
31+
<artifactId>spring-boot-starter</artifactId>
32+
<optional>true</optional>
33+
<version>3.4.4</version>
34+
</dependency>
35+
2936
<dependency>
3037
<groupId>org.springframework.boot</groupId>
3138
<artifactId>spring-boot-starter-webflux</artifactId>

0 commit comments

Comments
 (0)