Skip to content

Commit

Permalink
removed dep on security in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Jan 21, 2020
1 parent 78e0253 commit 696ebcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/actions/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"kibanaVersion": "kibana",
"configPath": ["xpack", "actions"],
"requiredPlugins": ["licensing", "taskManager", "encryptedSavedObjects"],
"optionalPlugins": ["spaces", "security"],
"optionalPlugins": ["spaces"],
"ui": false
}
2 changes: 0 additions & 2 deletions x-pack/plugins/actions/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {
SavedObjectsServiceStart,
} from '../../../../src/core/server';

import { PluginSetupContract as SecurityPluginSetupContract } from '../../security/server';
import {
PluginSetupContract as EncryptedSavedObjectsSetupContract,
PluginStartContract as EncryptedSavedObjectsStartContract,
Expand Down Expand Up @@ -59,7 +58,6 @@ export interface PluginStartContract {
}

export interface ActionsPluginsSetup {
security?: SecurityPluginSetupContract;
taskManager: TaskManagerSetupContract;
encryptedSavedObjects: EncryptedSavedObjectsSetupContract;
licensing: LicensingPluginSetup;
Expand Down

0 comments on commit 696ebcd

Please sign in to comment.