upgrade azure library to 1.2.1 (#47)
This commit is contained in:
Родитель
dfe948160c
Коммит
089e0a2b81
|
@ -21,7 +21,6 @@
|
|||
<maven.plugin-tools.version>3.2</maven.plugin-tools.version>
|
||||
<maven.plugin-testing.version>3.3.0</maven.plugin-testing.version>
|
||||
<codehaus.plexus-utils.version>3.0.20</codehaus.plexus-utils.version>
|
||||
<azure.version>1.1.2</azure.version>
|
||||
<azure.ai.version>1.0.9</azure.ai.version>
|
||||
<azure.maven-plugin-lib.version>0.1.4</azure.maven-plugin-lib.version>
|
||||
<azure.function.version>1.0-SNAPSHOT</azure.function.version>
|
||||
|
@ -135,15 +134,6 @@
|
|||
<name>local-repo</name>
|
||||
<url>file://${project.basedir}/repo</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ossrh</id>
|
||||
<name>Sonatype Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
<layout>default</layout>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
|
@ -210,27 +200,6 @@
|
|||
<version>${zeroturnaround.zip.version}</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<!-- Temporary -->
|
||||
<dependency>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure</artifactId>
|
||||
<version>1.1.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-client-runtime</artifactId>
|
||||
<version>1.0.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.microsoft.azure</groupId>
|
||||
<artifactId>azure-client-authentication</artifactId>
|
||||
<version>1.0.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.microsoft.rest</groupId>
|
||||
<artifactId>client-runtime</artifactId>
|
||||
<version>1.0.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TEST -->
|
||||
<dependency>
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
<maven.filtering.version>3.0.0</maven.filtering.version>
|
||||
<maven.plugin-tools.version>3.2</maven.plugin-tools.version>
|
||||
<codehaus.plexus-utils>3.0.20</codehaus.plexus-utils>
|
||||
<azure.version>1.1.2</azure.version>
|
||||
<azure.client-runtime.version>1.0.4</azure.client-runtime.version>
|
||||
<azure.client-auth.version>1.0.4</azure.client-auth.version>
|
||||
<azure.version>1.2.1</azure.version>
|
||||
<azure.client-runtime.version>1.1.0</azure.client-runtime.version>
|
||||
<azure.client-auth.version>1.1.0</azure.client-auth.version>
|
||||
<azure.ai.version>1.0.9</azure.ai.version>
|
||||
<common-net.version>3.6</common-net.version>
|
||||
<junit.version>4.12</junit.version>
|
||||
|
|
Загрузка…
Ссылка в новой задаче