mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-09 22:44:52 +00:00
* fail test * potential fix * spotless * alternative fix * spotless * remove the new method and replace usage for the old one * spotless * fix issue with context failing deserialization * add validation for context, hook and hook instance * spotless * add message codes * spotless * changelog * cleanup * spotless * bump version to 7.5.1-SNAPSHOT
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>7.5.1-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>
|