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:05:01 UTC

[incubator-servicecomb-java-chassis] 01/02: 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 master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 856e4c705afd91017c1cd04d50a06d563b6018fa
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 c048012..b850655 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.