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 597f5d2..9325289 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>
|