summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--parent/pom.xml2
-rw-r--r--tenant-base/pom.xml4
2 files changed, 4 insertions, 2 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 488683d688b..a5ea69c1c8e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -891,7 +891,7 @@
<maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
<maven-bundle-plugin.version>5.1.2</maven-bundle-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
- <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
+ <maven-dependency-plugin.version>3.2.0</maven-dependency-plugin.version>
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.0.0-M2</maven-enforcer-plugin.version>
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
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