Skip to content

Commit

Permalink
Remove xpack_main requirement, it's no longer in use (elastic#55060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell authored and jkelastic committed Jan 17, 2020
1 parent 38e5ea8 commit 2219b82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/legacy/plugins/maps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import { APP_ID, APP_ICON, createMapPath, MAP_SAVED_OBJECT_TYPE } from './common

export function maps(kibana) {
return new kibana.Plugin({
// task_manager could be required, but is only used for telemetry
require: ['kibana', 'elasticsearch', 'xpack_main'],
require: ['kibana', 'elasticsearch'],
id: APP_ID,
configPrefix: 'xpack.maps',
publicDir: resolve(__dirname, 'public'),
Expand Down

0 comments on commit 2219b82

Please sign in to comment.