Revision 137d5389a014a596c8e12843e563ad43bb41c303 authored by Luke deGruchy on 23 February 2023, 20:44:37 UTC, committed by Luke deGruchy on 23 February 2023, 20:44:37 UTC
1 parent 88c4237
Raw File
pom.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.4.1</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>
back to top