File: dont-osgi-bundle.patch

package info (click to toggle)
jackson-datatype-guava 2.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 536 kB
  • ctags: 689
  • sloc: java: 4,155; xml: 87; sh: 23; makefile: 14
file content (14 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable OSGI bundling
 OSGI bundling is not supported or required for Debian
Author: Tim Potter <tpot@hp.com>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,6 @@
   <artifactId>jackson-datatype-guava</artifactId>
   <name>Jackson-datatype-Guava</name>
   <version>2.7.3</version>
-  <packaging>bundle</packaging>
   <description>Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles
 Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just collection ones)
   </description>