File: 03-bundle-dependencies.patch

package info (click to toggle)
libjsonp-java 1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,720 kB
  • sloc: java: 10,367; xml: 1,724; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Set the version and the type of the json-api dependency in impl/pom.xml
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
Last-Update: 2021-01-16
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -131,6 +131,8 @@
         <dependency>
             <groupId>javax.json</groupId>
             <artifactId>javax.json-api</artifactId>
+            <version>${project.version}</version>
+            <type>bundle</type>
         </dependency>
     </dependencies>