Skip to content

Commit

Permalink
UberJar and Barcode4J to full to match JasperReports
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 30, 2024
1 parent 1b72eaf commit 09a8fa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Barcode4JProcessor extends AbstractJandexProcessor {

@BuildStep
void indexTransitiveDependencies(BuildProducer<IndexDependencyBuildItem> index) {
index.produce(new IndexDependencyBuildItem("org.primefaces.extensions", "barcode4j-light"));
index.produce(new IndexDependencyBuildItem("net.sf.barcode4j", "barcode4j"));
}

@BuildStep
Expand Down

0 comments on commit 09a8fa5

Please sign in to comment.