2024-11-20 16:17:13 +03:00
|
|
|
<?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>
|
|
|
|
|
<parent>
|
2024-11-21 13:57:16 +03:00
|
|
|
<groupId>ru.micord.ervu</groupId>
|
|
|
|
|
<artifactId>account-applications</artifactId>
|
2025-04-01 13:37:10 +03:00
|
|
|
<version>1.9.11</version>
|
2024-11-20 16:17:13 +03:00
|
|
|
</parent>
|
2024-11-21 13:57:16 +03:00
|
|
|
<groupId>ru.micord.ervu.account_applications</groupId>
|
2024-11-20 16:17:13 +03:00
|
|
|
<artifactId>backend</artifactId>
|
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt-impl</artifactId>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
2025-02-27 09:01:52 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
|
|
|
<artifactId>jjwt-jackson</artifactId>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
2024-11-22 16:24:11 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.packages.base</groupId>
|
|
|
|
|
<artifactId>backend</artifactId>
|
|
|
|
|
</dependency>
|
2024-11-20 16:17:13 +03:00
|
|
|
<dependency>
|
2024-11-21 13:57:16 +03:00
|
|
|
<groupId>ru.micord.ervu.account_applications</groupId>
|
2024-11-20 16:17:13 +03:00
|
|
|
<artifactId>resources</artifactId>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.reporting.reporting-jasper</groupId>
|
|
|
|
|
<artifactId>reporting-jasper-fonts</artifactId>
|
|
|
|
|
<scope>runtime</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jooq</groupId>
|
|
|
|
|
<artifactId>jooq</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-tx</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-aspects</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-web</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
<artifactId>spring-security-web</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
|
<artifactId>spring-security-config</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules</groupId>
|
|
|
|
|
<artifactId>inject</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules</groupId>
|
|
|
|
|
<artifactId>webkit-rpc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules</groupId>
|
|
|
|
|
<artifactId>webkit-beans</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.core</groupId>
|
|
|
|
|
<artifactId>core-runtime-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.resources</groupId>
|
|
|
|
|
<artifactId>resources-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.core</groupId>
|
|
|
|
|
<artifactId>error-handling-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.database</groupId>
|
|
|
|
|
<artifactId>database-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.database</groupId>
|
|
|
|
|
<artifactId>database-impl</artifactId>
|
2024-11-22 16:24:11 +03:00
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.annotation</groupId>
|
|
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.jndi</groupId>
|
|
|
|
|
<artifactId>jndi-beans</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.jndi</groupId>
|
|
|
|
|
<artifactId>jndi-inject</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules</groupId>
|
|
|
|
|
<artifactId>standard-annotations</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.reporting</groupId>
|
|
|
|
|
<artifactId>reporting-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.reporting</groupId>
|
|
|
|
|
<artifactId>reporting-runtime-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.reporting</groupId>
|
|
|
|
|
<artifactId>reporting-runtime-impl</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.reporting.reporting-jasper</groupId>
|
|
|
|
|
<artifactId>reporting-jasper-impl</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.reporting.reporting-jasper</groupId>
|
|
|
|
|
<artifactId>reporting-jasper-runtime-impl</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.liquibase</groupId>
|
|
|
|
|
<artifactId>liquibase-core</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules</groupId>
|
|
|
|
|
<artifactId>webkit-base</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-11-22 16:24:11 +03:00
|
|
|
<groupId>net.javacrumbs.shedlock</groupId>
|
|
|
|
|
<artifactId>shedlock-spring</artifactId>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-11-22 16:24:11 +03:00
|
|
|
<groupId>net.javacrumbs.shedlock</groupId>
|
|
|
|
|
<artifactId>shedlock-provider-jdbc-template</artifactId>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependency>
|
2025-04-09 09:40:41 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
|
</dependency>
|
2024-11-20 16:17:13 +03:00
|
|
|
<dependency>
|
2024-11-22 16:24:11 +03:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-slf4j2-impl</artifactId>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-11-22 16:24:11 +03:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-core</artifactId>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-11-22 16:24:11 +03:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-jul</artifactId>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-11-22 16:24:11 +03:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
<artifactId>log4j-web</artifactId>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2024-11-22 16:24:11 +03:00
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependency>
|
2025-03-13 00:26:18 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-websocket</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-messaging</artifactId>
|
|
|
|
|
</dependency>
|
2025-03-06 18:28:18 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.validation</groupId>
|
|
|
|
|
<artifactId>validation-api</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hibernate.validator</groupId>
|
|
|
|
|
<artifactId>hibernate-validator</artifactId>
|
|
|
|
|
</dependency>
|
2025-03-25 12:19:19 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.retry</groupId>
|
|
|
|
|
<artifactId>spring-retry</artifactId>
|
|
|
|
|
</dependency>
|
2025-03-24 12:45:14 +03:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework.retry</groupId>
|
|
|
|
|
<artifactId>spring-retry</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
2025-03-27 15:01:51 +03:00
|
|
|
<groupId>org.springframework.kafka</groupId>
|
|
|
|
|
<artifactId>spring-kafka</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.kafka</groupId>
|
|
|
|
|
<artifactId>kafka-clients</artifactId>
|
2025-03-24 12:45:14 +03:00
|
|
|
</dependency>
|
2024-11-20 16:17:13 +03:00
|
|
|
</dependencies>
|
|
|
|
|
<build>
|
|
|
|
|
<finalName>${project.parent.artifactId}</finalName>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<useIncrementalCompilation>false</useIncrementalCompilation>
|
|
|
|
|
<forceJavacCompilerUse>true</forceJavacCompilerUse>
|
|
|
|
|
<release>17</release>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
|
|
|
<version>3.2.0</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>add-source</id>
|
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>add-source</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<sources>
|
|
|
|
|
<source>${project.basedir}/target/generated-sources/java</source>
|
|
|
|
|
</sources>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>studio</id>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>ru.cg.webbpm.modules.resources</groupId>
|
|
|
|
|
<artifactId>resources-impl-development</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
</project>
|