From 88744c04a7cfed3a4227bc2137102ff5fe69895f Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 15 Aug 2024 11:08:57 +0100 Subject: PostgreSQL support for Drools - moved all sql related management to db-migrator - any hardcoded variable related to database is configurable Issue-ID: POLICY-5107 Change-Id: I789895773ba8737651f68a0b494f72f947a147d1 Signed-off-by: adheli.tavares --- feature-distributed-locking/src/assembly/assemble_zip.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'feature-distributed-locking/src/assembly') diff --git a/feature-distributed-locking/src/assembly/assemble_zip.xml b/feature-distributed-locking/src/assembly/assemble_zip.xml index 2112fbcd..3def9898 100644 --- a/feature-distributed-locking/src/assembly/assemble_zip.xml +++ b/feature-distributed-locking/src/assembly/assemble_zip.xml @@ -3,6 +3,7 @@ feature-distributed-locking ================================================================================ Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -58,12 +59,6 @@ 0744 - - src/main/feature/db - db - 0744 - - src/main/feature/install install -- cgit