diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2021-07-26 12:42:00 +0530 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-07-28 16:08:00 +0000 |
commit | 016536791b95df23811dabd063010f0561526163 (patch) | |
tree | dc9af75cdad070fa803b6ea8799cfa38244a17f0 /sdnr/wt/data-provider/installer | |
parent | d70d7624795a9305eef1f0a6d3842d47ecd27160 (diff) |
Support for MariaDB
Support for MariaDB
Issue-ID: CCSDK-3384
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: Ic93ad33257a091f2cd208cdf02d1d7400c256bf0
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/data-provider/installer')
-rwxr-xr-x | sdnr/wt/data-provider/installer/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sdnr/wt/data-provider/installer/pom.xml b/sdnr/wt/data-provider/installer/pom.xml index 4eda82cde..1e5a191a8 100755 --- a/sdnr/wt/data-provider/installer/pom.xml +++ b/sdnr/wt/data-provider/installer/pom.xml @@ -69,6 +69,10 @@ <artifactId>${application.name}-setup</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>com.highstreet-technologies.opendaylight</groupId> + <artifactId>odl-ready</artifactId> + </dependency> </dependencies> <build> |