You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2022/11/03 00:40:25 UTC

[GitHub] [cxf] reta commented on a diff in pull request #1018: [CXF-8758]:Add wiremock-standalone test dependency to fix more systests

reta commented on code in PR #1018:
URL: https://github.com/apache/cxf/pull/1018#discussion_r1012407268


##########
systests/microprofile/client/weld/pom.xml:
##########
@@ -85,17 +92,65 @@
             <artifactId>johnzon-jsonb</artifactId>

Review Comment:
   Could you please change this one to:
   
   ```
   <dependency>
               <groupId>org.apache.johnzon</groupId>
               <artifactId>johnzon-jsonb</artifactId>
               <classifier>jakarta</classifier>
               <exclusions>
                   <exclusion>
                       <groupId>*</groupId>
                       <artifactId>*</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>
           <dependency>
               <groupId>org.apache.johnzon</groupId>
               <artifactId>johnzon-mapper</artifactId>
               <classifier>jakarta</classifier>
           </dependency>
   ```
   
   (the same as other POM), thanks



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@cxf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org