File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
src/main/java/org/baderlab/csplugins/enrichmentmap Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 65
65
<artifactId >command-executor-api</artifactId >
66
66
<version >${cy3.version} </version >
67
67
</dependency >
68
- <dependency >
69
- <groupId >org.cytoscape</groupId >
70
- <artifactId >group-api</artifactId >
71
- <version >${cy3.version} </version >
72
- </dependency >
68
+
73
69
74
70
<!-- additional libraries -->
75
71
<dependency >
Original file line number Diff line number Diff line change 15
15
import org .cytoscape .command .AvailableCommands ;
16
16
import org .cytoscape .command .CommandExecutorTaskFactory ;
17
17
import org .cytoscape .event .CyEventHelper ;
18
- import org .cytoscape .group .CyGroupFactory ;
19
- import org .cytoscape .group .CyGroupManager ;
20
- import org .cytoscape .group .CyGroupSettingsManager ;
21
- import org .cytoscape .group .data .CyGroupAggregationManager ;
22
18
import org .cytoscape .io .util .StreamUtil ;
23
19
import org .cytoscape .model .CyNetworkFactory ;
24
20
import org .cytoscape .model .CyNetworkManager ;
@@ -83,10 +79,6 @@ protected void configure() {
83
79
bindService (CyNetworkFactory .class );
84
80
bindService (IconManager .class );
85
81
bindService (CyLayoutAlgorithmManager .class );
86
- bindService (CyGroupManager .class );
87
- bindService (CyGroupFactory .class );
88
- bindService (CyGroupAggregationManager .class );
89
- bindService (CyGroupSettingsManager .class );
90
82
bindService (AvailableCommands .class );
91
83
bindService (CommandExecutorTaskFactory .class );
92
84
bindService (CySessionManager .class );
You can’t perform that action at this time.
0 commit comments