summaryrefslogtreecommitdiff
path: root/jurt
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-18 09:00:52 +0200
commitb99fb41679c5ab4074a0bc23dc25e475b87e1c22 (patch)
tree29e4ae301f2e40b22688519ef3c90ab0449b3e4f /jurt
parent4860c07c58c25fe89b0eea792f4a273145a3f9d6 (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> (cherry picked from commit c6cec621aa19ff09b82044f91228c4a08df6bbb7) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100352 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'jurt')
-rw-r--r--jurt/pom.jurt.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jurt/pom.jurt.xml b/jurt/pom.jurt.xml
index 881153959244..4db9ff575714 100644
--- a/jurt/pom.jurt.xml
+++ b/jurt/pom.jurt.xml
@@ -8,6 +8,16 @@
<description>Java Uno Runtime</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>