@TarunKumar,Not sure if any of the transitive dependencies of
google-oauth-client-jetty is in need of com.sun.net.httpserver, Can you
try adding the same in Import-Package entry with
resolution:=optionalAlso, In the Export-Package entry, remove the
version information and cross check if you have mentioned all the Java
Package names (related to the dependency) that you are using in the
actual code/functionality. If you still face any issues, share the code
snippet that is making use of google-oau...