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-09-23 08:08:10 +03:00
|
|
|
<version>0.13.0-SNAPSHOT</version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<packaging>pom</packaging>
|
2021-05-25 10:52:54 +03:00
|
|
|
<name>Libs for Azure Toolkits</name>
|
2020-10-29 05:43:17 +03:00
|
|
|
<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>
|
2021-05-08 03:27:01 +03:00
|
|
|
<module>azure-toolkit-resource-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>
|
2021-05-11 09:35:40 +03:00
|
|
|
<module>azure-toolkit-sqlserver-lib</module>
|
2021-06-17 07:22:43 +03:00
|
|
|
<module>azure-toolkit-mysql-lib</module>
|
2021-05-13 10:59:56 +03:00
|
|
|
<module>azure-toolkit-applicationinsights-lib</module>
|
2021-08-06 04:11:14 +03:00
|
|
|
<module>azure-toolkit-storage-lib</module>
|
2021-08-16 08:37:07 +03:00
|
|
|
<module>azure-toolkit-database-lib</module>
|
2021-09-02 11:28:59 +03:00
|
|
|
<module>azure-toolkit-redis-lib</module>
|
2021-09-08 12:08:56 +03:00
|
|
|
<module>azure-toolkit-compute-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>
|
2021-06-02 04:44:24 +03:00
|
|
|
<azure.toolkit-lib.version>${project.version}</azure.toolkit-lib.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
|
|
|
|
<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-06-02 04:44:24 +03:00
|
|
|
<maven.plugin-tools.version>3.6.1</maven.plugin-tools.version>
|
|
|
|
<maven.dependency-plugin.version>3.1.2</maven.dependency-plugin.version>
|
|
|
|
<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.aspectj-plugin.version>1.12.6</maven.aspectj-plugin.version>
|
2021-02-05 11:59:37 +03:00
|
|
|
|
2021-05-31 07:25:10 +03:00
|
|
|
<azure.core.version>1.16.0</azure.core.version>
|
|
|
|
<azure.aad.version>1.6.7</azure.aad.version>
|
2021-05-02 10:58:32 +03:00
|
|
|
<azure.applicationinsights.version>2.6.3</azure.applicationinsights.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<azure.applicationinsights-web.version>[2.0,)</azure.applicationinsights-web.version>
|
2021-05-31 10:55:52 +03:00
|
|
|
<azure.resourcemanager-applicationinsights.version>1.0.0-beta.1</azure.resourcemanager-applicationinsights.version>
|
2021-05-02 10:58:32 +03:00
|
|
|
<azure.client.version>1.7.12</azure.client.version>
|
2021-05-31 07:25:10 +03:00
|
|
|
<azure.identity.version>1.3.0</azure.identity.version>
|
|
|
|
<azure.resourcemanager.version>2.5.0</azure.resourcemanager.version>
|
|
|
|
<azure.storage.version>8.6.6</azure.storage.version>
|
|
|
|
<azure.version>1.41.1</azure.version>
|
|
|
|
<azure.eventhubs.version>3.2.2</azure.eventhubs.version>
|
2021-05-31 10:55:52 +03:00
|
|
|
<azure.storage-file-share.version>12.9.1</azure.storage-file-share.version>
|
2021-06-02 04:44:24 +03:00
|
|
|
<azure.function.version>1.4.2</azure.function.version>
|
2021-06-07 06:15:59 +03:00
|
|
|
<azure.security.keyvault.keys.version>4.2.8</azure.security.keyvault.keys.version>
|
2021-10-08 12:18:43 +03:00
|
|
|
<azure.security.keyvault.secrets.version>4.2.8</azure.security.keyvault.secrets.version>
|
2021-06-07 06:15:59 +03:00
|
|
|
<azure.security.keyvault.certificates.version>4.1.8</azure.security.keyvault.certificates.version>
|
|
|
|
<azure.storage.file.share.version>12.9.1</azure.storage.file.share.version>
|
|
|
|
<azure.storage.queue.version>12.9.1</azure.storage.queue.version>
|
|
|
|
<azure.storage.blob.version>12.11.1</azure.storage.blob.version>
|
|
|
|
<azure.storage.blob.batch.version>12.9.1</azure.storage.blob.batch.version>
|
2021-10-08 12:18:43 +03:00
|
|
|
<azure.storage.file.datalake.version>12.5.1</azure.storage.file.datalake.version>
|
2021-09-28 11:47:18 +03:00
|
|
|
<azure.core.http.netty.version>1.9.2</azure.core.http.netty.version>
|
2021-05-31 07:25:10 +03:00
|
|
|
<aspectj.version>1.9.7.M3</aspectj.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<codehaus.plexus-utils.version>3.3.0</codehaus.plexus-utils.version>
|
2021-05-02 10:58:32 +03:00
|
|
|
<commons.codec.version>1.15</commons.codec.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<commons.collections4.version>4.4</commons.collections4.version>
|
2021-02-05 10:25:37 +03:00
|
|
|
<commons.exec.version>1.3</commons.exec.version>
|
2021-05-31 07:25:10 +03:00
|
|
|
<commons.io.version>2.9.0</commons.io.version>
|
|
|
|
<commons.lang3.version>3.12.0</commons.lang3.version>
|
2021-06-02 04:44:24 +03:00
|
|
|
<commons.math3.version>3.6.1</commons.math3.version>
|
2021-05-31 07:25:10 +03:00
|
|
|
<commons.net.version>3.8.0</commons.net.version>
|
2021-08-13 12:31:34 +03:00
|
|
|
<commons.compress.version>1.21</commons.compress.version>
|
2021-06-02 04:44:24 +03:00
|
|
|
<commons.configuration2.version>2.7</commons.configuration2.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<dom4j.version>2.1.3</dom4j.version>
|
2021-05-31 07:25:10 +03:00
|
|
|
<gson.version>2.8.7</gson.version>
|
|
|
|
<guava.version>30.1.1-jre</guava.version>
|
|
|
|
<httpclient.version>4.5.13</httpclient.version>
|
|
|
|
<jackson.version>2.12.3</jackson.version>
|
|
|
|
<jacoco.version>0.8.7</jacoco.version>
|
|
|
|
<jansi.version>2.3.2</jansi.version>
|
|
|
|
<jetbrains.annotations.version>21.0.1</jetbrains.annotations.version>
|
2020-10-29 05:43:17 +03:00
|
|
|
<json.schema.validator.version>2.2.14</json.schema.validator.version>
|
2021-09-22 11:00:23 +03:00
|
|
|
<groovy.version>3.0.9</groovy.version>
|
2021-05-31 07:25:10 +03:00
|
|
|
<junit.version>4.13.2</junit.version>
|
|
|
|
<lombok.version>1.18.20</lombok.version>
|
|
|
|
<mockito.version>3.10.0</mockito.version>
|
2021-02-05 10:25:37 +03:00
|
|
|
<rx.version>1.3.8</rx.version>
|
2021-05-31 10:55:52 +03:00
|
|
|
<snakeyaml.version>1.28</snakeyaml.version>
|
2021-06-01 07:46:33 +03:00
|
|
|
<slf4j-api.version>1.7.30</slf4j-api.version>
|
2021-05-31 07:25:10 +03:00
|
|
|
<spring-test.version>5.3.7</spring-test.version>
|
|
|
|
<google.jsr305.version>3.0.2</google.jsr305.version>
|
|
|
|
<free.port.finder.version>1.1.1</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>
|
2021-09-28 11:47:18 +03:00
|
|
|
<reactor.netty.version>1.0.6</reactor.netty.version>
|
2021-05-31 07:25:10 +03:00
|
|
|
<azure.core-http-netty.version>1.9.2</azure.core-http-netty.version>
|
2021-09-08 11:25:48 +03:00
|
|
|
<nimbusds.oauth2.oidc.sdk.version>9.15</nimbusds.oauth2.oidc.sdk.version>
|
2021-05-08 04:02:37 +03:00
|
|
|
<semver4j.version>3.1.0</semver4j.version>
|
2021-05-31 10:55:52 +03:00
|
|
|
<nimbus-jose-jwt.version>9.9.3</nimbus-jose-jwt.version>
|
|
|
|
<joda-time.version>2.10.10</joda-time.version>
|
|
|
|
<httpcore.version>4.4.14</httpcore.version>
|
2021-06-02 04:44:24 +03:00
|
|
|
<evo-inflector.version>1.2.2</evo-inflector.version>
|
|
|
|
<jaxb.version>3.0.2-b01</jaxb.version>
|
2021-09-08 11:25:48 +03:00
|
|
|
<jaxb.runtime.version>3.0.2</jaxb.runtime.version>
|
2021-06-02 04:44:24 +03:00
|
|
|
<jaxb.bind-api.version>3.0.1</jaxb.bind-api.version>
|
|
|
|
<jtwig.core.version>5.87.0.RELEASE</jtwig.core.version>
|
|
|
|
<semver.version>0.9.0</semver.version>
|
|
|
|
<text-io.version>3.4.1</text-io.version>
|
|
|
|
<zt.zip.version>1.14</zt.zip.version>
|
|
|
|
<plexus-interpolation.version>1.26</plexus-interpolation.version>
|
|
|
|
<powermock.version>2.0.9</powermock.version>
|
2021-06-17 07:22:43 +03:00
|
|
|
<azure-resourcemanager-mysql.version>1.0.0</azure-resourcemanager-mysql.version>
|
2021-08-16 11:27:51 +03:00
|
|
|
<networknt.json-schema-validator.version>1.0.57</networknt.json-schema-validator.version>
|
2021-09-02 11:28:59 +03:00
|
|
|
<azure-resourcemanager-redis.version>2.7.0</azure-resourcemanager-redis.version>
|
2021-10-08 12:18:43 +03:00
|
|
|
<jedis.version>3.6.3</jedis.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-09-28 11:05:13 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-core-http-netty</artifactId>
|
|
|
|
<version>${azure.core.http.netty.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-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-resource-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-appservice-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-08-16 08:37:07 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-database-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-sqlserver-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-06-18 05:42:01 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-mysql-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-springcloud-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-applicationinsights-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-08-06 04:11:14 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-storage-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-09-06 07:34:39 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-redis-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-09-14 16:54:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-toolkit-compute-lib</artifactId>
|
|
|
|
<version>${azure.toolkit-lib.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<!-- azure libs -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-annotations</artifactId>
|
|
|
|
<version>1.10.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-storage</artifactId>
|
|
|
|
<version>${azure.storage.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-client-runtime</artifactId>
|
|
|
|
<version>${azure.client.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-client-authentication</artifactId>
|
|
|
|
<version>${azure.client.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-data-lake-store-sdk</artifactId>
|
|
|
|
<version>2.3.9</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.rest</groupId>
|
|
|
|
<artifactId>client-runtime</artifactId>
|
|
|
|
<version>${azure.client.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-storage-queue</artifactId>
|
|
|
|
<version>${azure.storage.queue.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-storage-blob</artifactId>
|
|
|
|
<version>${azure.storage.blob.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-storage-blob-batch</artifactId>
|
|
|
|
<version>${azure.storage.blob.batch.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-storage-file-share</artifactId>
|
|
|
|
<version>${azure.storage.file.share.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-storage-file-datalake</artifactId>
|
|
|
|
<version>${azure.storage.file.datalake.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-security-keyvault-secrets</artifactId>
|
|
|
|
<version>${azure.security.keyvault.secrets.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-security-keyvault-keys</artifactId>
|
|
|
|
<version>${azure.security.keyvault.keys.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-security-keyvault-certificates</artifactId>
|
|
|
|
<version>${azure.security.keyvault.certificates.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-core-http-netty</artifactId>
|
|
|
|
<version>${azure.core-http-netty.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.nimbusds</groupId>
|
|
|
|
<artifactId>oauth2-oidc-sdk</artifactId>
|
|
|
|
<version>${nimbusds.oauth2.oidc.sdk.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>adal4j</artifactId>
|
|
|
|
<version>${azure.aad.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager-applicationinsights</artifactId>
|
|
|
|
<version>${azure.resourcemanager-applicationinsights.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-core-management</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-eventhubs</artifactId>
|
|
|
|
<version>${azure.eventhubs.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-client-authentication</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
2021-05-31 10:55:52 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.yaml</groupId>
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
</dependency>
|
2021-05-02 09:00:38 +03:00
|
|
|
<dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
2021-05-02 09:00:38 +03:00
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
2021-01-22 10:55:13 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
2021-06-02 04:44:24 +03:00
|
|
|
<artifactId>jackson-annotations</artifactId>
|
2021-02-05 10:25:37 +03:00
|
|
|
<version>${jackson.version}</version>
|
2021-01-22 10:55:13 +03:00
|
|
|
</dependency>
|
2021-04-16 04:46:35 +03:00
|
|
|
<dependency>
|
2021-03-12 05:50:08 +03:00
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
2020-10-29 05:43:17 +03:00
|
|
|
<dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
|
<artifactId>jackson-dataformat-yaml</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
2020-10-29 05:43:17 +03:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
|
<artifactId>jackson-datatype-guava</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
|
<artifactId>jackson-datatype-joda</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 10:23:16 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
|
|
<artifactId>jackson-module-scala_2.11</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
|
|
<artifactId>jackson-module-paranamer</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
|
|
<artifactId>jackson-module-jaxb-annotations</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
|
<artifactId>jackson-dataformat-xml</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
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>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-math3</artifactId>
|
|
|
|
<version>${commons.math3.version}</version>
|
|
|
|
</dependency>
|
2021-05-02 09:00:38 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<artifactId>commons-net</artifactId>
|
|
|
|
<version>${commons.net.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>${commons.codec.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>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
<version>${commons.compress.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-configuration2</artifactId>
|
|
|
|
<version>${commons.configuration2.version}</version>
|
|
|
|
</dependency>
|
2020-12-31 11:17:15 +03:00
|
|
|
<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>
|
2021-09-23 11:45:40 +03:00
|
|
|
<artifactId>azure-resourcemanager-appservice</artifactId>
|
2021-05-12 16:22:33 +03:00
|
|
|
<version>${azure.resourcemanager.version}</version>
|
2021-06-01 17:07:22 +03:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager-resources</artifactId>
|
|
|
|
<version>${azure.resourcemanager.version}</version>
|
2021-05-12 16:22:33 +03:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager-sql</artifactId>
|
2021-01-22 10:55:13 +03:00
|
|
|
<version>${azure.resourcemanager.version}</version>
|
2020-12-31 11:17:15 +03:00
|
|
|
</dependency>
|
2021-08-06 04:11:14 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager-storage</artifactId>
|
|
|
|
<version>${azure.resourcemanager.version}</version>
|
|
|
|
</dependency>
|
2021-06-17 07:22:43 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager-mysql</artifactId>
|
|
|
|
<version>${azure-resourcemanager-mysql.version}</version>
|
|
|
|
</dependency>
|
2021-09-02 11:28:59 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager-redis</artifactId>
|
|
|
|
<version>${azure-resourcemanager-redis.version}</version>
|
|
|
|
</dependency>
|
2021-05-08 12:23:47 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager-appplatform</artifactId>
|
|
|
|
<version>${azure.resourcemanager.version}</version>
|
|
|
|
</dependency>
|
2021-09-08 12:08:56 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure.resourcemanager</groupId>
|
|
|
|
<artifactId>azure-resourcemanager-compute</artifactId>
|
|
|
|
<version>${azure.resourcemanager.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>
|
2021-03-25 11:16:33 +03:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.nimbusds</groupId>
|
|
|
|
<artifactId>oauth2-oidc-sdk</artifactId>
|
|
|
|
</exclusion>
|
2021-04-20 05:59:38 +03:00
|
|
|
<exclusion>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-core-http-netty</artifactId>
|
|
|
|
</exclusion>
|
2021-04-16 04:46:35 +03:00
|
|
|
<exclusion>
|
|
|
|
<groupId>org.linguafranca.pwdb</groupId>
|
|
|
|
<artifactId>KeePassJava2</artifactId>
|
|
|
|
</exclusion>
|
2021-03-25 11:16:33 +03:00
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2021-04-16 04:46:35 +03:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.azure</groupId>
|
|
|
|
<artifactId>azure-core</artifactId>
|
|
|
|
<version>${azure.core.version}</version>
|
2021-05-09 19:12:26 +03:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.azure</groupId>
|
2021-09-28 11:05:13 +03:00
|
|
|
<artifactId>azure-core-http-okhttp</artifactId>
|
2021-05-09 19:12:26 +03:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2021-04-16 04:46:35 +03:00
|
|
|
</dependency>
|
2021-04-20 05:59:38 +03:00
|
|
|
<dependency>
|
2021-05-31 10:55:52 +03:00
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
<version>${httpclient.version}</version>
|
2021-04-20 05:59:38 +03:00
|
|
|
</dependency>
|
2021-02-05 10:25:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
|
<version>${commons.collections4.version}</version>
|
|
|
|
</dependency>
|
2021-05-08 04:02:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-exec</artifactId>
|
2021-06-02 04:44:24 +03:00
|
|
|
<version>${commons.exec.version}</version>
|
2021-05-08 04:02:37 +03:00
|
|
|
</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>
|
2021-05-02 09:00:38 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${slf4j-api.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<version>${slf4j-api.version}</version>
|
|
|
|
</dependency>
|
2021-05-08 04:02:37 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.vdurmont</groupId>
|
|
|
|
<artifactId>semver4j</artifactId>
|
|
|
|
<version>${semver4j.version}</version>
|
|
|
|
</dependency>
|
2021-05-02 09:00:38 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2021-05-31 10:55:52 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.nimbusds</groupId>
|
|
|
|
<artifactId>nimbus-jose-jwt</artifactId>
|
|
|
|
<version>${nimbus-jose-jwt.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>joda-time</groupId>
|
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
|
<version>${joda-time.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-arm-client-runtime</artifactId>
|
|
|
|
<version>${azure.client.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.zeroturnaround</groupId>
|
|
|
|
<artifactId>zt-zip</artifactId>
|
|
|
|
<version>${zt.zip.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
<version>${codehaus.plexus-utils.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure.functions</groupId>
|
|
|
|
<artifactId>azure-functions-java-library</artifactId>
|
|
|
|
<version>${azure.function.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.zafarkhaja</groupId>
|
|
|
|
<artifactId>java-semver</artifactId>
|
|
|
|
<version>${semver.version}</version>
|
|
|
|
</dependency>
|
2021-09-28 11:05:13 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>io.projectreactor.netty</groupId>
|
|
|
|
<artifactId>reactor-netty</artifactId>
|
|
|
|
<version>${reactor.netty.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<!-- JAXB For Application Insight Issue -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
<artifactId>jakarta.xml.bind-api</artifactId>
|
|
|
|
<version>${jaxb.bind-api.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
|
|
<artifactId>jaxb-runtime</artifactId>
|
|
|
|
<version>${jaxb.runtime.version}</version>
|
|
|
|
</dependency>
|
2021-08-16 11:27:51 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.networknt</groupId>
|
|
|
|
<artifactId>json-schema-validator</artifactId>
|
|
|
|
<version>${networknt.json-schema-validator.version}</version>
|
2021-09-08 12:00:17 +03:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.sun.mail</groupId>
|
|
|
|
<artifactId>mailapi</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.mozilla</groupId>
|
|
|
|
<artifactId>rhino</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2021-08-16 11:27:51 +03:00
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.java-json-tools</groupId>
|
|
|
|
<artifactId>json-schema-validator</artifactId>
|
|
|
|
<version>${json.schema.validator.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.beryx</groupId>
|
|
|
|
<artifactId>text-io</artifactId>
|
|
|
|
<version>${text-io.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.dom4j</groupId>
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
<version>${dom4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.atteo</groupId>
|
|
|
|
<artifactId>evo-inflector</artifactId>
|
|
|
|
<version>${evo-inflector.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jtwig</groupId>
|
|
|
|
<artifactId>jtwig-core</artifactId>
|
|
|
|
<version>${jtwig.core.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
<!-- TEST -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-test</artifactId>
|
|
|
|
<version>${spring-test.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-eventhubs-eph</artifactId>
|
|
|
|
<version>${azure.eventhubs.version}</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>org.jacoco.agent</artifactId>
|
|
|
|
<version>${jacoco.version}</version>
|
|
|
|
<classifier>runtime</classifier>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
<version>${plexus-interpolation.version}</version>
|
|
|
|
</dependency>
|
2021-10-08 12:18:43 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>redis.clients</groupId>
|
|
|
|
<artifactId>jedis</artifactId>
|
|
|
|
<version>${jedis.version}</version>
|
|
|
|
</dependency>
|
2021-06-02 04:44:24 +03:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-core</artifactId>
|
|
|
|
<version>${powermock.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-module-junit4</artifactId>
|
|
|
|
<version>${powermock.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
<artifactId>powermock-api-mockito2</artifactId>
|
|
|
|
<version>${powermock.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</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-17 17:55:56 +03:00
|
|
|
<!-- http://www.quabr.com/62976155/aspectj-maven-plugin-1-11-missing-tools-jar-issue-with-jdk-11 -->
|
|
|
|
<groupId>com.nickwongdev</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>
|
2021-06-02 04:44:24 +03:00
|
|
|
<version>${maven.dependency-plugin.version}</version>
|
2020-10-29 05:43:17 +03:00
|
|
|
</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>
|