File: 01-bundle-dependencies.patch

package info (click to toggle)
json-smart 2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 736 kB
  • ctags: 1,241
  • sloc: java: 7,313; xml: 387; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Set the version and the type of the accessors-smart dependency
 to work around a build failure with maven-debian-helper
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/json-smart/pom.xml
+++ b/json-smart/pom.xml
@@ -32,6 +32,8 @@
 		<dependency>
 			<groupId>net.minidev</groupId>
 			<artifactId>accessors-smart</artifactId>
+			<version>1.1</version>
+			<type>bundle</type>
 		</dependency>
 
 	</dependencies>