Remove aspectj-weaver.arg

Signed-off-by: Ammar Bikic <ammar.bikic@bosch.io>
This commit is contained in:
Ammar Bikic
2020-10-05 08:27:26 +02:00
parent ddabbc5249
commit edb9d91065

View File

@@ -409,7 +409,7 @@
<useSystemClassLoader>false</useSystemClassLoader> <useSystemClassLoader>false</useSystemClassLoader>
<reuseForks>true</reuseForks> <reuseForks>true</reuseForks>
<forkCount>${surefire.forkcount}</forkCount> <forkCount>${surefire.forkcount}</forkCount>
<argLine>${jacoco.agent.ut.arg} ${aspectj-weaver.arg}</argLine> <argLine>${jacoco.agent.ut.arg}</argLine>
<properties> <properties>
<property> <property>
<name>listener</name> <name>listener</name>