You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/08/15 03:12:31 UTC

[GitHub] [incubator-druid] clintropolis opened a new pull request #8309: exclude avro extension dependencies that are already included in druid core libraries

clintropolis opened a new pull request #8309: exclude avro extension dependencies that are already included in druid core libraries
URL: https://github.com/apache/incubator-druid/pull/8309
 
 
   ### Description
   While working on `NOTICE` stuff for 0.16.0, noticed avro extension had a lot of dependencies that were already included in `lib/` folder of package, so I have excluded them from the avro extension pom.
   
   before:
   <img width="795" alt="Screen Shot 2019-08-14 at 8 09 50 PM" src="https://user-images.githubusercontent.com/1577461/63070291-80355f80-becf-11e9-9eca-c4392fadddcc.png">
   
   ```
   $ ls -1
   avro-1.9.0.jar
   avro-ipc-1.9.0.jar
   avro-ipc-jetty-1.9.0.jar
   avro-mapred-1.9.0.jar
   commons-compress-1.18.jar
   commons-lang3-3.5.jar
   druid-avro-extensions-0.16.0-incubating-SNAPSHOT.jar
   gson-2.3.1.jar
   javax.annotation-api-1.3.2.jar
   javax.servlet-api-3.1.0.jar
   jersey-client-1.15.jar
   jersey-core-1.19.3.jar
   jetty-http-9.4.10.v20180503.jar
   jetty-io-9.4.10.v20180503.jar
   jetty-security-9.4.10.v20180503.jar
   jetty-server-9.4.10.v20180503.jar
   jetty-servlet-9.4.10.v20180503.jar
   jetty-util-9.4.10.v20180503.jar
   jsr311-api-1.1.1.jar
   kafka-schema-registry-client-3.0.1.jar
   schema-repo-api-0.1.3.jar
   schema-repo-avro-0.1.3.jar
   schema-repo-client-0.1.3.jar
   schema-repo-common-0.1.3.jar
   velocity-engine-core-2.0.jar
   ```
   
   after:
   <img width="696" alt="Screen Shot 2019-08-14 at 8 09 00 PM" src="https://user-images.githubusercontent.com/1577461/63070301-89263100-becf-11e9-9a10-49a5e73c5fee.png">
   
   ```
   $ ls -1
   avro-1.9.0.jar
   avro-ipc-1.9.0.jar
   avro-ipc-jetty-1.9.0.jar
   avro-mapred-1.9.0.jar
   druid-avro-extensions-0.16.0-incubating-SNAPSHOT.jar
   gson-2.3.1.jar
   javax.annotation-api-1.3.2.jar
   jersey-client-1.15.jar
   kafka-schema-registry-client-3.0.1.jar
   schema-repo-api-0.1.3.jar
   schema-repo-avro-0.1.3.jar
   schema-repo-client-0.1.3.jar
   schema-repo-common-0.1.3.jar
   velocity-engine-core-2.0.jar
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org