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/02/24 05:17:32 UTC

[mnemonic] branch master updated: MNEMONIC-624:Update mnemonic-sys-vmem-service dependency from core to common

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


The following commit(s) were added to refs/heads/master by this push:
     new 322a76e  MNEMONIC-624:Update mnemonic-sys-vmem-service dependency from core to common
322a76e is described below

commit 322a76e9cdeab6964e6cde3b8cdc498907f9adc8
Author: Zhen Li <rh...@gmail.com>
AuthorDate: Mon Feb 22 23:00:28 2021 -0800

    MNEMONIC-624:Update mnemonic-sys-vmem-service dependency from core to common
    
    Signed-off-by: Zhen Li <rh...@gmail.com>
---
 mnemonic-memory-services/mnemonic-sys-vmem-service/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mnemonic-memory-services/mnemonic-sys-vmem-service/build.gradle b/mnemonic-memory-services/mnemonic-sys-vmem-service/build.gradle
index f48d0c5..29718b8 100644
--- a/mnemonic-memory-services/mnemonic-sys-vmem-service/build.gradle
+++ b/mnemonic-memory-services/mnemonic-sys-vmem-service/build.gradle
@@ -24,7 +24,7 @@ plugins {
 description = 'mnemonic-sys-vmem-service'
 
 dependencies {
-  implementation project(':mnemonic-core')
+  implementation project(':mnemonic-common')
   implementation 'org.flowcomputing.commons:commons-primitives'
   testCompileOnly 'org.testng:testng'
 }