Activity overview
Latest activity by mholmes
Peter, Thanks for the help! I did add the dependency in Maven and also found another error with the driver line for the plugin. I changed <driver>com.oracle.database.jdbc.ClientDriver</driver> to <driver>oracle.jdbc.OracleDriver</driver> And got the output you would expect: [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.307 s [INFO] Finished at: 2023-07-24T11:40:47-05:00 [INFO] ------------------------------------------------------------------------
Thanks again and I appreciate the help! / comments
Peter,Thanks for the help! I did add the dependency in Maven and also found another error with the driver line for the plugin.I changed <driver>com.oracle.database.jdbc.ClientDriver</driver>to <dri...
No database found to handle jdbc:oracle:thin
I can't get Maven or Gradle to connect to an Oracle database on a local server. I'll admit, I'm completely new to CI/CD using Maven or Gradle so it might be a configuration issue. Interesting thing...