Add changelog

This commit is contained in:
jamesagnew 2020-11-18 14:26:37 -05:00
parent 4d441ad7f2
commit 0336e59591
3 changed files with 16 additions and 1 deletions

View File

@ -2,4 +2,4 @@
type: fix
issue: 2113
title: "When performing a `_lastUpdated` search in the JPA server where the parameter value(s) are supplied with date
(not time) precision, a timezone bug could cause some resoutces to not be included. This has been corrected."
(not time) precision, a timezone bug could cause some resources to not be included. This has been corrected."

View File

@ -0,0 +1,3 @@
---
release-date: "2020-11-19"
codename: "Numbat"

View File

@ -143,6 +143,18 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<exclusions>
<exclusion>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--
<dependency>
<groupId>commons-dbcp</groupId>