Updated pom for sonarqube

This commit is contained in:
2024-04-08 20:41:17 -04:00
parent ff11cd72c3
commit 2d1bb099c0

View File

@@ -178,6 +178,7 @@
<classpathDependencyExcludes>
<classpathDependencyExclude>org.apache.logging.log4j:log4j-slf4j2-impl</classpathDependencyExclude>
</classpathDependencyExcludes>
<argLine>${argLine} -XX:+EnableDynamicAgentLoading</argLine>
</configuration>
</plugin>
<plugin>
@@ -209,6 +210,7 @@
<classpathDependencyExcludes>
<classpathDependencyExclude>org.apache.logging.log4j:log4j-slf4j2-impl</classpathDependencyExclude>
</classpathDependencyExcludes>
<argLine>${argLine} -XX:+EnableDynamicAgentLoading</argLine>
</configuration>
</execution>
</executions>
@@ -243,7 +245,7 @@
<version>0.8.12</version>
<configuration>
<excludes>
<exclude>**/CipherStreamWeb*</exclude>
<exclude>**/CipherStreamAPI*</exclude>
</excludes>
</configuration>
<executions>