Skip to content

Commit

Permalink
Fixed broken link in base Key Vault README. (#19825)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcolin7 committed Mar 12, 2021
1 parent 473c15b commit e4cf6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/keyvault/README.md
Expand Up @@ -106,7 +106,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
Clone the repo, then run `mvn compile` from the root directory.

To run the recorded tests:
1. If you have not already, you need to install the [Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files](https://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html) package.
1. If you have not already, you need to install the [Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files](https://www.oracle.com/java/technologies/javase-jce8-downloads.html) package.
2. run `mvn jetty:run` to start a jetty server. This starts a service that will block the terminal so you will likely want to open a second terminal to run the actual tests.
3. In your second terminal run `mvn test`.

Expand Down

0 comments on commit e4cf6b2

Please sign in to comment.