Skip to content

Commit

Permalink
[Improvement][ui] improving to find current version identifier(#15815
Browse files Browse the repository at this point in the history
  • Loading branch information
pusl6 committed May 11, 2024
1 parent db81822 commit a524f5e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import org.apache.dolphinscheduler.dao.entity.DsVersion;
import org.apache.dolphinscheduler.dao.entity.PluginDefine;
import org.apache.dolphinscheduler.dao.entity.User;
import org.apache.dolphinscheduler.dao.mapper.DsVersionMapper;
import org.apache.dolphinscheduler.dao.mapper.PluginDefineMapper;

import org.apache.commons.collections4.CollectionUtils;
Expand All @@ -53,9 +52,6 @@ public class UiPluginServiceImpl extends BaseServiceImpl implements UiPluginServ
@Autowired
PluginDefineMapper pluginDefineMapper;

@Autowired
DsVersionMapper dsVersionMapper;

@Autowired
private DsVersionDao dsVersionDao;

Expand Down

0 comments on commit a524f5e

Please sign in to comment.