sijie opened a new pull request #1234: Make shading rule consistent between 
bookkeeper-server-shaded and bookkeeper-server-tests-shaded
URL: https://github.com/apache/bookkeeper/pull/1234
 
 
   
   Descriptions of the changes in this PR:
   
   `bookkeeper-server:test-jar` is working with `bookkeeper-server`. we should 
make `bookkeeper-server-tests-shaded` work with `bookkeeper-server-shaded`.  so 
this change is to make they have consistent shading rule.
   
   ```
   <dependency>
         <groupId>org.apache.bookkeeper</groupId>
         <artifactId>bookkeeper-server-shaded</artifactId>
         <version>${bookkeeper.version}</version>
         <scope>test</scope>
       </dependency>
   <dependency>
         <groupId>org.apache.bookkeeper</groupId>
         <artifactId>bookkeeper-server-tests-shaded</artifactId>
         <version>${bookkeeper.version}</version>
         <scope>test</scope>
       </dependency>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to