From 0e8c46e2620523f85347de9371773437c6efef9a Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Mon, 8 Apr 2019 05:43:00 -0700 Subject: [PATCH] core JAR Automatic-Module-Name: com.google.zxing (#1155) Add Automatic-Module-Name entry of com.google.zxing to the core JAR for Java Platform Module System. See Issue #1154 --- core/pom.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 0e61875ab..dba0388bc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -81,11 +81,14 @@ ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + com.google.zxing + - - + +