Package: avro-java / 1.7.7-3

Metadata

Package Version Patches format
avro-java 1.7.7-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 maven bundle plugin version.patch | (download)

lang/java/pom.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do no specify the version of the maven-bundle-plugin to always pick the version available in debian
02 explicit xz dependency.patch | (download)

lang/java/avro/pom.xml | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 avro uses commons-compress 1.4.1 but debian has a more recent
 version where the dependency on xz is optional, thus the dependency must
 be added explicitly. This patch can be removed once Avro upgrades
 to commons-compress 1.8.1 or higher.
03 explicit bundle type.patch | (download)

lang/java/compiler/pom.xml | 1 1 + 0 - 0 !
lang/java/maven-plugin/pom.xml | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 specify the packaging type of the internal dependencies since maven
 fails to resolve the bundle dependencies for an unknown reason.