Skip to content

Commit bbd8b3c

Browse files
TomCoolstriceo
authored andcommitted
fix: correct enterprise spring boot configuration
Enterprise config was set incorrectly.
1 parent bd161d2 commit bbd8b3c

File tree

1 file changed

+1
-1
lines changed
  • java/spring-boot-integration

1 file changed

+1
-1
lines changed

java/spring-boot-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<dependencies>
178178
<dependency>
179179
<groupId>ai.timefold.solver.enterprise</groupId>
180-
<artifactId>timefold-solver-enterprise-quarkus</artifactId>
180+
<artifactId>timefold-solver-enterprise-spring-boot-starter</artifactId>
181181
</dependency>
182182
</dependencies>
183183
<properties>

0 commit comments

Comments
 (0)