summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-04-04 23:13:22 +0200
committergjoranv <gv@verizonmedia.com>2022-04-21 00:05:34 +0200
commit76f414d784f2f050c2f5381ad683af74e64df680 (patch)
tree98e995fe5fda314bb333e257b37bd21003c61944 /bundle-plugin
parentf4c312ab191c3ef6d33ccbc1c8545189183df081 (diff)
Add missing guava dependency, probably removed by mistake earlier.
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index d53c2c94d5c..8f52187357f 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -19,6 +19,10 @@
</prerequisites>
<dependencies>
<dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.8.5</version>