From d3812063841b30457ce4e4eacf82d14b3ec2ed69 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 8 Apr 2022 13:24:26 +0200 Subject: Do not create dependency-reduced-pom.xml - From maven-shade-plugin 3.3.0 (needed for JDK 17), the DRP is installed and used instead of the ordinary pom.xml, causing transitive dependencies to disappear for dependent modules. --- filedistribution/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'filedistribution/pom.xml') diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml index e78dec5df9b..9dca254cebe 100644 --- a/filedistribution/pom.xml +++ b/filedistribution/pom.xml @@ -102,6 +102,7 @@ maven-shade-plugin ${project.artifactId}-jar-with-dependencies + false -- cgit v1.2.3