Skip to content

Commit

Permalink
upgrade eventhubs, keyvault-secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
saragluna committed Apr 2, 2020
1 parent 0b6b016 commit 6e9626f
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-dependencies-bom</artifactId>
<version>2.1.0.M10</version>
<version>2.1.0.M11</version>
<packaging>pom</packaging>

<name>Azure SDK dependencies BOM</name>
Expand Down Expand Up @@ -45,14 +45,15 @@
<azure.sdk.version>1.14.0</azure.sdk.version>
<azure.msal4j.version>0.5.0-preview</azure.msal4j.version>
<azure.applicationinsights.version>2.2.0</azure.applicationinsights.version>
<azure.eventhub.eph.version>1.0.0</azure.eventhub.eph.version>
<azure.eventhubs.version>5.0.2</azure.eventhubs.version>
<azure.eventhubs.checkpoint.store.version>1.0.2</azure.eventhubs.checkpoint.store.version>
<azure.servicebus.version>1.2.8</azure.servicebus.version>
<azure.client.runtime.version>1.6.0</azure.client.runtime.version>
<azure.storage.version>5.5.0</azure.storage.version>
<azure.storage.blob.version>10.5.0</azure.storage.blob.version>
<azure.documentdb.version>1.16.2</azure.documentdb.version>
<azure.keyvault.version>4.1.0</azure.keyvault.version>
<azure.identity.version>1.0.2</azure.identity.version>
<azure.keyvault.version>4.1.1</azure.keyvault.version>
<azure.identity.version>1.0.4</azure.identity.version>
<azure.media.version>0.9.8</azure.media.version>
<azure.client.authentication.version>1.6.10</azure.client.authentication.version>
<azure.cosmos.version>3.1.0</azure.cosmos.version>
Expand Down Expand Up @@ -83,11 +84,17 @@
<version>${azure.applicationinsights.version}</version>
</dependency>

<!-- Azure EventHub EPH -->
<!-- Azure EventHubs -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-eventhubs-eph</artifactId>
<version>${azure.eventhub.eph.version}</version>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs</artifactId>
<version>${azure.eventhubs.version}</version>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
<version>${azure.eventhubs.checkpoint.store.version}</version>
</dependency>

<!-- Azure ServiceBus -->
Expand Down

0 comments on commit 6e9626f

Please sign in to comment.