From aad75d4f25610e44108c6cecfd3f7eec43412220 Mon Sep 17 00:00:00 2001 From: thuster Date: Tue, 14 May 2024 11:01:48 +0200 Subject: [PATCH] [26348] add missing eclipse persistence MAINTAIN_CACHE package imports --- bundles/ch.elexis.omnivore.ui/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/ch.elexis.omnivore.ui/META-INF/MANIFEST.MF b/bundles/ch.elexis.omnivore.ui/META-INF/MANIFEST.MF index 5fe2e43515..09bfe8e640 100644 --- a/bundles/ch.elexis.omnivore.ui/META-INF/MANIFEST.MF +++ b/bundles/ch.elexis.omnivore.ui/META-INF/MANIFEST.MF @@ -23,4 +23,5 @@ Service-Component: OSGI-INF/ch.elexis.omnivore.ui.service.OmnivoreModelServiceHo Bundle-ActivationPolicy: lazy Import-Package: javax.inject, org.apache.commons.io;version="2.5.0", - org.apache.commons.lang3;version="2.6.0" + org.apache.commons.lang3;version="2.6.0", + org.eclipse.persistence.config;version="[2.7.0,3.0.0]"