You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/07/20 18:20:46 UTC

[mnemonic] 02/02: MNEMONIC-660: Fix DurablePersonNGTest testcase failurei second step

This is an automated email from the ASF dual-hosted git repository.

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git

commit 96a7b8f58cb728499515419eaf0dbc77fa5fe091
Author: Chunyong He <ch...@gmail.com>
AuthorDate: Sun Jul 18 17:33:06 2021 -0700

    MNEMONIC-660: Fix DurablePersonNGTest testcase failurei second step
    
    Signed-off-by: Chunyong He <ch...@gmail.com>
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68dd933..5fe7857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,7 +376,6 @@
           <configuration>
             <skipTests>${skipTests}</skipTests>
             <enableAssertions>true</enableAssertions>
-            <argLine>-Djava.ext.dirs=${memory.service.dist.dir}:${computing.service.dist.dir}</argLine>
           </configuration>
         </plugin>
         <plugin>