File: build.patch

package info (click to toggle)
openrefine 3.6.2-2%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 44,192 kB
  • sloc: javascript: 95,878; java: 80,800; xml: 5,881; sh: 791; makefile: 65; sql: 60
file content (23 lines) | stat: -rw-r--r-- 628 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
From: Markus Koschany <apo@debian.org>
Date: Wed, 24 Aug 2022 19:55:58 +0200
Subject: build

---
 main/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/main/pom.xml b/main/pom.xml
index 17b8ddc..4b61428 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -337,6 +337,10 @@
       <artifactId>jaxb-api</artifactId>
       <version>${jaxb-api.version}</version>
     </dependency>
+    <dependency>
+    <groupId>de.fau.cs.osr.ptk</groupId>
+    <artifactId>ptk-common</artifactId>
+    </dependency>
     <dependency>
       <groupId>com.github.albfernandez</groupId>
       <artifactId>juniversalchardet</artifactId>