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