Skip to content

Commit 68f30cc

Browse files
committed
adding dependency to driver
1 parent 1c1379b commit 68f30cc

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,11 @@
393393
<artifactId>sqlite-jdbc</artifactId>
394394
<scope>test</scope>
395395
</dependency>
396+
<dependency>
397+
<groupId>com.sap.db.jdbc</groupId>
398+
<artifactId>ngdbc</artifactId>
399+
<scope>test</scope>
400+
</dependency>
396401
</dependencies>
397402
<build>
398403
<plugins>

0 commit comments

Comments
 (0)