From 16dcd3c8bd2393d2a7474acf171de3d97bb2fb21 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 8 Oct 2019 15:13:36 +0200 Subject: [PATCH] Update jQAssistant to 1.7, add dashboard and (required) Git plugins. --- pom.xml | 16 ++++++++++++++-- spring-data-neo4j/pom.xml | 9 +++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fa75a0de5..74b053b13 100644 --- a/pom.xml +++ b/pom.xml @@ -86,8 +86,8 @@ 1.1.0 0.8.2 1.8 - 1.6.0 - 1.6.0 + 1.7.0 + 1.7.0 5.4.0 3.1.0 3.0.0-M1 @@ -280,6 +280,18 @@ etc/jqassistant ${skipArchitectureTests} + + + org.jqassistant.contrib.plugin + jqassistant-dashboard-plugin + ${jqassistant.version} + + + de.kontext-e.jqassistant.plugin + jqassistant.plugin.git + ${jqassistant.version} + + org.jacoco diff --git a/spring-data-neo4j/pom.xml b/spring-data-neo4j/pom.xml index 0e2bd36df..fdecda3fa 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -182,6 +182,15 @@ MINOR + + default + jqassistant-dashboard:Default + + + + ${project.basedir}/../.git + +