2020-05-22 15:03:20 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<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-deployable-pom</artifactId>
|
2023-04-28 15:30:51 -04:00
|
|
|
<version>6.5.19-SNAPSHOT</version>
|
2023-04-02 11:50:20 -04:00
|
|
|
|
2020-05-22 15:03:20 -04:00
|
|
|
<relativePath>../hapi-deployable-pom/pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
2022-12-09 09:30:51 -05:00
|
|
|
<!-- Note that even though this project has jpaserver in the name, it is not require a hapi-fhir jpa database to be available -->
|
2020-12-17 10:12:53 -05:00
|
|
|
<artifactId>hapi-fhir-jpaserver-mdm</artifactId>
|
2020-05-22 15:03:20 -04:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2020-12-17 10:12:53 -05:00
|
|
|
<name>HAPI FHIR JPA Server - Master Data Management</name>
|
2020-05-22 15:03:20 -04:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
2020-12-17 10:12:53 -05:00
|
|
|
<artifactId>hapi-fhir-server-mdm</artifactId>
|
2020-05-22 15:03:20 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
|
<artifactId>spring-data-jpa</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
2022-12-09 09:30:51 -05:00
|
|
|
<artifactId>hapi-fhir-storage-mdm</artifactId>
|
2020-05-22 15:03:20 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2022-12-09 09:30:51 -05:00
|
|
|
<!-- test -->
|
2022-06-25 20:26:44 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
2022-12-09 09:30:51 -05:00
|
|
|
<artifactId>hapi-fhir-jpaserver-base</artifactId>
|
2022-06-25 20:26:44 -04:00
|
|
|
<version>${project.version}</version>
|
2022-12-09 09:30:51 -05:00
|
|
|
<scope>test</scope>
|
2022-06-25 20:26:44 -04:00
|
|
|
</dependency>
|
2022-02-16 20:44:03 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
2022-04-10 15:54:27 -04:00
|
|
|
<artifactId>hapi-fhir-jpaserver-test-utilities</artifactId>
|
2022-02-16 20:44:03 -05:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2022-11-09 14:47:23 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
|
|
|
<artifactId>hapi-fhir-caching-testing</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-07-04 18:28:16 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.awaitility</groupId>
|
|
|
|
<artifactId>awaitility</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-05-22 15:03:20 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
2020-07-04 18:28:16 -04:00
|
|
|
<artifactId>hapi-fhir-test-utilities</artifactId>
|
2021-05-19 09:22:11 -04:00
|
|
|
<version>${project.version}</version>
|
2020-05-22 15:03:20 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2020-09-29 17:27:43 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-03-30 05:48:03 -04:00
|
|
|
</dependencies>
|
2020-05-22 15:03:20 -04:00
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<skipDeploy>true</skipDeploy>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
<plugins>
|
2022-05-20 19:56:27 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<forkCount>1</forkCount>
|
|
|
|
<reuseForks>false</reuseForks>
|
|
|
|
<runOrder>alphabetical</runOrder>
|
|
|
|
<includes>
|
|
|
|
<include>**/*IT.java</include>
|
|
|
|
</includes>
|
|
|
|
<useModulePath>false</useModulePath>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>integration-test</goal>
|
|
|
|
<goal>verify</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter-engine</artifactId>
|
|
|
|
<version>${junit_version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
2022-12-09 09:30:51 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-banned-dependencies</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<bannedDependencies>
|
|
|
|
<excludes>
|
|
|
|
<!-- It is important that this project not depend on jpaserver-base -->
|
|
|
|
<exclude>ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base:${project.version}:jar:compile</exclude>
|
|
|
|
</excludes>
|
|
|
|
</bannedDependencies>
|
|
|
|
</rules>
|
|
|
|
<fail>true</fail>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-11-10 18:38:26 -05:00
|
|
|
</plugins>
|
2020-05-22 15:03:20 -04:00
|
|
|
</build>
|
|
|
|
</project>
|