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:18:04 UTC

[mnemonic] branch master updated: MNEMONIC-625:Update mnemonic-nvml-pmem-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 db8fe9f  MNEMONIC-625:Update mnemonic-nvml-pmem-service dependency from core to common
db8fe9f is described below

commit db8fe9f436971e2e9e29629a7ba08c17544f0963
Author: Zhen Li <rh...@gmail.com>
AuthorDate: Mon Feb 22 23:04:41 2021 -0800

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

diff --git a/mnemonic-memory-services/mnemonic-nvml-pmem-service/build.gradle b/mnemonic-memory-services/mnemonic-nvml-pmem-service/build.gradle
index 4b8a6bf..f303077 100644
--- a/mnemonic-memory-services/mnemonic-nvml-pmem-service/build.gradle
+++ b/mnemonic-memory-services/mnemonic-nvml-pmem-service/build.gradle
@@ -23,7 +23,7 @@ plugins {
 
 description = 'mnemonic-nvml-pmem-service'
 dependencies {
-  implementation project(':mnemonic-core')
+  implementation project(':mnemonic-common')
   implementation 'org.flowcomputing.commons:commons-primitives'
   testCompileOnly 'org.testng:testng'
 }