File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
amoro-ams/src/main/java/org/apache/amoro/server
amoro-common/src/main/java/org/apache/amoro/spi Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121import org .apache .amoro .config .Configurations ;
2222import org .apache .amoro .exception .SignatureCheckException ;
2323import org .apache .amoro .server .AmoroManagementConf ;
24- import org .apache .amoro .server . spi .PasswdAuthenticationProvider ;
24+ import org .apache .amoro .spi .PasswdAuthenticationProvider ;
2525
2626public class DefaultPasswdAuthenticationProvider implements PasswdAuthenticationProvider {
2727 private String basicAuthUser ;
Original file line number Diff line number Diff line change 1919package org .apache .amoro .server .authentication ;
2020
2121import org .apache .amoro .config .Configurations ;
22- import org .apache .amoro .server . spi .PasswdAuthenticationProvider ;
22+ import org .apache .amoro .spi .PasswdAuthenticationProvider ;
2323import org .apache .amoro .utils .DynConstructors ;
2424
2525public class HttpAuthenticationFactory {
Original file line number Diff line number Diff line change 5252import org .apache .amoro .server .dashboard .controller .VersionController ;
5353import org .apache .amoro .server .dashboard .response .ErrorResponse ;
5454import org .apache .amoro .server .resource .OptimizerManager ;
55- import org .apache .amoro .server .spi .PasswdAuthenticationProvider ;
5655import org .apache .amoro .server .table .TableManager ;
5756import org .apache .amoro .server .terminal .TerminalManager ;
5857import org .apache .amoro .shade .guava32 .com .google .common .base .Preconditions ;
58+ import org .apache .amoro .spi .PasswdAuthenticationProvider ;
5959import org .slf4j .Logger ;
6060import org .slf4j .LoggerFactory ;
6161
Original file line number Diff line number Diff line change 1616 * limitations under the License.
1717 */
1818
19- package org .apache .amoro .server . spi ;
19+ package org .apache .amoro .spi ;
2020
2121import org .apache .amoro .exception .SignatureCheckException ;
2222
You can’t perform that action at this time.
0 commit comments