arex-web
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-web</artifactId>
<version>0.7.0.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.arextest</groupId>
<artifactId>arex-web</artifactId>
<version>0.7.0.3</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>arex-report is the background service of report-ui.</description>
<url>https://github.com/arextest/arex-report</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>AREX</name>
<email>arex.test.com@gmail.com</email>
<organization>AREX group</organization>
<organizationUrl>https://www.arextest.com</organizationUrl>
</developer>
</developers>
<modules>
<module>arex-web-api</module>
<module>arex-web-common</module>
<module>arex-web-core</module>
<module>arex-web-model</module>
<module>arex-web-model-contract</module>
</modules>
<scm>
<connection>scm:git:git://github.com/arextest/arex-report.git</connection>
<developerConnection>scm:git:ssh://github.com:arextest/arex-report.git</developerConnection>
<url>https://github.com/arextest/arex-report</url>
</scm>
<distributionManagement>
<repository>
<id>releases</id>
<url>${releases.repo}</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>${snapshots.repo}</url>
</snapshotRepository>
</distributionManagement>
<properties>
<google-http-client.version>1.35.0</google-http-client.version>
<arex-storage-config.version>2.0.5</arex-storage-config.version>
<msal.version>1.14.0</msal.version>
<spring.boot.version>3.2.3</spring.boot.version>
<springfox-boot-starter.version>3.0.0</springfox-boot-starter.version>
<guava.version>31.1-jre</guava.version>
<shedlock-spring.version>4.34.0</shedlock-spring.version>
<arex-extension-interface.version>0.0.1</arex-extension-interface.version>
<httpclient.version>4.5.13</httpclient.version>
<aws.version>2.26.3</aws.version>
<gson.version>2.8.9</gson.version>
<snapshots.repo></snapshots.repo>
<commons-lang3.version>3.8.1</commons-lang3.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hutool-all.version>5.7.2</hutool-all.version>
<junit.version>4.12</junit.version>
<commons-collections4.version>4.4</commons-collections4.version>
<releases.repo></releases.repo>
<jna.version>5.13.0</jna.version>
<caffeine.version>2.9.3</caffeine.version>
<arex-common.version>1.0.1</arex-common.version>
<arex-storage.version>1.1.27</arex-storage.version>
<commons-email.version>1.5</commons-email.version>
<jackson-verison>2.10.3</jackson-verison>
<gcloud.version>26.40.0</gcloud.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<java.version>1.8</java.version>
<jmockit.version>1.37</jmockit.version>
<javax.mail-api.version>1.6.2</javax.mail-api.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<revision>0.7.0.3</revision>
<google-oauth-client.version>1.31.0</google-oauth-client.version>
<lombok.version>1.18.30</lombok.version>
<arex-compare-extension.version>0.0.1</arex-compare-extension.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
<version>${lombok-mapstruct-binding.version}</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>${org.mapstruct.version}</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>${gcloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
<version>${jna.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-web-model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-web-model-contract</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-web-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-web-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-common</artifactId>
<version>${arex-common.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-model</artifactId>
<version>${arex-storage.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-storage-config</artifactId>
<version>${arex-storage-config.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-extension</artifactId>
<version>${arex-extension-interface.version}</version>
</dependency>
<dependency>
<groupId>com.arextest</groupId>
<artifactId>arex-compare-extension</artifactId>
<version>${arex-compare-extension.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring.boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>${jmockit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${gson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>${hutool-all.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</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-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>${caffeine.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-spring</artifactId>
<version>${shedlock-spring.version}</version>
</dependency>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-provider-mongo</artifactId>
<version>${shedlock-spring.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
<version>${commons-email.version}</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>${javax.mail-api.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-mongodb4</artifactId>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>${google-oauth-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>${google-oauth-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<version>${google-http-client.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>${aws.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-mongodb4</artifactId>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>8</source>
<target>8</target>
<compilerArgument>-Xlint:deprecation</compilerArgument>
<parameters>true</parameters>
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>${org.mapstruct.version}</version>
</path>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-mapstruct-binding</artifactId>
<version>${lombok-mapstruct-binding.version}</version>
</path>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<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>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>war</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<resources>
<resource>
<filtering>true</filtering>
<directory>src/main/resources</directory>
</resource>
</resources>
<finalName>arex-platform-web-service</finalName>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<packagingType>war</packagingType>
</properties>
</profile>
<profile>
<id>jar-servlet-initializer-exclusion</id>
<build>
<resources>
<resource>
<directory>arex-report</directory>
<excludes>
<exclude>**/application*.yaml</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/WebSpringBootServletInitializer.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>generate-source-jar</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<executions>
<execution>
<id>generate-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<detectJavaApiLink>false</detectJavaApiLink>
<doclint>none</doclint>
<source>8</source>
</configuration>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<serverId>ossrh</serverId>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<snapshots.repo>https://s01.oss.sonatype.org/content/repositories/snapshots/</snapshots.repo>
<releases.repo>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</releases.repo>
<packagingType>jar</packagingType>
</properties>
</profile>
<profile>
<id>jar-local</id>
<build>
<resources>
<resource>
<directory>arex-report</directory>
<excludes>
<exclude>**/application*.yaml</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/WebSpringBootServletInitializer.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<packagingType>jar</packagingType>
</properties>
</profile>
</profiles>
</project>