Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
pvoicu committed Jul 1, 2019
1 parent 2b2f97d commit b24073f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ The following sections explain the process for manually building mux without Doc

1. [Install Go 1.10+](http://golang.org/doc/install).
2. Install [MySQL](http://dev.mysql.com/downloads/mysql) or Oracle(https://www.oracle.com/index.html).
3. Install the [MySQL driver](github.com/go-sql-driver/mysql) and the [Oracle driver](https://github.com/go-goracle/goracle)
3. Install the [MySQL driver](https://github.com/go-sql-driver/mysql) and the [Oracle driver](https://github.com/go-goracle/goracle)
3. Install Oracle instant client

### Build Binaries
Expand Down
9 changes: 6 additions & 3 deletions client/java/README.md
Expand Up @@ -14,16 +14,19 @@ Java 8 or above is required.
## Download

### Maven

First build the Hera JDBC driver:
```sh
mvn install -f client/java/jdbc/pom.xml -Dmaven.test.skip=true
```
Add this to your pom:
```xml
<dependency>
<groupId>com.paypal</groupId>
<artifactId>hera-jdbc</artifactId>
<version>${hera-jdbc-version}</version>
</dependency>
```

Development snapshots are available in [Sonatypes's snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/paypal/hera).

### Usage

```java
Expand Down

0 comments on commit b24073f

Please sign in to comment.