Cherry pick some pom fixes

This commit is contained in:
Tadgh 2023-04-25 17:17:17 -07:00
parent 428fb14f0b
commit 670dd74f02
4 changed files with 9 additions and 3 deletions

View File

@ -27,6 +27,12 @@
<version>${project.version}</version> <version>${project.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-storage-batch2-test-utilities</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.exparity</groupId> <groupId>org.exparity</groupId>
<artifactId>hamcrest-date</artifactId> <artifactId>hamcrest-date</artifactId>
@ -39,7 +45,7 @@
</exclusions> </exclusions>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>

View File

@ -1,5 +1,4 @@
package ca.uhn.fhir.jpa.batch2; package ca.uhn.fhir.jpa.batch2;
import ca.uhn.fhir.batch2.api.IJobPersistence; import ca.uhn.fhir.batch2.api.IJobPersistence;
import ca.uhn.fhir.batch2.api.JobOperationResultJson; import ca.uhn.fhir.batch2.api.JobOperationResultJson;
import ca.uhn.fhir.batch2.coordinator.BatchWorkChunk; import ca.uhn.fhir.batch2.coordinator.BatchWorkChunk;

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-deployable-pom</artifactId> <artifactId>hapi-deployable-pom</artifactId>
<version>6.5.5-SNAPSHOT</version> <version>6.4.5</version>
<relativePath>../hapi-deployable-pom/pom.xml</relativePath> <relativePath>../hapi-deployable-pom/pom.xml</relativePath>
</parent> </parent>

View File

@ -97,6 +97,7 @@
<module>hapi-fhir-serviceloaders</module> <module>hapi-fhir-serviceloaders</module>
<module>hapi-fhir-storage</module> <module>hapi-fhir-storage</module>
<module>hapi-fhir-storage-batch2</module> <module>hapi-fhir-storage-batch2</module>
<module>hapi-fhir-storage-batch2-test-utilities</module>
<module>hapi-fhir-storage-batch2-jobs</module> <module>hapi-fhir-storage-batch2-jobs</module>
<module>hapi-fhir-storage-cr</module> <module>hapi-fhir-storage-cr</module>
<module>hapi-fhir-storage-mdm</module> <module>hapi-fhir-storage-mdm</module>