diff --git a/.travis.yml b/.travis.yml index 5f4f093..4b64bb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: - docker jdk: - - oraclejdk8 + - openjdk8 env: global: diff --git a/README.md b/README.md index 6eee199..dcfbae0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Provides an easy way of invoking utPLSQL from command-line. Main features: * Ability to run tests with multiple reporters simultaneously. * Ability to save output from every individual reporter to a separate output file. * Allows execution of selected suites, subset of suite. -* Maps project and test files to database objects for reporting purposes. (Comming Soon) +* Maps project and test files to database objects for reporting purposes. (Coming Soon) ## Downloading @@ -23,10 +23,6 @@ You can also download all development versions from [Bintray](https://bintray.co ## Requirements * [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) * When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory. -* Due to Oracle license we can't ship the necessary oracle libraries directly with utPLSQL-cli. Please download the libraries directly from oracle website and put the jars into the "lib" folder of your utPLSQL-cli installation - * Oracle `ojdbc8` driver - * It is highly recommended that you also use the `orai18n` library, especially if you use a charset different than UTF-16 or are on Oracle 11g. - * All of the above can be downloaded from [Oracle download site](http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.html) ## Compatibility The latest CLI is always compatible with all database frameworks of the same major version. diff --git a/pom.xml b/pom.xml index 7d38a52..de87207 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,8 @@ UTF-8 1.8 1.8 - 5.4.0 + 5.5.2 + 19.3.0.0 local @@ -55,21 +56,21 @@ 4.0.0-beta-1b - com.oracle.jdbc + com.oracle.ojdbc ojdbc8 - 12.2.0.1 + ${oracle.jdbc.version} compile - com.oracle.jdbc + com.oracle.ojdbc ucp - com.oracle.jdbc + com.oracle.ojdbc orai18n - 12.2.0.1 + ${oracle.jdbc.version} compile @@ -164,26 +165,8 @@ true - - maven.oracle.com - - true - - - false - - https://maven.oracle.com - default - - - - maven.oracle.com - https://maven.oracle.com - - - utPLSQL-local