Merge remote-tracking branch 'origin/master' into rel_8_7-tracking
This commit is contained in:
26
pom.xml
26
pom.xml
@@ -42,10 +42,6 @@
|
||||
<version>${project.parent.version}-${hapi.fhir.jpa.server.starter.revision}</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<prerequisites>
|
||||
<maven>3.8.3</maven>
|
||||
</prerequisites>
|
||||
|
||||
<name>HAPI FHIR JPA Server - Starter Project</name>
|
||||
|
||||
<repositories>
|
||||
@@ -541,6 +537,28 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<!-- Enforce minimum Maven version requirement -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
<version>3.6.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>enforce-maven</id>
|
||||
<goals>
|
||||
<goal>enforce</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<rules>
|
||||
<requireMavenVersion>
|
||||
<version>3.8.3</version>
|
||||
</requireMavenVersion>
|
||||
</rules>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<!-- This is to run the integration tests -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
||||
Reference in New Issue
Block a user