From ca281356e2c10fb083a226fc3115d066f9bc258a Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Fri, 12 Mar 2021 14:11:11 +0100 Subject: [PATCH] QR-Code Feature added --- office-alexander-logistics-app/pom.xml | 8 +++++++- pom.xml | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/office-alexander-logistics-app/pom.xml b/office-alexander-logistics-app/pom.xml index a5ad40b..b4a5edd 100644 --- a/office-alexander-logistics-app/pom.xml +++ b/office-alexander-logistics-app/pom.xml @@ -245,7 +245,13 @@ imixs-adapters-sepa compile - + + + org.imixs.workflow + imixs-adapters-qrcode + compile + + org.imixs.workflow diff --git a/pom.xml b/pom.xml index b055851..6d58944 100644 --- a/pom.xml +++ b/pom.xml @@ -179,6 +179,13 @@ ${org.imixs.adapters.version} provided + + + org.imixs.workflow + imixs-adapters-qrcode + ${org.imixs.adapters.version} + provided +