[Libreoffice-commits] core.git: javaunohelper/pom.juh.xml jurt/pom.jurt.xml ridljar/pom.ridl.xml unoil/pom.unoil.xml

Rene Engelhard (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 5 21:23:59 UTC 2020


 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 c6cec621aa19ff09b82044f91228c4a08df6bbb7
Author:     Rene Engelhard <rene at debian.org>
AuthorDate: Thu Jul 16 21:06:03 2020 +0200
Commit:     Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Wed Aug 5 23:23:22 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 <david at ostrovsky.org>

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>


More information about the Libreoffice-commits mailing list