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/04/18 02:42:34 UTC

[mnemonic] branch master updated: MNEMONIC-639: Fix examples failed run due to deprecated extdirs.

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 e1365d5  MNEMONIC-639: Fix examples failed run due to deprecated extdirs.
e1365d5 is described below

commit e1365d55570def7e2c30f0e72867956d85285e20
Author: Chunyong He <ch...@gmail.com>
AuthorDate: Sun Apr 11 21:38:52 2021 -0700

    MNEMONIC-639: Fix examples failed run due to deprecated extdirs.
    
    Signed-off-by: Chunyong He <ch...@gmail.com>
---
 mnemonic-examples/pom.xml | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

diff --git a/mnemonic-examples/pom.xml b/mnemonic-examples/pom.xml
index 0fc283d..7a613b1 100644
--- a/mnemonic-examples/pom.xml
+++ b/mnemonic-examples/pom.xml
@@ -65,6 +65,21 @@
       <artifactId>mnemonic-nvml-pmem-service</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.mnemonic</groupId>
+      <artifactId>mnemonic-pmdk-vmem-service</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mnemonic</groupId>
+      <artifactId>mnemonic-pmdk-pmem-service</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.mnemonic</groupId>
+      <artifactId>mnemonic-pmalloc-service</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <!-- logging dependencies -->
     <!-- assume all APIs will be used -->
     <dependency>
@@ -236,8 +251,6 @@
             <configuration>
               <executable>java</executable>
               <arguments>
-                <!-- replace it with ${project.build.directory}/service-dist in client POM -->
-                <argument>-Djava.ext.dirs=${memory.service.dist.dir}</argument>
                 <argument>-ea</argument>
                 <argument>-classpath</argument>
                 <classpath />
@@ -271,8 +284,6 @@
             <configuration>
               <executable>java</executable>
               <arguments>
-                <!-- replace it with ${project.build.directory}/service-dist in client POM -->
-                <argument>-Djava.ext.dirs=${memory.service.dist.dir}</argument>
                 <argument>-ea</argument>
                 <argument>-classpath</argument>
                 <classpath />
@@ -306,8 +317,6 @@
             <configuration>
               <executable>java</executable>
               <arguments>
-                <!-- replace it with ${project.build.directory}/service-dist in client POM -->
-                <argument>-Djava.ext.dirs=${memory.service.dist.dir}</argument>
                 <argument>-ea</argument>
                 <argument>-classpath</argument>
                 <classpath />
@@ -341,8 +350,6 @@
             <configuration>
               <executable>java</executable>
               <arguments>
-                <!-- replace it with ${project.build.directory}/service-dist in client POM -->
-                <argument>-Djava.ext.dirs=${memory.service.dist.dir}</argument>
                 <argument>-ea</argument>
                 <argument>-classpath</argument>
                 <classpath />