Skip to content

Commit

Permalink
Azure Key Vault: Use latest client library version (#890)
Browse files Browse the repository at this point in the history
* Use latest version of azure-keyvault library

* Enable java 11 azure key vault acceptance tests
  • Loading branch information
chris-j-h authored and melowe committed Sep 23, 2019
1 parent 3aa34d5 commit 6bf08ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
jdk: oraclejdk11
before_install: *install_hashicorp
install: *build_no_checks
script: mvn verify -pl tests/acceptance-test -P hashicorp-vault-acceptance-tests,reduce-logging -o || travis_terminate 1
# TODO use vault-acceptance-tests profile when Travis is updated to use jdk 11.0.3+
script: mvn verify -pl tests/acceptance-test -P vault-acceptance-tests,reduce-logging -o || travis_terminate 1

# - stage: deploy only
# name: "Deploy to OSSRH"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault</artifactId>
<version>1.1.2</version>
<version>1.2.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6bf08ba

Please sign in to comment.