Skip to content

Commit be81904

Browse files
authored
Merge pull request #168 from utPLSQL/feature/include_ojdbc_libs
We can now ship ojdbc with cli due to Oracle FUTC
2 parents 4097475 + 0104c97 commit be81904

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.travis/create_release.sh

-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ sed -i '/CYGWIN\*) cygwin=true/c\ CYGWIN*|MINGW*) cygwin=true ;;' target/appass
1111

1212
mkdir dist
1313
mv target/appassembler utPLSQL-cli
14-
# Remove Oracle libraries du to licensing problems
15-
rm -f utPLSQL-cli/lib/ucp*.jar
16-
rm -f utPLSQL-cli/lib/ojdbc8*.jar
17-
rm -f utPLSQL-cli/lib/orai18n*.jar
1814

1915
zip -r -q dist/utPLSQL-cli-${TRAVIS_BRANCH}-${VERSION}.zip utPLSQL-cli
2016
zip -r -q utPLSQL-cli.zip utPLSQL-cli

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ Java command-line client for [utPLSQL v3](https://github.com/utPLSQL/utPLSQL/).
99
Provides an easy way of invoking utPLSQL from command-line. Main features:
1010

1111
* Ability to run tests with multiple reporters simultaneously.
12+
* Realtime reporting during test-run
1213
* Ability to save output from every individual reporter to a separate output file.
1314
* Allows execution of selected suites, subset of suite.
14-
* Maps project and test files to database objects for reporting purposes. (Coming Soon)
15+
* Maps project and test files to database objects for reporting purposes.
1516

1617
## Downloading
1718

@@ -21,7 +22,7 @@ You can also download all development versions from [Bintray](https://bintray.co
2122

2223

2324
## Requirements
24-
* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
25+
* [Java SE Runtime Environment 8](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) or newer
2526
* When using reporters for Sonar or Coveralls client needs to be invoked from project's root directory.
2627

2728
## Compatibility

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.utplsql</groupId>
2525
<artifactId>java-api</artifactId>
26-
<version>3.1.8-SNAPSHOT</version>
26+
<version>3.1.8</version>
2727
<scope>compile</scope>
2828
<exclusions>
2929
<exclusion>

0 commit comments

Comments
 (0)