Skip to Content
0
May 31, 2018 at 02:46 AM

I need JDBC driver maven dependency

3126 Views

I'm working on a SpringBoot application with HANA 2.0 SPS 02 (soon - 03) and I need a Maven dependency for the JDBC driver. As of now, I'm using:

<dependency>
<groupId>com.sap.db.jdbc</groupId>
<artifactId>ngdbc</artifactId>
<version>2.3.27</version>
</dependency>

and it's working fine with SPS 00, but not with SPS02 and SPS03. Can you, please let me know what's the one compatible with SPS02/03?