summaryrefslogtreecommitdiffstats
path: root/vespa-maven-plugin
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-28 12:14:52 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-28 15:49:43 +0200
commit160557661b28777aa37f36af2fe6eeb56a107a6b (patch)
tree61620578e7c7b9cf370d2e9a86fc40597cb9b4da /vespa-maven-plugin
parent61b60824f4d18e0d8b2b62c4ce5644f65c4b5a7e (diff)
Deduplicate
Diffstat (limited to 'vespa-maven-plugin')
-rw-r--r--vespa-maven-plugin/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespa-maven-plugin/pom.xml b/vespa-maven-plugin/pom.xml
index e5b7dec71e4..d4f2e8649af 100644
--- a/vespa-maven-plugin/pom.xml
+++ b/vespa-maven-plugin/pom.xml
@@ -84,6 +84,11 @@
<artifactId>maven-jar-plugin</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>