From 160afea34d77c6c99e3dd06f4199037ae6101615 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sat, 14 Oct 2017 00:58:28 +0200 Subject: [PATCH] #648 - Added build setup to add Java 9 automatic module name. --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 079d7392..9ef67c0c 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ 0.7.9 ${project.build.directory}/jacoco.exec 2.9.1 + spring.hateoas 2.0.1 2.2.1 2.2.0 @@ -520,7 +521,7 @@ 2.10.0 test - + org.assertj assertj-core @@ -588,6 +589,15 @@ org.apache.maven.plugins maven-jar-plugin 3.0.2 + + + + ${project.name} + ${project.version} + ${java-module-name} + + +