cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

fix shadow JAR distribution #58

Closed tangiel closed 7 years ago

tangiel commented 7 years ago

Currently, dependencies are repackaged in the JAR, but the framework classes aren't rewritten. This fixes the problem.

codecov-io commented 7 years ago

Codecov Report

Merging #58 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##             master     #58   +/-   ##
========================================
  Coverage      79.7%   79.7%           
  Complexity     1618    1618           
========================================
  Files           154     154           
  Lines          5431    5431           
  Branches        698     698           
========================================
  Hits           4329    4329           
  Misses          831     831           
  Partials        271     271

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d25a19...a836005. Read the comment docs.