Following up on last meetings discussion on supporting oracle: Oracle JDBC
drivers on Maven Central
<https://medium.com/oracledevs/oracle-jdbc-drivers-on-maven-central-64fcf724d8b>

Based on the I would like to remove the manual process of installing
ojdbc7 into your local repo, and replace with something like:

    <dependency>
     <groupId>com.oracle.ojdbc</groupId>
     <artifactId>ojdbc8</artifactId>
     <version>19.3.0.0</version>
    </dependency>

Can I ask if anyone is using odjbc8 already?
--
Jody Garnett
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to