Skip to content

Commit

Permalink
update white list
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Feb 7, 2025
1 parent 763e781 commit fddae11
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ private Set<String> buildWhiteList() {
whiteList.add("Web3jSourceOptions");
whiteList.add("CassandraSourceOptions");
whiteList.add("RedisSourceOptions");
whiteList.add("PostgresIncrementalSourceOptions");
whiteList.add("SqlServerIncrementalSourceOptions");
whiteList.add("OracleIncrementalSourceOptions");
whiteList.add("MySqlIncrementalSourceOptions");
whiteList.add("MongodbIncrementalSourceOptions");
return whiteList;
}
}

0 comments on commit fddae11

Please sign in to comment.