update actions and deps

This commit is contained in:
ggmaleva 2022-01-19 13:31:55 +03:00
parent eed6c5a3eb
commit 8a1b1a08f5
2 changed files with 9 additions and 13 deletions

View File

@ -14,13 +14,6 @@ jobs:
- name: Checkout GitHub Action Repo
uses: actions/checkout@v2
with:
repository: valitydev/action-jdk-build
ref: v1.0.18
path: .github/actions/action-jdk-build
- name: Run Build Java
uses: ./.github/actions/action-jdk-build
with:
github-pat: '${{ secrets.GH_PACKAGES_RO_PAT }}'
github-user: 'strug'
uses: valitydev/action-jdk-build@v0.0.7

13
pom.xml
View File

@ -6,7 +6,7 @@
<parent>
<groupId>dev.vality</groupId>
<artifactId>service-parent-pom</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<artifactId>wb-list-manager</artifactId>
@ -54,19 +54,22 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- RBK -->
<!-- RBK&ValityDev-->
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>shared-resources</artifactId>
</dependency>
<dependency>
<groupId>com.rbkmoney.woody</groupId>
<groupId>dev.vality.woody</groupId>
<artifactId>woody-thrift</artifactId>
</dependency>
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>spring-boot-starter-metrics-statsd</artifactId>
<version>1.1.3</version>
<artifactId>custom-metrics-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>custom-actuator-endpoints</artifactId>
</dependency>
<dependency>
<groupId>dev.vality</groupId>