You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/07/11 06:34:11 UTC

[inlong] branch master updated (e8950a9ba -> bea741c97)

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

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


    from e8950a9ba [INLONG-4906][Dashboard] Support Oracle sink (#4909)
     add bea741c97 [INLONG-4946][Manager] Improve the dependency for the manager module (#4947)

No new revisions were added by this update.

Summary of changes:
 inlong-manager/manager-client/pom.xml              |  36 +-
 inlong-manager/manager-common/pom.xml              |   9 +
 .../common/pojo/transform/TransformResponse.java   |   6 +-
 inlong-manager/manager-dao/pom.xml                 |  15 +-
 .../org/apache/inlong/manager/dao/DaoBaseTest.java |   2 -
 inlong-manager/manager-plugins/pom.xml             |  28 +
 inlong-manager/manager-service/pom.xml             | 273 +++++---
 .../inlong/manager/service/ServiceBaseTest.java    |   2 -
 inlong-manager/manager-test/pom.xml                |   6 +-
 inlong-manager/manager-web/pom.xml                 |  14 +-
 inlong-manager/manager-workflow/pom.xml            |   1 -
 inlong-manager/pom.xml                             |  41 +-
 licenses/inlong-manager/LICENSE                    |  21 +-
 .../inlong-manager/licenses/LICENSE-asm-5.0.4.txt  |  28 -
 .../licenses/LICENSE-h2-functions-4-mysql.txt      | 201 ------
 licenses/inlong-manager/licenses/LICENSE-h2.txt    | 552 ---------------
 .../inlong-manager/licenses/LICENSE-jcodings.txt   |  17 -
 .../inlong-manager/licenses/LICENSE-jsp-api.txt    | 759 ---------------------
 pom.xml                                            |  13 +-
 19 files changed, 309 insertions(+), 1715 deletions(-)
 delete mode 100644 licenses/inlong-manager/licenses/LICENSE-asm-5.0.4.txt
 delete mode 100644 licenses/inlong-manager/licenses/LICENSE-h2-functions-4-mysql.txt
 delete mode 100644 licenses/inlong-manager/licenses/LICENSE-h2.txt
 delete mode 100644 licenses/inlong-manager/licenses/LICENSE-jcodings.txt
 delete mode 100644 licenses/inlong-manager/licenses/LICENSE-jsp-api.txt