diff options
author | efiacor <fiachra.corcoran@est.tech> | 2021-10-21 15:30:55 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2021-10-21 15:31:00 +0100 |
commit | c26822664809540124e3635030e562b86effb556 (patch) | |
tree | fb1828ac6d5a8cdbb1d9b04b78e57d96950ca72f | |
parent | 3988f22a6564861e37e6419c02d10346753a3a5f (diff) |
[DMAAP-BC] Fix jjb failure
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ib8c2da892119df643f396b98891717e1e848daf0
Issue-ID: DMAAP-1682
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ <configuration> <excludes> </excludes> + <forkCount>0</forkCount> <argLine> ${surefireArgLine} --illegal-access=permit </argLine> |