Skip to content

Commit 2d00dd1

Browse files
committed
adding dependency to driver
Signed-off-by: Michael Sprauer <[email protected]>
1 parent 1c1379b commit 2d00dd1

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,12 @@
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+
<version>2.500.0</version>
400+
<scope>test</scope>
401+
</dependency>
396402
</dependencies>
397403
<build>
398404
<plugins>

0 commit comments

Comments
 (0)