Skip to content

Commit

Permalink
issue #285 - remove schematron config from all config files
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
  • Loading branch information
lmsurpre committed Oct 25, 2019
1 parent 5130afa commit c809ddb
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion fhir-bulkimportexport-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>fhir-core</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
3 changes: 0 additions & 3 deletions fhir-config/src/test/resources/fhirConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"truststoreLocation":"resources/security/fhirTruststore.jks",
"truststorePassword":"change-password"
},
"validation":{
"userDefinedSchematronEnabled":true
},
"virtualResources":{
"enabled":true,
"allowableResourceTypes":[
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"__comment": "FHIR Server configuration for mythical tenant id 'tenant1'",
"fhirServer": {
"core": {
"userDefinedSchematronEnabled": true
},
"searchParameterFilter": {
"Observation": ["subject",
"patient",
Expand Down

This file was deleted.

This file was deleted.

Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"core": {
"truststoreLocation": "resources/security/fhirTruststore.jks",
"truststorePassword": "change-password",
"userDefinedSchematronEnabled": false,
"tenantIdHeaderName": "X-FHIR-TENANT-ID",
"datastoreIdHeaderName": "X-FHIR-DSID",
"jsonParserLenient": false,
Expand Down
Empty file.

0 comments on commit c809ddb

Please sign in to comment.