diff options
Diffstat (limited to 'dependencies/pom.xml')
-rwxr-xr-x | dependencies/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index bd0f1c05..6534f3e6 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -106,6 +106,11 @@ <artifactId>oauth1-client</artifactId> </dependency> <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <type>jar</type> + </dependency> + <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> </dependency> |