File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ mvn clean install
2323docker build -t fhir-validator-r4 .
2424
2525docker tag fhir-validator-r4:latest 365027538941.dkr.ecr.eu-west-2.amazonaws.com/fhir-validator-r4:latest
26- docker tag fhir-validator-r4:latest 365027538941.dkr.ecr.eu-west-2.amazonaws.com/fhir-validator-r4:6.6.2
26+ docker tag fhir-validator-r4:latest 365027538941.dkr.ecr.eu-west-2.amazonaws.com/fhir-validator-r4:6.8.0
2727
2828docker push 365027538941.dkr.ecr.eu-west-2.amazonaws.com/fhir-validator-r4:latest
2929
30- docker push 365027538941.dkr.ecr.eu-west-2.amazonaws.com/fhir-validator-r4:6.6.2
30+ docker push 365027538941.dkr.ecr.eu-west-2.amazonaws.com/fhir-validator-r4:6.8.0
3131
3232
3333
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >uk.nhs.england</groupId >
1212 <artifactId >IOPS-FHIR-Validation-Service</artifactId >
13- <version >6.6.2 </version >
13+ <version >6.8.0 </version >
1414 <name >IOPS-FHIR-Validation-Service</name >
1515 <description >HAPI FHIR Validator using Spring Boot</description >
1616
1717 <properties >
1818 <java .version>1.8</java .version>
1919 <kotlin .version>1.6.21</kotlin .version>
20- <fhir .version>6.6.2 </fhir .version>
20+ <fhir .version>6.8.0 </fhir .version>
2121 <swagger_version >2.1.12</swagger_version >
2222 <parser_version >2.0.30</parser_version >
23+ <jackson_databind_version >2.15.2</jackson_databind_version >
2324 </properties >
2425
2526 <dependencies >
5253 <groupId >org.jetbrains.kotlin</groupId >
5354 <artifactId >kotlin-stdlib-jdk8</artifactId >
5455 </dependency >
56+ <dependency >
57+ <groupId >com.fasterxml.jackson.module</groupId >
58+ <artifactId >jackson-module-kotlin</artifactId >
59+ <version >${jackson_databind_version} </version >
60+ </dependency >
61+ <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
62+ <dependency >
63+ <groupId >com.fasterxml.jackson.core</groupId >
64+ <artifactId >jackson-core</artifactId >
65+ <version >${jackson_databind_version} </version >
66+ </dependency >
5567
5668 <dependency >
5769 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 1717 server :
1818 name : IOPS FHIR Testing
1919 baseUrl : https://3cdzg7kbj4.execute-api.eu-west-2.amazonaws.com/poc/Conformance
20- version : 6.6.2
20+ version : 6.8.0
2121
2222
2323
You can’t perform that action at this time.
0 commit comments