aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-08 11:06:19 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2024-04-08 12:08:08 +0200
commit9177a7cc950f2bc870368f69df868ba27e127cbe (patch)
treec4b6a3c91731a2909a7feffba49103323ca721f3 /bundle-plugin
parentc923756a784926544ced2c581e6f4342d01bef25 (diff)
Update expected dependencies.
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index 8869386eef6..85759273bf1 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -87,6 +87,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-xml-impl</artifactId>
+ <scope>provided</scope> <!-- maven complains if not provided scope. Reason unknown.-->
+ </dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>