Skip to content

Commit

Permalink
#280: Fixed review findings.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Dec 11, 2019
1 parent 32a7f9f commit 3668654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Running the Virtual Schema requires a Java Runtime version 9 or later.
|-------------------------------------------------------------------------------------|--------------------------------------------------------|-------------------------------|
| [JSON-P](https://javaee.github.io/jsonp/) | JSON Processing | CDDL-1.0 |
| [Exasol Script API](https://docs.exasol.com/database_concepts/udf_scripts.htm) | Accessing Exasol features | MIT License |
| [Exasol Virtual Schema Common](https://github.com/exasol/virtual-schema-common-java)| Common module of Exasol Virtual Schemas adapters | MIT License |
| [Exasol Virtual Schema JDBC](https://github.com/exasol/virtual-schema-common-jdbc) | Common JDBC functions for Virtual Schemas adapters | MIT License |
| JDBC driver(s), depending on data source | Connecting to the data source | Check driver documentation |

### Test Dependencies
Expand All @@ -113,7 +115,6 @@ Running the Virtual Schema requires a Java Runtime version 9 or later.
| [Apache HTTP Components](http://hc.apache.org/) | HTTP communication | Apache License 2.0 |
| [Apache Maven](https://maven.apache.org/) | Build tool | Apache License 2.0 |
| [Equals Verifier](https://jqno.nl/equalsverifier/) | Testing `equals(...)` and `hashCode()` contracts | Apache License 2.0 |
| [Exasol Virtual Schema Common](https://github.com/exasol/virtual-schema-common-java)| Common module of Exasol Virtual Schemas adapters | MIT License |
| [Exec Maven Plugin](https://www.mojohaus.org/exec-maven-plugin/) | Helps execute system and Java programs. | Apache License 2.0 |
| [Java Hamcrest](http://hamcrest.org/JavaHamcrest/) | Checking for conditions in code via matchers | BSD License |
| [JSONassert](http://jsonassert.skyscreamer.org/) | Compare JSON documents for semantic equality | Apache License 2.0 |
Expand Down
3 changes: 1 addition & 2 deletions jdbc-adapter/tools/install_vs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ readonly JAR_URL="$BUCKET_URL/$JAR_FILE"

echo "Installing '$JAR_FILE' in bucket '$BUCKET_URL'"

curl -X DELETE "$JAR_URL"
curl -X PUT -T "$VS_JAR_SOURCE_PATH" "$JAR_URL"
curl -X PUT -T "$VS_JAR_SOURCE_PATH" "$JAR_URL"

0 comments on commit 3668654

Please sign in to comment.