You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/26 13:08:25 UTC

[incubator-servicecomb-java-chassis] 03/04: SCB-434 fix jaxrs-provider sample dependency

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch pre-1.0
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 17ad0d48a63e57d8aaf9d44e65460586e03ecf78
Author: zhengyangyong <ya...@huawei.com>
AuthorDate: Mon Mar 26 15:55:26 2018 +0800

    SCB-434 fix jaxrs-provider sample dependency
    
    Signed-off-by: zhengyangyong <ya...@huawei.com>
---
 samples/jaxrs-sample/jaxrs-provider/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/jaxrs-sample/jaxrs-provider/pom.xml b/samples/jaxrs-sample/jaxrs-provider/pom.xml
index 5425903..add653f 100644
--- a/samples/jaxrs-sample/jaxrs-provider/pom.xml
+++ b/samples/jaxrs-sample/jaxrs-provider/pom.xml
@@ -48,7 +48,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.servicecomb</groupId>
-            <artifactId>provider-rest-common</artifactId>
+            <artifactId>provider-jaxrs</artifactId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.