Hi Bob!

Any update on this issue?

We need to write many tests using different databases and only with Iris/Caché we need to download JARs manually to put them in the project lib. Ex:

       <!-- Iris dependence -->
        <dependency>
          <groupId>com.intersystems</groupId>
          <artifactId>intersystems-jdbc</artifactId>
          <version>3.2.0</version>
          <scope>system</scope>
          <systemPath>${project.basedir}/lib/intersystems-jdbc-3.2.0.jar</systemPath>
        </dependency>

       <!-- Postgres dependency -->
        <dependency>
          <groupId>org.postgresql</groupId>
          <artifactId>postgresql</artifactId>
          <version>42.2.20</version>
        </dependency>

The Maven central repository is a common standard on Java (and many other JVM languages) projects. Please, we urgently need this feature available.