hapi-fhir/hapi-fhir-jpaserver-ips/pom.xml

50 lines
1.3 KiB
XML
Raw Normal View History

<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-deployable-pom</artifactId>
Update Clinical Reasoning to 3.13.0 (#6358) * Update Clinical Reasoning to 3.12.0 * Update to 3.13.0 * add stub for new not document parameter * Add new client Timezone header and enhance JsonUtil to handle ZonedDateTime. * Add StringTimePeriodHandler and test. Add new code to DateUtils and new test class. Inject StringTimePeriodHandler into MeasureOperationsProvider and CareGapsOperationProvider. Change CareGapsOperationProvider to take String params instead of IPrimitiveType<Date>. * Remove old LibraryEvaluationOperationProvider * Fix test * Fix tests * Add $data-requirement parameters to docs * Update docs for new measures timezone header. * Add prefetchData parameter to $apply doc * Add changelog * Fix test * Update snapshot version * Add new $extract parameters to docs * Remove old test * fix test and properties for care-gaps * Fix dstu3 config * remove property for fhirserverurl * update upgrade.md doc * fix formatting of upgrade doc * comment on measureidentifier param * nonDocument parameter inclusion * java doc on care-gaps * No longer dead code. * Spotless. * Change CareGapsOperationProvider to R4 BooleanType. * Update to release * change log update * change log edit * cleanup * Use existing bean * spotless * Ensure CollectDataOperationProvider uses StringTimePeriodHandler to convert periods. * Spotless. * Add tests for id * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/upgrade.md Co-authored-by: Tadgh <garygrantgraham@gmail.com> * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/upgrade.md Co-authored-by: Tadgh <garygrantgraham@gmail.com> * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/upgrade.md Co-authored-by: Tadgh <garygrantgraham@gmail.com> * cleanup and comments * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/clinical_reasoning/measures.md Implement code reviewer suggestion on timezone docs Co-authored-by: Tadgh <garygrantgraham@gmail.com> * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/clinical_reasoning/measures.md Implement code reviewer suggestion on timezone docs Co-authored-by: Tadgh <garygrantgraham@gmail.com> * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/clinical_reasoning/measures.md Implement code reviewer suggestion on timezone docs Co-authored-by: Tadgh <garygrantgraham@gmail.com> * Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/clinical_reasoning/measures.md Implement code reviewer suggestion on timezone docs Co-authored-by: Tadgh <garygrantgraham@gmail.com> * Code review feedback: Add logging for StringTimePeriodHandler. * Spotless. * cleanup * Code review feedback: measures.md style changes. Change code 2560 to 2561. * Change error code. --------- Co-authored-by: Luke deGruchy <luke.degruchy@smiledigitalhealth.com> Co-authored-by: Justin McKelvy <60718638+Capt-Mac@users.noreply.github.com> Co-authored-by: Tadgh <garygrantgraham@gmail.com> Co-authored-by: Luke deGruchy <luke.degruchy@smilecdr.com>
2024-10-17 08:38:42 -04:00
<version>7.5.2-SNAPSHOT</version>
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
</parent>
<artifactId>hapi-fhir-jpaserver-ips</artifactId>
<packaging>jar</packaging>
<name>HAPI FHIR JPA Server - International Patient Summary (IPS)</name>
<dependencies>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-base</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Provided -->
<dependency>
Jakarta/Javax Servlet Migration (#5429) * Servlet migrsation changes * Apply spotless * Work on migration * Start working on JPA migration * Test fixes * Test fixes * Test fixes * Work * Work on servlet migration * Work on migration * Work on fixes * Imports fix * Work on tests * Test fix * All tests passing * Work on migration * Schema generator * Refactor ID strategy * Some test fixes * Test fixes * API additions * Work on websockets * Test fixe * Version bump * Work on migration * All tests have passed! * Work on test fixes * Fixes * Work on fixes * CDR fix * Work on migration * Fixes * Spotless * Disable onetoone ban * Adjust migratyions * Transaction service fix * Add tinyint to migrator * Work * Migration * Compile fix * Add license * Test fix * Test fix * Cleanup * Cleanup attempt * Test fix * Reslve fixmes * Remove legacy lastn implementation * Test cleanup * Cleanup * Remove dead import * Bad import setups * Review comments * Review fixes * Build fix * Test fix * Spotless * Account for CR changes * Compile fixes * Rollback one change * Test tweak * License header * Test fix * Test fix part 2: * Clean up tx isolation * Spotless * Spotless apply * Drop min SQL Server level * Attempted test fix * Test fix * Test fix * Test fix * Bump hibernate * Test fix * Test fixes * Test fixes * Test fixes * Test cleanup * One more test fix * Test fix * Try to fix test * Clean up expunge * Test fix * Remove unneeded task * Spotless * Bump compiler plugin * Spotless * Compile fix * Add license headers * License header * Test fixes * Bump animal sniffer * Spotless * Bump Jetty version * Test fix and version bump * Cleanup --------- Co-authored-by: Tadgh <garygrantgraham@gmail.com>
2023-12-03 11:15:37 -05:00
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-test-utilities</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-test-utilities</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>