diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-07-30 01:55:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-30 01:55:03 +0000 |
commit | e4f3ee3ce9264c6ca41928e49c3075d4ca99eb0f (patch) | |
tree | 29a4875163cfec0b0aff3e2c6071a6f286340c6c /sdnr/wt/data-provider/installer/pom.xml | |
parent | 4d2a4e187187e726e99fa85e32bfbe101567a83f (diff) | |
parent | 016536791b95df23811dabd063010f0561526163 (diff) |
Merge "Support for MariaDB"
Diffstat (limited to 'sdnr/wt/data-provider/installer/pom.xml')
-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> |