Go to file
dependabot[bot] 6096b0b0ef
Bump junit from 4.12 to 4.13.1 (#6)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-27 14:30:19 +03:00
build_utils@f42e059d9e PROX-458: add polling info (#5) 2020-10-27 14:09:51 +03:00
src PROX-458: add polling info (#5) 2020-10-27 14:09:51 +03:00
.gitignore PROX-364: add libs 2019-10-30 18:57:00 +03:00
.gitmodules PROX-364: add libs 2019-10-30 18:57:00 +03:00
Jenkinsfile PROX-364: add libs 2019-10-30 18:57:00 +03:00
LICENSE Let's make it opensource (#4) 2020-08-11 18:19:46 +03:00
pom.xml Bump junit from 4.12 to 4.13.1 (#6) 2020-10-27 14:30:19 +03:00
README.md PROX-364: add libs 2019-10-30 18:57:00 +03:00

adapter-cashreg-spring-boot-starter

Вспомогательная библиотека для адаптеров взаимодействующих с провайдерами электронных касс по отправке чеков онлайн

Разработчики

Настройки

Добавить в pom.xml в зависимости

<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>adapter-cashreg-spring-boot-starter</artifactId>
    <version>${adapter-cashreg-spring-boot-starter.version}</version>
</dependency>

В зависимостях также должны быть указаны

<dependency>
    <groupId>com.rbkmoney.woody</groupId>
    <artifactId>woody-thrift</artifactId>
    <version>${woody-thrift.version}</version>
</dependency>
<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>damsel</artifactId>
    <version>${damsel.version}</version>
</dependency>
<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>javax.servlet-api</artifactId>
    <version>${javax.servlet-api.version}</version>
</dependency>
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-api</artifactId>
    <version>${slf4j-api.version}</version>
</dependency>
<dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <version>${lombok.version}</version>
</dependency>
<dependency>
    <groupId>com.github.seancfoley</groupId>
    <artifactId>ipaddress</artifactId>
    <version>${ipaddress.version}</version>
</dependency>
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot</artifactId>
    <version>${spring-boot.version}</version>
</dependency>
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
    <version>${spring-boot.version}</version>
</dependency>
<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>error-mapping-java</artifactId>
    <version>${error-mapping.version}</version>
</dependency>
<dependency>
    <groupId>com.rbkmoney</groupId>
    <artifactId>damsel</artifactId>
    <version>${damsel.version}</version>
</dependency>