File: pom.patch

package info (click to toggle)
libtitanium-json-ld-java 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,992 kB
  • sloc: java: 16,094; sh: 214; xml: 120; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 749 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
27
28
29
30
From: Markus Koschany <apo@debian.org>
Date: Thu, 18 Aug 2022 20:34:42 +0200
Subject: pom

Why is this dependency missing?

Forwarded: no
---
 pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5dcbef1..d89617c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,4 +23,12 @@
     <maven.compiler.source>11</maven.compiler.source>
     <envSources>src/main/java11</envSources>
   </properties>
-</project>
\ No newline at end of file
+ <dependencies>
+        <dependency>
+            <groupId>jakarta.json</groupId>
+            <artifactId>jakarta.json-api</artifactId>
+            <version>2.1.1</version>
+            <scope>provided</scope>
+        </dependency>
+ </dependencies>
+</project>