You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ha...@apache.org on 2020/04/13 17:54:36 UTC

[beam] branch master updated (537c641 -> 296f5a7)

This is an automated email from the ASF dual-hosted git repository.

hannahjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 537c641  [BEAM-9738] Update dataflow to setup correct docker environment options. (#11371)
     add 296f5a7  [BEAM-9136]Add licenses for dependencies for Java (#11243)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |   1 +
 sdks/java/container/Dockerfile                     |   2 +
 sdks/java/container/build.gradle                   |  32 ++-
 .../container/license_scripts/dep_urls_java.yaml   | 179 ++++++++++++++++
 .../container/license_scripts/license_script.sh    |  38 ++++
 .../license_scripts/pull_licenses_java.py          | 225 +++++++++++++++++++++
 6 files changed, 476 insertions(+), 1 deletion(-)
 create mode 100644 sdks/java/container/license_scripts/dep_urls_java.yaml
 create mode 100755 sdks/java/container/license_scripts/license_script.sh
 create mode 100644 sdks/java/container/license_scripts/pull_licenses_java.py