2016-12-15 10:14:13 +00:00
|
|
|
<?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>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.rbkmoney</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
2019-01-18 11:53:45 +00:00
|
|
|
<version>2.1.0.RELEASE</version>
|
2016-12-15 10:14:13 +00:00
|
|
|
<relativePath/>
|
|
|
|
</parent>
|
|
|
|
|
2016-12-23 17:39:20 +00:00
|
|
|
<artifactId>proxy-mocketbank</artifactId>
|
2019-01-18 11:53:45 +00:00
|
|
|
<version>1.0.8-SNAPSHOT</version>
|
2016-12-15 10:14:13 +00:00
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
2016-12-23 17:39:20 +00:00
|
|
|
<name>proxy-mocketbank</name>
|
2016-12-15 10:14:13 +00:00
|
|
|
<description>Проксик для тестирования и эмуляции запросов к банку</description>
|
|
|
|
|
|
|
|
<properties>
|
2019-02-05 12:12:20 +00:00
|
|
|
<server.port>8022</server.port>
|
|
|
|
<server.rest.port>8080</server.rest.port>
|
|
|
|
<exposed.ports>${server.port} ${server.rest.port}</exposed.ports>
|
2016-12-15 10:14:13 +00:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2017-05-25 16:23:09 +00:00
|
|
|
<project.maintainer>Anatoly Cherkasov <a.cherkasov@rbkmoney.com></project.maintainer>
|
2019-03-22 12:59:46 +00:00
|
|
|
<dockerfile.base.service.tag>bc95d0d6dc13c693acd2b274531a7d604b877bf3</dockerfile.base.service.tag>
|
|
|
|
<dockerfile.registry>dr2.rbkmoney.com</dockerfile.registry>
|
|
|
|
<shared.resources.version>0.3.6</shared.resources.version>
|
2016-12-15 10:14:13 +00:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<!--Thrirdparty libs-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.logstash.logback</groupId>
|
|
|
|
<artifactId>logstash-logback-encoder</artifactId>
|
2019-01-18 11:53:45 +00:00
|
|
|
<version>5.2</version>
|
2016-12-15 10:14:13 +00:00
|
|
|
</dependency>
|
|
|
|
<!--RBK libs-->
|
2017-05-25 16:23:09 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney</groupId>
|
|
|
|
<artifactId>shared-resources</artifactId>
|
|
|
|
<version>${shared.resources.version}</version>
|
|
|
|
</dependency>
|
2019-01-18 11:53:45 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney</groupId>
|
|
|
|
<artifactId>spring-boot-starter-metrics-statsd</artifactId>
|
|
|
|
<version>1.1.0</version>
|
|
|
|
</dependency>
|
2016-12-15 10:14:13 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney.logback</groupId>
|
|
|
|
<artifactId>nop-rolling</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</dependency>
|
2018-11-19 13:51:29 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney.proxy-libs</groupId>
|
|
|
|
<artifactId>hellgate-adapter-client</artifactId>
|
2019-03-14 16:07:22 +00:00
|
|
|
<version>2.1.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney.proxy-libs</groupId>
|
|
|
|
<artifactId>cds-client-storage</artifactId>
|
|
|
|
<version>2.1.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney.proxy-libs</groupId>
|
|
|
|
<artifactId>cds-client-identity-document-storage</artifactId>
|
|
|
|
<version>2.1.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney</groupId>
|
|
|
|
<artifactId>damsel-utils</artifactId>
|
|
|
|
<version>2.1.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>1.18.4</version>
|
2018-11-19 13:51:29 +00:00
|
|
|
</dependency>
|
2016-12-15 10:14:13 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney.woody</groupId>
|
|
|
|
<artifactId>woody-thrift</artifactId>
|
2018-09-20 10:32:48 +00:00
|
|
|
<version>1.1.15</version>
|
2016-12-15 10:14:13 +00:00
|
|
|
</dependency>
|
2018-11-19 13:51:29 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney</groupId>
|
|
|
|
<artifactId>damsel</artifactId>
|
2019-07-25 14:43:56 +00:00
|
|
|
<version>1.319-21ea944</version>
|
2018-11-19 13:51:29 +00:00
|
|
|
</dependency>
|
2018-03-22 12:49:42 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney.geck</groupId>
|
|
|
|
<artifactId>serializer</artifactId>
|
|
|
|
<version>0.6.7</version>
|
|
|
|
</dependency>
|
2018-07-31 16:11:33 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney</groupId>
|
|
|
|
<artifactId>identdocstore-proto</artifactId>
|
|
|
|
<version>1.6-ccd301e</version>
|
2016-12-15 10:14:13 +00:00
|
|
|
</dependency>
|
2019-04-23 10:45:00 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.rbkmoney</groupId>
|
|
|
|
<artifactId>elon</artifactId>
|
|
|
|
<version>1.0.2</version>
|
|
|
|
</dependency>
|
2016-12-15 10:14:13 +00:00
|
|
|
<!--Test libs-->
|
|
|
|
<dependency>
|
2017-10-23 13:30:10 +00:00
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
<version>1.10.2</version>
|
2016-12-15 10:14:13 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-10-23 13:30:10 +00:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
2016-12-15 10:14:13 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-10-23 13:30:10 +00:00
|
|
|
<groupId>com.palantir.docker.compose</groupId>
|
|
|
|
<artifactId>docker-compose-rule</artifactId>
|
|
|
|
<version>0.28.1</version>
|
2016-12-15 10:14:13 +00:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
2017-05-25 16:23:09 +00:00
|
|
|
<directory>${project.build.directory}/maven-shared-archive-resources</directory>
|
2016-12-15 10:14:13 +00:00
|
|
|
<targetPath>${project.build.directory}</targetPath>
|
|
|
|
<includes>
|
|
|
|
<include>Dockerfile</include>
|
|
|
|
</includes>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
2017-05-25 16:23:09 +00:00
|
|
|
<resource>
|
|
|
|
<directory>${project.build.directory}/maven-shared-archive-resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
<excludes>
|
|
|
|
<exclude>Dockerfile</exclude>
|
|
|
|
</excludes>
|
|
|
|
</resource>
|
2016-12-15 10:14:13 +00:00
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2017-05-25 16:23:09 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
2019-01-18 11:53:45 +00:00
|
|
|
<version>1.6.0</version>
|
2017-05-25 16:23:09 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-filtering</artifactId>
|
2019-01-18 11:53:45 +00:00
|
|
|
<version>3.1.1</version>
|
2017-05-25 16:23:09 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<configuration>
|
|
|
|
<resourceBundles>
|
|
|
|
<resourceBundle>com.rbkmoney:shared-resources:${shared.resources.version}</resourceBundle>
|
|
|
|
</resourceBundles>
|
|
|
|
<attachToMain>false</attachToMain>
|
|
|
|
<attachToTest>false</attachToTest>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2016-12-15 10:14:13 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2017-12-21 11:35:26 +00:00
|
|
|
</project>
|