mirror of
https://github.com/valitydev/wb-list-manager.git
synced 2024-11-06 01:35:17 +00:00
update actions and deps
This commit is contained in:
parent
eed6c5a3eb
commit
8a1b1a08f5
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -14,13 +14,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout GitHub Action Repo
|
- name: Checkout GitHub Action Repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
repository: valitydev/action-jdk-build
|
|
||||||
ref: v1.0.18
|
|
||||||
path: .github/actions/action-jdk-build
|
|
||||||
|
|
||||||
- name: Run Build Java
|
- name: Run Build Java
|
||||||
uses: ./.github/actions/action-jdk-build
|
uses: valitydev/action-jdk-build@v0.0.7
|
||||||
with:
|
|
||||||
github-pat: '${{ secrets.GH_PACKAGES_RO_PAT }}'
|
|
||||||
github-user: 'strug'
|
|
13
pom.xml
13
pom.xml
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>dev.vality</groupId>
|
<groupId>dev.vality</groupId>
|
||||||
<artifactId>service-parent-pom</artifactId>
|
<artifactId>service-parent-pom</artifactId>
|
||||||
<version>1.0.1</version>
|
<version>1.0.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>wb-list-manager</artifactId>
|
<artifactId>wb-list-manager</artifactId>
|
||||||
@ -54,19 +54,22 @@
|
|||||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- RBK -->
|
<!-- RBK&ValityDev-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rbkmoney</groupId>
|
<groupId>com.rbkmoney</groupId>
|
||||||
<artifactId>shared-resources</artifactId>
|
<artifactId>shared-resources</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rbkmoney.woody</groupId>
|
<groupId>dev.vality.woody</groupId>
|
||||||
<artifactId>woody-thrift</artifactId>
|
<artifactId>woody-thrift</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.rbkmoney</groupId>
|
<groupId>com.rbkmoney</groupId>
|
||||||
<artifactId>spring-boot-starter-metrics-statsd</artifactId>
|
<artifactId>custom-metrics-spring-boot-starter</artifactId>
|
||||||
<version>1.1.3</version>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.rbkmoney</groupId>
|
||||||
|
<artifactId>custom-actuator-endpoints</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.vality</groupId>
|
<groupId>dev.vality</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user