diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-04-03 21:31:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-03 21:31:12 +0000 |
commit | 06018cabcdcdc96bbf1a186b1de9329f824612ce (patch) | |
tree | 327868a5f815b48e9403f840afb6c6e142a4b201 /feature-distributed-locking/src/main/resources | |
parent | 7c98e9950cb20c986ff7a319baad808f15262864 (diff) | |
parent | fff9b57f7411deb798431bd625944fcfdbe053ac (diff) |
Merge "Implementation of distributed locking feature"
Diffstat (limited to 'feature-distributed-locking/src/main/resources')
2 files changed, 2 insertions, 0 deletions
diff --git a/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureAPI b/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureAPI new file mode 100644 index 00000000..19bdf505 --- /dev/null +++ b/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.core.lock.PolicyResourceLockFeatureAPI @@ -0,0 +1 @@ +org.onap.policy.distributed.locking.DistributedLockingFeature
\ No newline at end of file diff --git a/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI b/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI new file mode 100644 index 00000000..19bdf505 --- /dev/null +++ b/feature-distributed-locking/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI @@ -0,0 +1 @@ +org.onap.policy.distributed.locking.DistributedLockingFeature
\ No newline at end of file |