This commit is contained in:
24
bom/pom.xml
24
bom/pom.xml
@@ -11,14 +11,16 @@
|
||||
<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>
|
||||
<failsafe-plugin.version>${surefire-plugin.version}</failsafe-plugin.version>
|
||||
<maven.compiler.release>21</maven.compiler.release>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
|
||||
@@ -29,12 +31,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>
|
||||
|
||||
Reference in New Issue
Block a user