javaunohelper/pom.juh.xml |   10 ++++++++++
 jurt/pom.jurt.xml         |   10 ++++++++++
 ridljar/pom.ridl.xml      |   10 ++++++++++
 unoil/pom.unoil.xml       |   10 ++++++++++
 4 files changed, 40 insertions(+)

New commits:
commit b99fb41679c5ab4074a0bc23dc25e475b87e1c22
Author:     Rene Engelhard <r...@debian.org>
AuthorDate: Thu Jul 16 21:06:03 2020 +0200
Commit:     Thorsten Behrens <thorsten.behr...@cib.de>
CommitDate: Tue Aug 18 09:00:52 2020 +0200

    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 <da...@ostrovsky.org>
    (cherry picked from commit c6cec621aa19ff09b82044f91228c4a08df6bbb7)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100352
    Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de>

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>
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>
diff --git a/ridljar/pom.ridl.xml b/ridljar/pom.ridl.xml
index 9a90d30e6c9a..9990dd45e23c 100644
--- a/ridljar/pom.ridl.xml
+++ b/ridljar/pom.ridl.xml
@@ -8,6 +8,16 @@
   <description>Types for the Java Uno typesystem</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>
diff --git a/unoil/pom.unoil.xml b/unoil/pom.unoil.xml
index 819b704980c0..9991ed572d85 100644
--- a/unoil/pom.unoil.xml
+++ b/unoil/pom.unoil.xml
@@ -8,6 +8,16 @@
   <description>Maps IDL into java classes definitions</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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to