Skip to content

Commit

Permalink
Merge pull request #128 from bnicholesdell/minordocupdate
Browse files Browse the repository at this point in the history
Minor doc update
  • Loading branch information
bnicholesdell authored Jul 11, 2023
2 parents b25bfa8 + 5368cdf commit 61366e4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,10 @@ public class CertificateValidator implements HostnameVerifier {

Building SafeguardJava requires Java JDK 8 or greater and Maven 3.0.5 or greater. The following dependency should be added to your POM file:

<dependency>
<groupId>com.oneidentity.safeguard</groupId>
<artifactId>safeguardjava</artifactId>
<version>2.10.0</version>
</dependency>

```xml
<dependency>
<groupId>com.oneidentity.safeguard</groupId>
<artifactId>safeguardjava</artifactId>
<version>7.3.0</version>
</dependency>
```

0 comments on commit 61366e4

Please sign in to comment.