azure-maven-plugins/azure-toolkit-libs/pom.xml

898 строки
40 KiB
XML
Исходник Обычный вид История

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-libs</artifactId>
2021-08-20 11:57:53 +03:00
<version>0.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
2021-05-25 10:52:54 +03:00
<name>Libs for Azure Toolkits</name>
<description>Wrapped libs for Microsoft Azure Toolkits</description>
<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>
<modules>
<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>
<module>azure-toolkit-springcloud-lib</module>
Feature track2 webapp (#1298) * Track2 : Add pojo and entity for app service library (#1228) * Add pojo and entity for app service library * Add missed properties in mojo * Using Java SE for Java 8 and Java 11 web container * Add interface for shared library (#1231) * Add interface for shared library * Unify interface naming and fix return value types * Define new maven plugin config and related reader, parser (#1237) * Implement parser for v2 schema (#1256) * Implement parser for v2 schema * Fix maven build * Move convert method to manager utils * Add immutable constant list and equals/hash methods * Move converter from entity to manager utils * Better naming and add more info in validation message * Enhance from string in library * Add parser for v1 schema and test cases (#1257) * Add parser for v1 schema and test cases * Resolve naming issues * Support track 2 client in webapp maven plugin (#1258) * Remove out dated methods * Initialize library client and fix promption * Fix logic for deploy resource * Support proxy and select subscription * Update app service library interface and add abstract implementation (#1278) * Update app service library interface * Add exception in common library * Add utils and abstract implementation for library * Fix deploy mojo with interface change * Fix issues in webapp deploy mojo * Skip deployment for docker * Fix using wrong resource group when create app service plan * Enable user deploy without set app service runtime * Fix temp staging folder creation issue * Add impl of web app manager in library * Add empty impl of app service plan and deployment slot for compile * Add impl of service plan and deployment slot manager * Only accept management exception while getting azure resources * Resolve comments * Skip deployment for docker app service * Use EAR deploy for JBOSS app service * Show subscription when get azure app service client * Add runtime validation for app service creation * Fix hint message * Rename get to from when convert service model to entity * Refator getClient(boolean force) to getClient and refreshClient * Rename sdk client to inner and unify utils naming * Support customized path for war deployment * Move artifact model to library and fix naming * Remove unused import
2021-02-04 09:46:15 +03:00
<module>azure-toolkit-appservice-lib</module>
<module>azure-toolkit-sqlserver-lib</module>
<module>azure-toolkit-mysql-lib</module>
<module>azure-toolkit-applicationinsights-lib</module>
<module>azure-toolkit-storage-lib</module>
<module>azure-toolkit-database-lib</module>
2021-09-02 11:28:59 +03:00
<module>azure-toolkit-redis-lib</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<azure.toolkit-lib.version>${project.version}</azure.toolkit-lib.version>
<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>
<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
<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>
<azure.applicationinsights-web.version>[2.0,)</azure.applicationinsights-web.version>
<azure.appplatform-sdk.version>1.0.0-beta</azure.appplatform-sdk.version>
<azure.resourcemanager-applicationinsights.version>1.0.0-beta.1</azure.resourcemanager-applicationinsights.version>
2021-02-05 11:59:37 +03:00
<azure.azure-mgmt-appplatform.version>1.0.0-beta</azure.azure-mgmt-appplatform.version>
2021-05-02 10:58:32 +03:00
<azure.client.version>1.7.12</azure.client.version>
<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>
<azure.core.http.okhttp.version>1.6.2</azure.core.http.okhttp.version>
<azure.storage-file-share.version>12.9.1</azure.storage-file-share.version>
<azure.function.version>1.4.2</azure.function.version>
<azure.storage-blob.version>11.0.1</azure.storage-blob.version>
<azure.security.keyvault.keys.version>4.2.8</azure.security.keyvault.keys.version>
<azure.security.keyvault.secrets.version> 4.2.8</azure.security.keyvault.secrets.version>
<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>
<azure.storage.file.datalake.version> 12.5.1</azure.storage.file.datalake.version>
<aspectj.version>1.9.7.M3</aspectj.version>
<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>
<commons.collections4.version>4.4</commons.collections4.version>
<commons.exec.version>1.3</commons.exec.version>
<commons.io.version>2.9.0</commons.io.version>
<commons.lang3.version>3.12.0</commons.lang3.version>
<commons.math3.version>3.6.1</commons.math3.version>
<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>
<commons.configuration2.version>2.7</commons.configuration2.version>
<dom4j.version>2.1.3</dom4j.version>
<error.prone.core.version>2.7.1</error.prone.core.version>
<gson.version>2.8.7</gson.version>
<guava.version>30.1.1-jre</guava.version>
<httpclient.version>4.5.13</httpclient.version>
<okhttp.version>4.9.1</okhttp.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>
<json.schema.validator.version>2.2.14</json.schema.validator.version>
<groovy.version>2.5.11</groovy.version>
<junit.version>4.13.2</junit.version>
<lombok.version>1.18.20</lombok.version>
<mockito.version>3.10.0</mockito.version>
<rx.version>1.3.8</rx.version>
<snakeyaml.version>1.28</snakeyaml.version>
<slf4j-api.version>1.7.30</slf4j-api.version>
<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>
<jjwt.version>0.9.1</jjwt.version>
2021-03-18 17:51:52 +03:00
<reflections.version>0.9.12</reflections.version>
<azure.core-http-netty.version>1.9.2</azure.core-http-netty.version>
<nimbusds.oauth2.oidc.sdk.version>9.7</nimbusds.oauth2.oidc.sdk.version>
<semver4j.version>3.1.0</semver4j.version>
<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>
<evo-inflector.version>1.2.2</evo-inflector.version>
<jaxb.version>3.0.2-b01</jaxb.version>
<jaxb.runtime.version>3.0.2-b01</jaxb.runtime.version>
<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>
<azure-resourcemanager-mysql.version>1.0.0</azure-resourcemanager-mysql.version>
<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>
</properties>
<dependencyManagement>
<dependencies>
<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>
<!-- azure toolkit libs -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-common-lib</artifactId>
<version>${azure.toolkit-lib.version}</version>
</dependency>
Feature track2 webapp (#1298) * Track2 : Add pojo and entity for app service library (#1228) * Add pojo and entity for app service library * Add missed properties in mojo * Using Java SE for Java 8 and Java 11 web container * Add interface for shared library (#1231) * Add interface for shared library * Unify interface naming and fix return value types * Define new maven plugin config and related reader, parser (#1237) * Implement parser for v2 schema (#1256) * Implement parser for v2 schema * Fix maven build * Move convert method to manager utils * Add immutable constant list and equals/hash methods * Move converter from entity to manager utils * Better naming and add more info in validation message * Enhance from string in library * Add parser for v1 schema and test cases (#1257) * Add parser for v1 schema and test cases * Resolve naming issues * Support track 2 client in webapp maven plugin (#1258) * Remove out dated methods * Initialize library client and fix promption * Fix logic for deploy resource * Support proxy and select subscription * Update app service library interface and add abstract implementation (#1278) * Update app service library interface * Add exception in common library * Add utils and abstract implementation for library * Fix deploy mojo with interface change * Fix issues in webapp deploy mojo * Skip deployment for docker * Fix using wrong resource group when create app service plan * Enable user deploy without set app service runtime * Fix temp staging folder creation issue * Add impl of web app manager in library * Add empty impl of app service plan and deployment slot for compile * Add impl of service plan and deployment slot manager * Only accept management exception while getting azure resources * Resolve comments * Skip deployment for docker app service * Use EAR deploy for JBOSS app service * Show subscription when get azure app service client * Add runtime validation for app service creation * Fix hint message * Rename get to from when convert service model to entity * Refator getClient(boolean force) to getClient and refreshClient * Rename sdk client to inner and unify utils naming * Support customized path for war deployment * Move artifact model to library and fix naming * Remove unused import
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>
Feature track2 webapp (#1298) * Track2 : Add pojo and entity for app service library (#1228) * Add pojo and entity for app service library * Add missed properties in mojo * Using Java SE for Java 8 and Java 11 web container * Add interface for shared library (#1231) * Add interface for shared library * Unify interface naming and fix return value types * Define new maven plugin config and related reader, parser (#1237) * Implement parser for v2 schema (#1256) * Implement parser for v2 schema * Fix maven build * Move convert method to manager utils * Add immutable constant list and equals/hash methods * Move converter from entity to manager utils * Better naming and add more info in validation message * Enhance from string in library * Add parser for v1 schema and test cases (#1257) * Add parser for v1 schema and test cases * Resolve naming issues * Support track 2 client in webapp maven plugin (#1258) * Remove out dated methods * Initialize library client and fix promption * Fix logic for deploy resource * Support proxy and select subscription * Update app service library interface and add abstract implementation (#1278) * Update app service library interface * Add exception in common library * Add utils and abstract implementation for library * Fix deploy mojo with interface change * Fix issues in webapp deploy mojo * Skip deployment for docker * Fix using wrong resource group when create app service plan * Enable user deploy without set app service runtime * Fix temp staging folder creation issue * Add impl of web app manager in library * Add empty impl of app service plan and deployment slot for compile * Add impl of service plan and deployment slot manager * Only accept management exception while getting azure resources * Resolve comments * Skip deployment for docker app service * Use EAR deploy for JBOSS app service * Show subscription when get azure app service client * Add runtime validation for app service creation * Fix hint message * Rename get to from when convert service model to entity * Refator getClient(boolean force) to getClient and refreshClient * Rename sdk client to inner and unify utils naming * Support customized path for war deployment * Move artifact model to library and fix naming * Remove unused import
2021-02-04 09:46:15 +03:00
</dependency>
<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>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-database-lib</artifactId>
<version>${azure.toolkit-lib.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-sqlserver-lib</artifactId>
<version>${azure.toolkit-lib.version}</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-toolkit-mysql-lib</artifactId>
<version>${azure.toolkit-lib.version}</version>
</dependency>
<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>
<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>
<!-- azure libs -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>${azure.version}</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<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>azure-mgmt-storage</artifactId>
<version>${azure.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.microsoft.azure.appplatform.v2020_07_01</groupId>
<artifactId>azure-mgmt-appplatform</artifactId>
<version>${azure.azure-mgmt-appplatform.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.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>${azure.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>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<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>
<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>
</dependency>
<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>
<!-- 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>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>${commons.math3.version}</version>
</dependency>
<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>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
</dependency>
<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>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<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>
</dependency>
<dependency>
<groupId>me.alexpanov</groupId>
<artifactId>free-port-finder</artifactId>
<version>${free.port.finder.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>${jetbrains.annotations.version}</version>
</dependency>
<!-- azure sdk -->
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager</artifactId>
<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>
</dependency>
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-sql</artifactId>
<version>${azure.resourcemanager.version}</version>
</dependency>
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-storage</artifactId>
<version>${azure.resourcemanager.version}</version>
</dependency>
<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>
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-appplatform</artifactId>
<version>${azure.resourcemanager.version}</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>${azure.identity.version}</version>
<exclusions>
<exclusion>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
</exclusion>
<exclusion>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
</exclusion>
<exclusion>
<groupId>org.linguafranca.pwdb</groupId>
<artifactId>KeePassJava2</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>${azure.core.version}</version>
<exclusions>
<exclusion>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
</exclusion>
</exclusions>
</dependency>
2021-04-20 01:39:49 +03:00
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>${azure.core.http.okhttp.version}</version>
</dependency>
2021-05-14 08:52:45 +03:00
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>${okhttp.version}</version>
</dependency>
2021-04-20 01:39:49 +03:00
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
2021-04-20 01:39:49 +03:00
<version>${okhttp.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons.collections4.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>${commons.exec.version}</version>
</dependency>
2021-03-18 17:51:52 +03:00
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>${reflections.version}</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>${jjwt.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j-api.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j-api.version}</version>
</dependency>
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>semver4j</artifactId>
<version>${semver4j.version}</version>
</dependency>
<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>
<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>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>${error.prone.core.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<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>
<!-- 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>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>${networknt.json-schema-validator.version}</version>
</dependency>
<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>
<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>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/aspectj-maven-plugin -->
<!-- http://www.quabr.com/62976155/aspectj-maven-plugin-1-11-missing-tools-jar-issue-with-jdk-11 -->
<groupId>com.nickwongdev</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>${maven.aspectj-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>${maven.dependency-plugin.version}</version>
</plugin>
<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>
<version>${maven.javadoc-plugin.version}</version>
<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>
</plugins>
</pluginManagement>
</build>
</project>