mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-14 08:55:09 +00:00
* adding rebuilding option for survivorship * rebuild survivorship resources * cleanup * configuring beans * fixing tests * cleanup * spotless * import fixing * cleaning up * fixing tests * fixing tests * version bump * undo change --------- Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-MacBook-Pro.local> Co-authored-by: leif stawnyczy <leifstawnyczy@leifs-mbp.home>
25 lines
784 B
XML
25 lines
784 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>
|
|
<artifactId>hapi-deployable-pom</artifactId>
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
<version>6.9.6-SNAPSHOT</version>
|
|
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>hapi-fhir-serviceloaders</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<name>HAPI FHIR - ServiceLoaders</name>
|
|
|
|
<modules>
|
|
<module>hapi-fhir-caching-api</module>
|
|
<module>hapi-fhir-caching-guava</module>
|
|
<module>hapi-fhir-caching-caffeine</module>
|
|
<module>hapi-fhir-caching-testing</module>
|
|
</modules>
|
|
|
|
</project>
|