mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-24 23:05:33 +00:00
tests fail on new version of derby (#6591)
This commit is contained in:
parent
9eaf64a489
commit
a483a4f71b
@ -54,13 +54,15 @@
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derby</artifactId>
|
||||
<scope>test</scope>
|
||||
<version>10.17.1.0</version>
|
||||
<version>10.16.1.1</version>
|
||||
<!-- Don't bump this, they drop support for JRE 17 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.derby</groupId>
|
||||
<artifactId>derbytools</artifactId>
|
||||
<scope>test</scope>
|
||||
<version>10.17.1.0</version>
|
||||
<version>10.16.1.1</version>
|
||||
<!-- Don't bump this, they drop support for JRE 17 -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user