summaryrefslogtreecommitdiffstats
path: root/bundle-plugin/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-04-22 21:25:06 +0200
committerGitHub <noreply@github.com>2022-04-22 21:25:06 +0200
commit42dfc8a672fa4e088246fd8d7430a61b724bcbdf (patch)
tree066b37ab2d43a6a91732aa8e3109c6f6ff9aca26 /bundle-plugin/pom.xml
parenta623fb063f36fae897757e110ba428a8cfb30472 (diff)
parent955e9e6ae24f60a5163df171a448db21f127cb33 (diff)
Merge pull request #22222 from vespa-engine/upgrade-maven-toolsv7.577.27
Upgrade maven tools [run-systemtest]
Diffstat (limited to 'bundle-plugin/pom.xml')
-rw-r--r--bundle-plugin/pom.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index 8f52187357f..7993dfecafd 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -24,17 +24,30 @@
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.8.5</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
- <version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
<scope>provided</scope>
</dependency>
<dependency>