Skip to content

Commit 0621823

Browse files
committed
Remove unused dependency on group-api.
1 parent 8ee1af3 commit 0621823

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

EnrichmentMapPlugin/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@
6565
<artifactId>command-executor-api</artifactId>
6666
<version>${cy3.version}</version>
6767
</dependency>
68-
<dependency>
69-
<groupId>org.cytoscape</groupId>
70-
<artifactId>group-api</artifactId>
71-
<version>${cy3.version}</version>
72-
</dependency>
68+
7369

7470
<!-- additional libraries -->
7571
<dependency>

EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/CytoscapeServiceModule.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
import org.cytoscape.command.AvailableCommands;
1616
import org.cytoscape.command.CommandExecutorTaskFactory;
1717
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;
2218
import org.cytoscape.io.util.StreamUtil;
2319
import org.cytoscape.model.CyNetworkFactory;
2420
import org.cytoscape.model.CyNetworkManager;
@@ -83,10 +79,6 @@ protected void configure() {
8379
bindService(CyNetworkFactory.class);
8480
bindService(IconManager.class);
8581
bindService(CyLayoutAlgorithmManager.class);
86-
bindService(CyGroupManager.class);
87-
bindService(CyGroupFactory.class);
88-
bindService(CyGroupAggregationManager.class);
89-
bindService(CyGroupSettingsManager.class);
9082
bindService(AvailableCommands.class);
9183
bindService(CommandExecutorTaskFactory.class);
9284
bindService(CySessionManager.class);

0 commit comments

Comments
 (0)