User bio
404 bio not found
Member since Feb 28, 2018
Posts:
Robert has not published any posts yet.
Replies:
Certifications & Credly badges:
Robert has no Certifications & Credly badges yet.
Global Masters badges:
Robert has no Global Masters badges yet.
Followers:
Robert has no followers yet.
Following:
Robert has not followed anybody yet.
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.