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?