diff --git a/examples/pom.xml b/examples/pom.xml
index 383381fb..60b0d8bf 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -54,23 +54,48 @@
org.apache.maven.plugins
- maven-assembly-plugin
- 2.5.3
+ maven-shade-plugin
+ 3.4.1
+
+
+
+
+ *:*
+
+
+
+
+
+
+ com.vesoft.nebula.GraphClientExample
+
+
+
+
package
- single
+ shade
+
+
+
+ *:*
+
+ META-INF/*.SF
+ META-INF/*.DSA
+ META-INF/*.RSA
+ META-INF/*.EC
+ META-INF/SIG-*
+
+
+
+
-
-
- jar-with-dependencies
-
- ${project.artifactId}-${project.version}-jar-with-dependencies
- false
-