aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-02 19:17:48 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2024-04-02 19:17:48 +0200
commit6db245936f339219522406d831048beab31cdc64 (patch)
treec39ef67c2de66584e45022298150fcb1bbfab521 /parent/pom.xml
parent88592c698d25e29831a85148f626ac0fa5ffca1d (diff)
Control plexus-io and plexus-archiver with explicit version tag
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index ca399019aa6..864bff7fe07 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -998,11 +998,21 @@
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-archiver</artifactId>
+ <version>${plexus-archiver.vespa.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
<version>${plexus-interpolation.vespa.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-io</artifactId>
+ <version>${plexus-io.vespa.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexus-utils.vespa.version}</version>
</dependency>