diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-24 14:30:24 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-26 10:30:45 -0400 |
commit | b80471e4f68e6d5ba670d03b12b92029e58c0bc7 (patch) | |
tree | 055f386987f8972585ea509ebe3a8cc1bd72ba6f /artifacts | |
parent | aee68f0187cbd919ffb544cdd00653d02fd7e991 (diff) |
Use MariaDB instead of Derby
Use MariaDB instead of Derby as backing store for sliboot
Change-Id: Ib9fa4abaaf88bcb1eac2276bc974474f067a06d3
Issue-ID: CCSDK-2188
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'artifacts')
-rwxr-xr-x | artifacts/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/artifacts/pom.xml b/artifacts/pom.xml index cf6eb6b1..6d6d6b95 100755 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -6,6 +6,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> <version>2.0.0-SNAPSHOT</version> + <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> |