Init (1)
Some checks failed
Maven build / build (push) Failing after 20s

This commit is contained in:
Guillaume Dugas
2026-02-19 09:58:35 +01:00
parent 7ad05e5b14
commit 628028750c
44 changed files with 2376 additions and 7 deletions

View File

@@ -11,9 +11,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
<name>Bom</name>
<packaging>pom</packaging>
<artifactId>bom</artifactId>
<name>Compositor Bom</name>
<properties>
<compiler-plugin.version>3.14.1</compiler-plugin.version>
@@ -29,12 +29,30 @@
<surefire-plugin.version>3.5.4</surefire-plugin.version>
<!-- APP PROPS -->
<compositor.version>${project.version}</compositor.version>
<lombok.version>1.18.42</lombok.version>
<pebble.version>4.1.0</pebble.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>fr.cnd.compositor</groupId>
<artifactId>bom</artifactId>
<version>${compositor.version}</version>
</dependency>
<dependency>
<groupId>fr.cnd.compositor</groupId>
<artifactId>compositor</artifactId>
<version>${compositor.version}</version>
</dependency>
<dependency>
<groupId>fr.cnd.compositor</groupId>
<artifactId>core</artifactId>
<version>${compositor.version}</version>
</dependency>
<dependency>
<groupId>io.pebbletemplates</groupId>
<artifactId>pebble</artifactId>