From a614c079e91ffdfdfa649eb1678872b8e8197505 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Tue, 23 Feb 2021 18:12:57 +0800 Subject: [PATCH] Merge pull request #1067 from HexToString/fix_encoding_bug pom aliyun --- java/examples/pom.xml | 25 ++++++++++++++++++++++++- java/pom.xml | 25 ++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/java/examples/pom.xml b/java/examples/pom.xml index 745e8d4f..76421ce6 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -8,7 +8,30 @@ io.paddle.serving.client paddle-serving-sdk-java-examples 0.0.1 - + + + aliyun + https://maven.aliyun.com/repository/public + + true + + + false + + + + + + aliyun-plugin + https://maven.aliyun.com/repository/public + + true + + + false + + + diff --git a/java/pom.xml b/java/pom.xml index d7e9ea7a..cd8ce000 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -47,7 +47,30 @@ 1.8 1.8 - + + + aliyun + https://maven.aliyun.com/repository/public + + true + + + false + + + + + + aliyun-plugin + https://maven.aliyun.com/repository/public + + true + + + false + + + -- GitLab