Refactoring - Version stable
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -258,6 +258,13 @@
|
||||
<artifactId>log4j2-jboss-logmanager</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- SmallRye In-Memory connector for Kafka tests (no broker needed) -->
|
||||
<dependency>
|
||||
<groupId>io.smallrye.reactive</groupId>
|
||||
<artifactId>smallrye-reactive-messaging-in-memory</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
@@ -311,10 +318,6 @@
|
||||
<version>0.2.0</version>
|
||||
</path>
|
||||
</annotationProcessorPaths>
|
||||
<compilerArgs>
|
||||
<arg>-Amapstruct.defaultComponentModel=cdi</arg>
|
||||
</compilerArgs>
|
||||
<!-- componentModel cdi aligné avec @Mapper(componentModel = "cdi") ; jakarta-cdi non reconnu en dev Quarkus -->
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@@ -340,6 +343,10 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.2.5</version>
|
||||
<configuration>
|
||||
<argLine>@{argLine} -Xmx768m -XX:+UseSerialGC -XX:TieredStopAtLevel=1 -XX:CICompilerCount=2 -XX:ReservedCodeCacheSize=256m --add-opens java.base/java.util=ALL-UNNAMED -Djdk.attach.allowAttachSelf=true</argLine>
|
||||
<environmentVariables>
|
||||
<UNIONFLOW_DOMAIN>api.lions.dev</UNIONFLOW_DOMAIN>
|
||||
</environmentVariables>
|
||||
<systemPropertyVariables>
|
||||
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
|
||||
<!-- Exclure les migrations Flyway du classpath des tests -->
|
||||
|
||||
Reference in New Issue
Block a user