summaryrefslogtreecommitdiff
path: root/javaunohelper
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2020-07-16 21:06:03 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-08-05 23:23:22 +0200
commitc6cec621aa19ff09b82044f91228c4a08df6bbb7 (patch)
tree2afe10e9f69e183e0965c01450b1ec424cc9e0a0 /javaunohelper
parent89b6b2dbb728abea2186ff1ae158c0adb67d05be (diff)
add dependency to juh,jurt,ridl,unoil poms
They are dummies now and empty (except Class-Path:). Thus maven should pull in libreoffice.jar, too Change-Id: I63753deddceef6480fd4f5122b4892b707a9dd20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98929 Tested-by: Jenkins Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'javaunohelper')
-rw-r--r--javaunohelper/pom.juh.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/javaunohelper/pom.juh.xml b/javaunohelper/pom.juh.xml
index 6bf4cd98bb86..8bfcbab80eb3 100644
--- a/javaunohelper/pom.juh.xml
+++ b/javaunohelper/pom.juh.xml
@@ -8,6 +8,16 @@
<description>Java UNO helper</description>
<url>https://www.libreoffice.org</url>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.libreoffice</groupId>
+ <artifactId>libreoffice</artifactId>
+ <version>@version@</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
<licenses>
<license>
<name>Mozilla Public License, Version 2.0</name>