Skip to content

Commit

Permalink
remove an invalid dependency and add timeplus to label-scope-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jovezhong committed Aug 14, 2024
1 parent 2759593 commit 8840da2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/labeler/label-scope-conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,9 @@ sls:
- all:
- changed-files:
- any-glob-to-any-file: seatunnel-connectors-v2/connector-sls/**
- all-globs-to-all-files: '!seatunnel-connectors-v2/connector-!(sls)/**'
- all-globs-to-all-files: '!seatunnel-connectors-v2/connector-!(sls)/**'
timeplus:
- all:
- changed-files:
- any-glob-to-any-file: seatunnel-connectors-v2/connector-timeplus/**
- all-globs-to-all-files: '!seatunnel-connectors-v2/connector-!(timeplus)/**'
6 changes: 0 additions & 6 deletions seatunnel-connectors-v2/connector-timeplus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
</dependency>

<!-- TODO add to dependency management after version unify -->
<dependency>
<groupId>com.timeplus</groupId>
<artifactId>proton-http-client</artifactId>
<version>${timeplus.http.jdbc.version}</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 8840da2

Please sign in to comment.