diff --git a/CHANGELOG.md b/CHANGELOG.md index 2705dcb..721ea11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Catalogue Core Library -## [v1.0.0] +## [v1.0.0-SNAPSHOT] - First Version diff --git a/pom.xml b/pom.xml index 6a60384..4e4eb80 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.gcube.data-catalogue catalogue-core - 1.0.0 + 1.0.0-SNAPSHOT Catalogue Core Library @@ -169,7 +169,7 @@ [3.3.0-SNAPSHOT,4.0.0-SNAPSHOT) - + org.apache.tika tika-core @@ -205,6 +205,14 @@ gcube-jackson-databind + + + com.jayway.jsonpath + json-path + 2.9.0 + + + junit