You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/03/06 22:32:07 UTC

[GitHub] sijie opened a new pull request #1234: Make shading rule consistent between bookkeeper-server-shaded and bookkeeper-server-tests-shaded

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:
users@infra.apache.org


With regards,
Apache Git Services