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>
|