diff options
author | Prudence Au <prudence.au@amdocs.com> | 2021-05-12 13:23:29 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2021-05-13 19:47:11 -0400 |
commit | 4cfbc764a37018f98d849654e2d5b94155ec85b6 (patch) | |
tree | 6dc305c4002ed8478f194813c9abb471da1a8658 /ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | |
parent | 13598d2a6134e417d9fdf2d199aa83ba86fa0218 (diff) |
Add MS SQL driver in CDS blueprints and
DB resolution fails on an empty dataset with required template mapping.
Issue-ID: CCSDK-3293
Issue-ID: CCSDK-3294
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I9f302d12e7359b62180fcdfddbd8ae2c993a8324
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons/db-lib/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index d9c61933a..de3960c02 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -71,5 +71,10 @@ <artifactId>hibernate-testing</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.microsoft.sqlserver</groupId> + <artifactId>mssql-jdbc</artifactId> + <version>9.2.1.jre11</version> + </dependency> </dependencies> </project> |