This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 9abaeddfccd23a524e5d9f9dbf47c017b86142a3 Author: Martin Desruisseaux <[email protected]> AuthorDate: Wed Sep 4 17:32:07 2019 +0200 Remove a version number which is already declared in dependency management. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index c793b97..ceba5e8 100644 --- a/pom.xml +++ b/pom.xml @@ -543,7 +543,6 @@ <dependency> <!-- To be removed after https://issues.apache.org/jira/browse/SIS-469 is done. --> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> - <version>${jaxb.version}</version> <scope>test</scope> </dependency> </dependencies>
