|
36 | 36 | import com.tlcsdm.frame.service.SamplesTreeViewConfiguration;
|
37 | 37 | import com.tlcsdm.frame.service.SplashScreen;
|
38 | 38 | import com.tlcsdm.frame.service.VersionCheckerService;
|
39 |
| -import com.tlcsdm.login.service.LoginCheck; |
40 | 39 | import com.tlcsdm.smc.config.SmcGroovyLoaderProvider;
|
41 | 40 | import com.tlcsdm.smc.config.SmcTemplateLoaderProvider;
|
42 | 41 | import com.tlcsdm.smc.provider.SmcBanner;
|
43 | 42 | import com.tlcsdm.smc.provider.SmcCenterPanelProvider;
|
44 | 43 | import com.tlcsdm.smc.provider.SmcConfigurationProvider;
|
45 |
| -import com.tlcsdm.smc.provider.SmcLoginCheckProvider; |
46 | 44 | import com.tlcsdm.smc.provider.SmcMenubarConfigrationProvider;
|
47 | 45 | import com.tlcsdm.smc.provider.SmcSamplePostProcessorProvider;
|
48 | 46 | import com.tlcsdm.smc.provider.SmcSampleTreeViewConfiguration;
|
|
59 | 57 | requires javafx.web;
|
60 | 58 | requires com.tlcsdm.core;
|
61 | 59 | requires com.tlcsdm.frame;
|
62 |
| - requires static com.tlcsdm.login; |
63 | 60 | requires org.controlsfx.controls;
|
64 | 61 | requires cn.hutool.core;
|
65 | 62 | requires cn.hutool.poi;
|
|
75 | 72 | requires com.github.benmanes.caffeine;
|
76 | 73 |
|
77 | 74 | exports com.tlcsdm.smc;
|
78 |
| - exports com.tlcsdm.smc.provider to com.tlcsdm.core, com.tlcsdm.frame, com.tlcsdm.login; |
| 75 | + exports com.tlcsdm.smc.provider to com.tlcsdm.core, com.tlcsdm.frame; |
79 | 76 | exports com.tlcsdm.smc.tools to com.tlcsdm.frame;
|
80 | 77 | exports com.tlcsdm.smc.unitTest to com.tlcsdm.frame;
|
81 | 78 | exports com.tlcsdm.smc.codeDev to com.tlcsdm.frame;
|
|
95 | 92 | provides CenterPanelService with SmcCenterPanelProvider;
|
96 | 93 | provides FXSamplerConfiguration with SmcConfigurationProvider;
|
97 | 94 | provides SplashScreen with SmcSplashProvider;
|
98 |
| - provides LoginCheck with SmcLoginCheckProvider; |
99 | 95 | provides TemplateLoaderService with SmcTemplateLoaderProvider;
|
100 | 96 | provides GroovyLoaderService with SmcGroovyLoaderProvider;
|
101 | 97 | provides SamplePostProcessorService with SmcSamplePostProcessorProvider;
|
|
0 commit comments