File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
chunjun-connectors/chunjun-connector-doris/src/main/java/com/dtstack/chunjun/connector/doris/rest/module Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 226226 <artifactId >flink-clients</artifactId >
227227 </dependency >
228228
229- <dependency >
230- <groupId >org.apache.flink</groupId >
231- <artifactId >flink-table-planner-loader</artifactId >
232- </dependency >
229+ <!-- <dependency> -- >
230+ <!-- <groupId>org.apache.flink</groupId> -- >
231+ <!-- <artifactId>flink-table-planner-loader</artifactId> -- >
232+ <!-- </dependency> -- >
233233 <!-- flink dependency end -->
234234
235235 </dependencies >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class BackendRow {
2929 @ JsonProperty (value = "HttpPort" )
3030 private String HttpPort ;
3131
32- @ JsonProperty (value = "IP " )
32+ @ JsonProperty (value = "Host " )
3333 private String IP ;
3434
3535 @ JsonProperty (value = "Alive" )
Original file line number Diff line number Diff line change 810810 </exclusions >
811811 </dependency >
812812
813- <dependency >
814- <groupId >org.apache.flink</groupId >
815- <artifactId >flink-table-planner-loader</artifactId >
816- <version >${flink.version} </version >
817- <exclusions >
818- <exclusion >
819- <artifactId >slf4j-api</artifactId >
820- <groupId >org.slf4j</groupId >
821- </exclusion >
822- </exclusions >
823- </dependency >
813+ <!-- <dependency> -- >
814+ <!-- <groupId>org.apache.flink</groupId> -- >
815+ <!-- <artifactId>flink-table-planner-loader</artifactId> -- >
816+ <!-- <version>${flink.version}</version> -- >
817+ <!-- <exclusions> -- >
818+ <!-- <exclusion> -- >
819+ <!-- <artifactId>slf4j-api</artifactId> -- >
820+ <!-- <groupId>org.slf4j</groupId> -- >
821+ <!-- </exclusion> -- >
822+ <!-- </exclusions> -- >
823+ <!-- </dependency> -- >
824824 <!-- ***************** flink end *****************-->
825825 </dependencies >
826826 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments