Skip to content

Commit

Permalink
fix readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyushawn committed Feb 16, 2017
1 parent ab88424 commit 406efb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ The driver can be downloaded from the [Microsoft Download Center](https://www.mi
This project has following dependencies:

Compile Time:
- `azure-keyvault` : Azure Key Vault Provider for Always Encrypted feature (optinal)
- `adal4j` : Azure ActiveDirectory Library for Java for Azure Active Directory Authentication feature (optinal)
- `azure-keyvault` : Azure Key Vault Provider for Always Encrypted feature (optional)
- `adal4j` : Azure ActiveDirectory Library for Java for Azure Active Directory Authentication feature (optional)

Test Time:
- `junit:jar` : For Unit Test cases.
Expand All @@ -100,7 +100,7 @@ mvn dependency:tree
```

### Azure Key Vault and Azure Active Directory Authentication Dependencies
Since the dependencies of ***Azure Key Vault*** and ***Azure Active Directory Authentication*** are optional, projects that require those 2 features need to redeclare the dependency explicitly in their pom files.
Projects that require either of the two features need to explicitly declare the dependency in their pom file.

***For Example:*** If you are using *Azure Key Vault feature* then you need to redeclare *azure-keyvault* dependency in your project's pom file. Please see the following snippet:
```
Expand Down

0 comments on commit 406efb8

Please sign in to comment.