diff options
Diffstat (limited to 'sliapi/springboot/pom.xml')
-rw-r--r-- | sliapi/springboot/pom.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sliapi/springboot/pom.xml b/sliapi/springboot/pom.xml index 2a3fbcb0..269caa47 100644 --- a/sliapi/springboot/pom.xml +++ b/sliapi/springboot/pom.xml @@ -91,7 +91,11 @@ <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <scope>runtime</scope> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> </dependency> <dependency> <groupId>junit</groupId> @@ -101,7 +105,7 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-spring</artifactId> - <version>1.6.4</version> + <version>1.6.6</version> </dependency> <dependency> <groupId>javax.ws.rs</groupId> |