aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-27 00:21:38 +0200
committergjoranv <gv@verizonmedia.com>2021-10-27 00:21:38 +0200
commit72da60f5e628518d1533d9d7804225dd3806333c (patch)
tree6fab8aad7ff47782fe0a55cd064d2bc7fc515271 /tenant-base
parentf6189f2a61de2a7a83aa5f91403706979a330998 (diff)
Upgrade maven-dependency-plugin to 3.2.0
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 43bc614478f..7dbf99442bf 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -144,7 +144,7 @@
<!-- dependencies, see (3) above -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
<executions>
<execution>
<!-- JAR-like dependencies -->
@@ -155,6 +155,8 @@
</goals>
<configuration>
<includeTypes>jar,test-jar</includeTypes>
+ <!-- felix is not needed in the fat jar, and felix-main:7.0.1 fails upon unpacking because of bogus timestamps -->
+ <excludeGroupIds>org.apache.felix</excludeGroupIds>
<outputDirectory>target/fat-test-classes</outputDirectory>
<!-- WARNING(2018-06-27): bcpkix-jdk15on-1.58.jar and
bcprov-jdk15on-1.58.jar are pulled in via