Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel DeGroff committed Jan 11, 2019
1 parent 8818e50 commit 47b1d39
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,24 +204,21 @@ String json = jwk.toJSON();
}
```

## Maven Dependency
```xml
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>fusionauth-jwt</artifactId>
<version>3.0.0</version>
</dependency>
```
## Building

## Building with Maven
## Building with Maven
```bash
$ mvn install
```


## Building with Savant

**Note:** This project uses the Savant build tool. To compile using using Savant, follow these instructions:
```bash
$ sb int
```

**Note:** If you do not yet have Savant build tool installed, use the following instructions.

```bash
$ mkdir ~/savant
Expand All @@ -232,9 +229,4 @@ $ ln -s ./savant-1.0.0 current
$ export PATH=$PATH:~/savant/current/bin/
```

Then, perform an integration build of the project by running:
```bash
$ sb int
```

For more information, checkout [savantbuild.org](http://savantbuild.org/).

0 comments on commit 47b1d39

Please sign in to comment.