From 1ae2dfcde4eb8510fa5bd8dbcec7fcf497b76ed4 Mon Sep 17 00:00:00 2001 From: jhh Date: Tue, 20 Apr 2021 08:45:13 -0500 Subject: Fix no-lock service loader incorrect metadata Issue-ID: POLICY-3202 Signed-off-by: jhh Change-Id: Iac6d9c7459718df1aae97e0b56f51178cd6b172e (cherry picked from commit 8ba0ef18395205abd8fe0a1b41a5d9d030e93cc1) --- .../org.onap.policy.drools.features.PolicyEngineFeatureApi | 1 - .../services/org.onap.policy.drools.features.PolicyEngineFeatureApi | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 feature-no-locking/src/main/resources/META-INF.services/org.onap.policy.drools.features.PolicyEngineFeatureApi create mode 100644 feature-no-locking/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureApi (limited to 'feature-no-locking/src/main') diff --git a/feature-no-locking/src/main/resources/META-INF.services/org.onap.policy.drools.features.PolicyEngineFeatureApi b/feature-no-locking/src/main/resources/META-INF.services/org.onap.policy.drools.features.PolicyEngineFeatureApi deleted file mode 100644 index e8a5d79f..00000000 --- a/feature-no-locking/src/main/resources/META-INF.services/org.onap.policy.drools.features.PolicyEngineFeatureApi +++ /dev/null @@ -1 +0,0 @@ -org.onap.policy.no.locking.NoLockManager \ No newline at end of file diff --git a/feature-no-locking/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureApi b/feature-no-locking/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureApi new file mode 100644 index 00000000..93e6abe3 --- /dev/null +++ b/feature-no-locking/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureApi @@ -0,0 +1 @@ +org.onap.policy.no.locking.NoLockManager -- cgit