2020-10-29 05:43:17 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2021-01-28 04:52:38 +03:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2020-10-29 05:43:17 +03:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-libs</artifactId>
|
2021-03-24 06:00:47 +03:00
|
|
|
<version>0.4.0</version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<name>Libs for Azure Toolkits</name>
|
|
|
|
<description>Wrapped libs for Microsoft Azure Toolkits</description>
|
2021-01-28 04:52:38 +03:00
|
|
|
<url>https://github.com/microsoft/azure-maven-plugins</url>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>MIT License</name>
|
|
|
|
<url>https://opensource.org/licenses/MIT</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:https://github.com/microsoft/azure-maven-plugins</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:microsoft/azure-maven-plugins</developerConnection>
|
|
|
|
<url>https://github.com/microsoft/azure-maven-plugins</url>
|
|
|
|
<tag>HEAD</tag>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>wangmingliang-ms</id>
|
|
|
|
<name>Wang Mingliang</name>
|
|
|
|
<email>wangmi@microsoft.com</email>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
2020-10-29 05:43:17 +03:00
|
|
|
|
|
|
|
<modules>
|
2020-12-31 11:17:15 +03:00
|
|
|
<module>azure-toolkit-common-lib</module>
|
|
|
|
<module>azure-toolkit-auth-lib</module>
|
2020-10-29 05:43:17 +03:00
|
|
|
<module>azure-toolkit-springcloud-lib</module>
|
2021-02-04 09:46:15 +03:00
|
|
|
<module>azure-toolkit-appservice-lib</module>
|
2020-10-29 05:43:17 +03:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
|
|
|
<maven.build.timestamp.format>yyyyMMddHHmmssSSS</maven.build.timestamp.format>
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
|
2021-02-05 11:59:37 +03:00
|
|
|
<azure.toolkit-lib.version>${project.version}</azure.toolkit-lib.version>
|
|
|
|
|
|
|
|
<azure.aad.version>1.6.4</azure.aad.version>
|
|
|
|
<azure.applicationinsights.version>2.6.2</azure.applicationinsights.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<azure.applicationinsights-web.version>[2.0,)</azure.applicationinsights-web.version>
|
2021-02-05 11:59:37 +03:00
|
|
|
<azure.azure-mgmt-appplatform.version>1.0.0-beta</azure.azure-mgmt-appplatform.version>
|
|
|
|
<azure.client.version>1.7.10</azure.client.version>
|
|
|
|
<azure.identity.version>1.2.1</azure.identity.version>
|
|
|
|
<azure.resourcemanager.version>2.1.0</azure.resourcemanager.version>
|
2021-03-02 10:05:00 +03:00
|
|
|
<azure.storage.version>8.0.0</azure.storage.version>
|
2021-02-05 11:59:37 +03:00
|
|
|
<azure.version>1.38.0</azure.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
|
2021-02-05 10:25:37 +03:00
|
|
|
<aspectj.version>1.8.13</aspectj.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<codehaus.plexus-utils.version>3.3.0</codehaus.plexus-utils.version>
|
|
|
|
<commons.codec.version>1.14</commons.codec.version>
|
|
|
|
<commons.collections4.version>4.4</commons.collections4.version>
|
2021-02-05 10:25:37 +03:00
|
|
|
<commons.exec.version>1.3</commons.exec.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<commons.io.version>2.7</commons.io.version>
|
|
|
|
<commons.lang3.version>3.10</commons.lang3.version>
|
|
|
|
<commons.net.version>3.6</commons.net.version>
|
|
|
|
<dom4j.version>2.1.3</dom4j.version>
|
|
|
|
<gson.version>2.8.6</gson.version>
|
2021-01-25 08:17:18 +03:00
|
|
|
<guava.version>30.0-jre</guava.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<httpclient.version>4.5.9</httpclient.version>
|
2021-02-05 10:25:37 +03:00
|
|
|
<jackson.version>2.11.2</jackson.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<jacoco.version>0.8.5</jacoco.version>
|
|
|
|
<jansi.version>1.17.1</jansi.version>
|
2021-02-05 10:25:37 +03:00
|
|
|
<jetbrains.annotations.version>19.0.0</jetbrains.annotations.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<json.schema.validator.version>2.2.14</json.schema.validator.version>
|
2021-03-22 08:31:43 +03:00
|
|
|
<groovy.version>2.5.11</groovy.version>
|
2020-10-30 10:30:37 +03:00
|
|
|
<junit.version>4.13.1</junit.version>
|
2021-02-05 10:25:37 +03:00
|
|
|
<lombok.version>1.18.16</lombok.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<mockito.version>2.22.0</mockito.version>
|
|
|
|
<powermock.version>2.0.2</powermock.version>
|
2021-02-05 10:25:37 +03:00
|
|
|
<rx.version>1.3.8</rx.version>
|
|
|
|
<slf4j-api.version>1.7.30</slf4j-api.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
|
2021-02-05 10:25:37 +03:00
|
|
|
<maven.plugin-tools.version>3.3</maven.plugin-tools.version>
|
|
|
|
<maven.version>3.3.3</maven.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<maven.source-plugin.version>2.2.1</maven.source-plugin.version>
|
|
|
|
<maven.jar-plugin.version>3.0.2</maven.jar-plugin.version>
|
|
|
|
<maven.javadoc-plugin.version>2.9.1</maven.javadoc-plugin.version>
|
|
|
|
<maven.checkstyle-plugin.version>3.1.0</maven.checkstyle-plugin.version>
|
2021-02-25 09:38:05 +03:00
|
|
|
<maven.aspectj-plugin.version>1.11</maven.aspectj-plugin.version>
|
2020-10-30 10:30:37 +03:00
|
|
|
|
|
|
|
<google.jsr305.version>3.0.0</google.jsr305.version>
|
2021-01-05 11:26:14 +03:00
|
|
|
<free.port.finder.version>1.0</free.port.finder.version>
|
2021-02-05 10:25:37 +03:00
|
|
|
<jjwt.version>0.9.1</jjwt.version>
|
2021-03-18 17:51:52 +03:00
|
|
|
<reflections.version>0.9.12</reflections.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2021-02-05 10:25:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
|
<artifactId>aspectjrt</artifactId>
|
|
|
|
<version>${aspectj.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
|
<artifactId>aspectjweaver</artifactId>
|
|
|
|
<version>${aspectj.version}</version>
|
|
|
|
</dependency>
|
2021-01-28 04:52:38 +03:00
|
|
|
<!-- azure toolkit libs -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-common-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-02-04 09:46:15 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-auth-lib</artifactId>
|
2021-02-05 11:59:37 +03:00
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
2021-02-04 09:46:15 +03:00
|
|
|
</dependency>
|
2021-01-22 10:55:13 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
2021-02-05 10:25:37 +03:00
|
|
|
<version>${jackson.version}</version>
|
2021-01-22 10:55:13 +03:00
|
|
|
</dependency>
|
2020-12-31 11:17:15 +03:00
|
|
|
<!-- azure lib for spring cloud -->
|
2020-10-29 05:43:17 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure.appplatform.v2020_07_01</groupId>
|
|
|
|
<artifactId>azure-mgmt-appplatform</artifactId>
|
|
|
|
<version>${azure.azure-mgmt-appplatform.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.microsoft.rest</groupId>
|
|
|
|
<artifactId>client-runtime</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<!-- javax annotations e.g. @Nonnull -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-client-runtime</artifactId>
|
2020-10-30 10:30:37 +03:00
|
|
|
<version>${azure.client.version}</version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.rest</groupId>
|
|
|
|
<artifactId>client-runtime</artifactId>
|
2020-10-30 10:30:37 +03:00
|
|
|
<version>${azure.client.version}</version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<scope>compile</scope>
|
2020-10-30 10:30:37 +03:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2020-10-29 05:43:17 +03:00
|
|
|
</dependency>
|
2020-12-31 11:17:15 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
<version>${guava.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
<artifactId>error_prone_annotations</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>${gson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.jansi</groupId>
|
|
|
|
<artifactId>jansi</artifactId>
|
|
|
|
<version>${jansi.version}</version>
|
|
|
|
</dependency>
|
2020-10-29 05:43:17 +03:00
|
|
|
|
|
|
|
<!-- javax annotations e.g. @Nonnull -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.findbugs</groupId>
|
|
|
|
<artifactId>jsr305</artifactId>
|
|
|
|
<version>${google.jsr305.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>${commons.lang3.version}</version>
|
|
|
|
</dependency>
|
2020-12-31 11:17:15 +03:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>${commons.io.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>${lombok.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2021-02-05 10:25:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.reactivex</groupId>
|
|
|
|
<artifactId>rxjava</artifactId>
|
|
|
|
<version>${rx.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-03-22 08:31:43 +03:00
|
|
|
<groupId>org.codehaus.groovy</groupId>
|
|
|
|
<artifactId>groovy-templates</artifactId>
|
|
|
|
<version>${groovy.version}</version>
|
2021-02-05 10:25:37 +03:00
|
|
|
</dependency>
|
2021-01-05 11:26:14 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>me.alexpanov</groupId>
|
|
|
|
<artifactId>free-port-finder</artifactId>
|
|
|
|
<version>${free.port.finder.version}</version>
|
|
|
|
</dependency>
|
2021-02-05 10:25:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jetbrains</groupId>
|
|
|
|
<artifactId>annotations</artifactId>
|
|
|
|
<version>${jetbrains.annotations.version}</version>
|
|
|
|
</dependency>
|
2021-01-05 11:26:14 +03:00
|
|
|
|
2020-12-31 11:17:15 +03:00
|
|
|
<!-- azure sdk -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager</artifactId>
|
2021-01-22 10:55:13 +03:00
|
|
|
<version>${azure.resourcemanager.version}</version>
|
2020-12-31 11:17:15 +03:00
|
|
|
</dependency>
|
2021-02-05 11:15:22 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-mgmt-appservice</artifactId>
|
|
|
|
<version>${azure.version}</version>
|
|
|
|
</dependency>
|
2020-12-31 11:17:15 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-identity</artifactId>
|
2021-02-05 10:25:37 +03:00
|
|
|
<version>${azure.identity.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>applicationinsights-core</artifactId>
|
|
|
|
<version>${azure.applicationinsights.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>applicationinsights-web</artifactId>
|
|
|
|
<version>${azure.applicationinsights.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-mgmt-resources</artifactId>
|
|
|
|
<version>${azure.version}</version>
|
|
|
|
</dependency>
|
2021-03-02 10:05:00 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-storage</artifactId>
|
|
|
|
<version>${azure.storage.version}</version>
|
|
|
|
</dependency>
|
2021-02-05 10:25:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>adal4j</artifactId>
|
|
|
|
<version>${azure.aad.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
|
<version>${commons.collections4.version}</version>
|
|
|
|
</dependency>
|
2021-03-18 17:51:52 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.reflections</groupId>
|
|
|
|
<artifactId>reflections</artifactId>
|
|
|
|
<version>${reflections.version}</version>
|
|
|
|
</dependency>
|
2021-02-05 10:25:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
<artifactId>jjwt</artifactId>
|
|
|
|
<version>${jjwt.version}</version>
|
2020-12-31 11:17:15 +03:00
|
|
|
</dependency>
|
2020-10-29 05:43:17 +03:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2021-02-05 10:25:37 +03:00
|
|
|
<plugin>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/aspectj-maven-plugin -->
|
2021-02-25 09:38:05 +03:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
2021-02-05 10:25:37 +03:00
|
|
|
<artifactId>aspectj-maven-plugin</artifactId>
|
|
|
|
<version>${maven.aspectj-plugin.version}</version>
|
|
|
|
</plugin>
|
2020-10-29 05:43:17 +03:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<version>3.1.2</version>
|
|
|
|
</plugin>
|
2021-01-28 04:52:38 +03:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>${maven.jar-plugin.version}</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2021-02-05 10:25:37 +03:00
|
|
|
<version>${maven.javadoc-plugin.version}</version>
|
2021-01-28 04:52:38 +03:00
|
|
|
<configuration>
|
|
|
|
<show>private</show>
|
|
|
|
<failOnError>false</failOnError>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<additionalparam>${javadoc.opts}</additionalparam>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>${maven.source-plugin.version}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
|
|
<version>1.1.0</version>
|
|
|
|
<configuration>
|
|
|
|
<updatePomFile>true</updatePomFile>
|
|
|
|
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>flatten</id>
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>flatten</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>flatten.clean</id>
|
|
|
|
<phase>clean</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>clean</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2020-10-29 05:43:17 +03:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
|
|
|
</project>
|