Skip to content

Commit

Permalink
Merge pull request #168 from utPLSQL/feature/include_ojdbc_libs
Browse files Browse the repository at this point in the history
We can now ship ojdbc with cli due to Oracle FUTC
  • Loading branch information
pesse committed Oct 22, 2019
2 parents 4097475 + 0104c97 commit be81904
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .travis/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appass

mkdir dist
mv target/appassembler utPLSQL-cli
# Remove Oracle libraries du to licensing problems
rm -f utPLSQL-cli/lib/ucp*.jar
rm -f utPLSQL-cli/lib/ojdbc8*.jar
rm -f utPLSQL-cli/lib/orai18n*.jar

zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli
zip -r -q utPLSQL-cli.zip utPLSQL-cli
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/).
Provides an easy way of invoking utPLSQL from command-line. Main features:

* Ability to run tests with multiple reporters simultaneously.
* Realtime reporting during test-run
* 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. (Coming Soon)
* Maps project and test files to database objects for reporting purposes.

## Downloading

Expand All @@ -21,7 +22,7 @@ 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)
* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or newer
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>org.utplsql</groupId>
<artifactId>java-api</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit be81904

Please sign in to comment.