File: build.patch

package info (click to toggle)
openrefine 3.8.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,864 kB
  • sloc: javascript: 105,631; java: 85,657; xml: 5,917; sh: 615; makefile: 79; python: 71; sql: 60
file content (25 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (2)
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
From: Markus Koschany <apo@debian.org>
Date: Thu, 2 Jan 2025 18:07:40 +0100
Subject: build

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

diff --git a/main/pom.xml b/main/pom.xml
index e98c4fb..5d6d92f 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>