Skip to content

Commit daea650

Browse files
helenKaryamsettyKA40094929Karyamsetty Helen Grace
authored
Added hapi base and modified hapi fhir dependency (PSMRI#99)
* fix(bug): isNewAbha null issue * fix: coderabbit suggestions * fix: updated ci properties for prod * fix: updated ci properties for abdm * fix: updated fasterxml jackson dependency to fix scheduler issue * fix: updated jackson version * fix: removed versioning for jackson * fix: Update pom.xml * fix: modified jackson version for java 8 times * fix: jackson dependency version removal * fix: updated jackson properties * fix: update properties * fix: removed jackson dependency completely * fix: added hapi base and modified hapi fhir dependency --------- Co-authored-by: KA40094929 <KA40094929@APL-5CD1394ZJT> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
1 parent 442ba96 commit daea650

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,20 @@
187187
<dependency>
188188
<groupId>ca.uhn.hapi.fhir</groupId>
189189
<artifactId>hapi-fhir-structures-r4</artifactId>
190-
<version>7.0.2</version>
190+
<version>6.10.0</version>
191+
</dependency>
192+
193+
<dependency>
194+
<groupId>ca.uhn.hapi</groupId>
195+
<artifactId>hapi-base</artifactId>
196+
<version>2.6.0</version>
191197
</dependency>
192-
193198

194199
<!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/org.hl7.fhir.utilities -->
195200
<dependency>
196201
<groupId>ca.uhn.hapi.fhir</groupId>
197202
<artifactId>org.hl7.fhir.utilities</artifactId>
198-
<version>6.3.6</version>
203+
<version>6.5.18</version>
199204
</dependency>
200205

201206
<!-- lombok -->

0 commit comments

Comments
 (0)