mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
* Update to a version of Clinical Reasoning/CQL that no longer includes javax dependencies * Rev to CR 3.0.0-PRE10 * version bump, pom changes for jakarta conflicts * undo exclusions from other modules * Rework exclusions * Fix type in dependency * new cr version, exclude conflicts in cr and cds-hooks * remove exclusions * pom update * Redo the exclusions * add retrieveSettings config * new CR retrieve settings and config * update config to new enums and parameters * update unit tests and config for new cql and terminology properties * bump CR to 3.0.0-PRE12 * spotless edits, update class path for CR config * missing dependencies * swap for jakarta * moving conflicting dependencies * Fix a couple code review items --------- Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com>
24 lines
662 B
XML
24 lines
662 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
<artifactId>hapi-fhir</artifactId>
|
|
<version>6.11.1-SNAPSHOT</version>
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>hapi-fhir-cli</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>HAPI FHIR - Command Line Client - Base Project</name>
|
|
|
|
<modules>
|
|
<module>hapi-fhir-cli-api</module>
|
|
<module>hapi-fhir-cli-app</module>
|
|
</modules>
|
|
|
|
</project>
|