Now you need to add the Regatta JDBC dependency to your pom.xml:

<dependency>
    <groupId>dev.regatta</groupId>
    <artifactId>jdbc</artifactId> 
    <version>1.0</version>
    <scope>system</scope>
    <systemPath>my_drivers/regatta_jdbc.jar</systemPath>
</dependency>