diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-11 15:19:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-11 15:19:12 +0000 |
commit | 001cee316f799787a029bf27e2a2ff7c7187a6f3 (patch) | |
tree | 40f3f90c6cf622434e673f2b4dc6dbf9629cf7fb /ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | |
parent | 39e274ebb8e37b968c89403a32c7d6ee3f0fb880 (diff) | |
parent | 99b2042e3fef3c7f2e144863e003bf6a47662b62 (diff) |
Merge "Add Primary Data Source Configuration"
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/db-lib/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 5f5b89de6..4b11f83f2 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -33,7 +33,6 @@ <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> <artifactId>core</artifactId> </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> @@ -42,17 +41,19 @@ <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> </dependency> - <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> </dependency> <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + </dependency> + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-testing</artifactId> <scope>test</scope> </dependency> - </dependencies> </project> |