Skip to content

Commit a6bcbc8

Browse files
committed
fix: add missing config JAR to BOM
The JAR is used in CI to figure our docker image name and version.
1 parent 7fbee7a commit a6bcbc8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

build/bom/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,18 @@
484484
<classifier>sources</classifier>
485485
</dependency>
486486

487+
<dependency>
488+
<groupId>ai.timefold.solver</groupId>
489+
<artifactId>timefold-solver-service-config</artifactId>
490+
<version>${version.ai.timefold.solver}</version>
491+
</dependency>
492+
<dependency>
493+
<groupId>ai.timefold.solver</groupId>
494+
<artifactId>timefold-solver-service-config</artifactId>
495+
<version>${version.ai.timefold.solver}</version>
496+
<classifier>sources</classifier>
497+
</dependency>
498+
487499
<!-- test support -->
488500
<dependency>
489501
<groupId>ai.timefold.solver</groupId>

0 commit comments

Comments
 (0)