[JAVA-18169] Moved rule-engines module to jdk9-and-above profile + Up… (#13505)

* [JAVA-18169] Moved rule-engines module to jdk9-and-above profile + Upgraded dependencies

* [JAVA-18155] Moved libraries-testing module to jdk9-and-above profile

* [JAVA-16395] Moved couchbase module to jdk9-and-above profile

* [JAVA-18155] Upgraded libraries versions

* [JAVA-18181] Moved spring-aop module to jdk9-and-above profile

* [JAVA-18182] Moved spring-aop-2 module to jdk9-and-above profile

* [JAVA-18143] Moved jmeter module to jdk9-and-above profile + testing build

* [JAVA-18181]  testing build

* [JAVA-18181]  Added configuration for war plugin

* [JAVA-18182]  Added maven-war-plugin
This commit is contained in:
panos-kakos
2023-02-23 18:47:39 +02:00
committed by GitHub
parent cf8e81e680
commit 1b900c889e
9 changed files with 70 additions and 26 deletions

View File

@@ -39,8 +39,22 @@
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>${maven-war-plugin.version}</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<aspectj-plugin.version>1.11</aspectj-plugin.version>
<aspectj-plugin.version>1.14.0</aspectj-plugin.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
</properties>
</project>