Skip to content

Commit

Permalink
AUS-4238 Remove SimpleWfsService
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Oct 17, 2024
1 parent 65f5de6 commit 609c982
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 222 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
import org.auscope.portal.mscl.MSCLWFSService;
import org.auscope.portal.server.web.CatalogServicesHealthIndicator;
import org.auscope.portal.server.web.SearchHttpServiceCaller;
import org.auscope.portal.server.web.service.SimpleWfsService;
import org.auscope.portal.server.web.service.monitor.KnownLayerStatusMonitor;
import org.quartz.Trigger;
import org.springframework.beans.factory.annotation.Autowired;
Expand Down Expand Up @@ -295,11 +294,6 @@ public WFSGetFeatureMethodMaker wfsMethodMaker() {
@Autowired
VocabularyServiceItem vocabularyGeologicTimescales;

@Bean
public SimpleWfsService simpleWfsService() {
return new SimpleWfsService(httpServiceCallerApp(), wfsMethodMaker());
}

@Autowired
VocabularyServiceItem vocabularyCommodities;

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 609c982

Please sign in to comment.