iadcode opened a new pull request #2340:
URL: https://github.com/apache/thrift/pull/2340


   …to remove outdated unnecessary compile time dependency.
   
   When using java package libthrift 0.14.0, I've noticed a new compile time 
dependency for the package to tomcat-embedded-core. Upon reviewing, this 
package is quite old and is a security risk. When I looked at where and how 
this package is being used, I noticed that it's only refered to by crossTest 
and to provide access to the javax.servlet classes.
   
   Since tomcat-embedded is only used in crossTests, I have moved it to 
crossTest configuration so the libthrift java package does not require this 
unnecessary dependency for compilation. Instead, the java-servlet dependency 
has been reintroduced in compile time. I've also taken this opportunity to 
update both dependenciesto a later version.


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


Reply via email to