File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
main/java/org/broadinstitute/consent/http/configurations Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 7
7
import io .dropwizard .db .DataSourceFactory ;
8
8
import jakarta .validation .Valid ;
9
9
import jakarta .validation .constraints .NotNull ;
10
- import java .util .ArrayList ;
11
- import java .util .List ;
12
10
13
11
@ JsonIgnoreProperties (ignoreUnknown = true )
14
12
public class ConsentConfiguration extends Configuration {
@@ -47,9 +45,6 @@ public ConsentConfiguration() {
47
45
@ NotNull
48
46
private GoogleOAuth2Config googleAuthentication = new GoogleOAuth2Config ();
49
47
50
- @ JsonProperty ("datasets" )
51
- private List <String > datasets = new ArrayList <>();
52
-
53
48
@ JsonProperty ("httpClient" )
54
49
public JerseyClientConfiguration getJerseyClientConfiguration () {
55
50
return httpClient ;
@@ -93,8 +88,4 @@ public ElasticSearchConfiguration getElasticSearchConfiguration() {
93
88
return elasticSearch ;
94
89
}
95
90
96
- public List <String > getDatasets () {
97
- return datasets ;
98
- }
99
-
100
91
}
Original file line number Diff line number Diff line change @@ -55,6 +55,3 @@ elasticSearch:
55
55
- localhost
56
56
indexName : iName
57
57
datasetIndexName : dataset
58
- datasets :
59
- - Melanoma-Regev-Izar-Garraway-DFCI-ICR
60
- - Melanoma_Regev
You can’t perform that action at this time.
0 commit comments