File: build.patch

package info (click to toggle)
openrefine 3.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 44,436 kB
  • sloc: javascript: 106,758; java: 91,946; xml: 6,634; sh: 614; makefile: 78; python: 71; sql: 59
file content (26 lines) | stat: -rw-r--r-- 687 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Markus Koschany <apo@debian.org>
Date: Thu, 2 Jan 2025 18:07:40 +0100
Subject: build

Debian specific build failure.
Forwarded: not-needed
---
 main/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/main/pom.xml b/main/pom.xml
index 7b6da91..ad6a117 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -354,6 +354,11 @@
       <artifactId>guava</artifactId>
       <version>${guava.version}</version>
     </dependency>
+    <dependency>
+    <groupId>de.fau.cs.osr.ptk</groupId>
+    <artifactId>ptk-common</artifactId>
+    <version>3.0.8</version>
+    </dependency>
     <dependency>
       <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>