mirror of
https://github.com/valitydev/java-service-dependencies.git
synced 2024-11-06 00:05:20 +00:00
remove unused deps, bump damsel (#37)
This commit is contained in:
parent
36578f62dd
commit
6aac3061de
100
pom.xml
100
pom.xml
@ -5,7 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>java-service-dependencies</artifactId>
|
||||
<version>1.0.15</version>
|
||||
<version>1.0.16</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Vality parent</name>
|
||||
<description>Vality library parent pom</description>
|
||||
@ -38,30 +38,14 @@
|
||||
<pubSnapRepo>https://s01.oss.sonatype.org/content/repositories/snapshots</pubSnapRepo>
|
||||
<pubStagingRepoId>ossrh</pubStagingRepoId>
|
||||
<pubStagingRepo>https://s01.oss.sonatype.org/</pubStagingRepo>
|
||||
<custom-metrics.version>1.2.5</custom-metrics.version>
|
||||
<custom-metrics-spring-boot-starter.version>1.0.0</custom-metrics-spring-boot-starter.version>
|
||||
<custom-actuator.version>0.0.1</custom-actuator.version>
|
||||
<woody.version>1.0.4</woody.version>
|
||||
<lombok.version>1.18.22</lombok.version>
|
||||
<maven-remote-resources-plugin.version>1.6.0</maven-remote-resources-plugin.version>
|
||||
<damsel.version>1.559-1d60b20</damsel.version>
|
||||
<damsel.version>1.563-d384c12</damsel.version>
|
||||
<mamsel.version>0.2.2</mamsel.version>
|
||||
<damsel-utils.version>1.0.0</damsel-utils.version>
|
||||
<cds-client-storage.version>2.1.23</cds-client-storage.version>
|
||||
<cds-utils.version>1.0.0</cds-utils.version>
|
||||
<error-mapping-java.version>1.0.0</error-mapping-java.version>
|
||||
<adapter-starter.version>0.0.1</adapter-starter.version>
|
||||
<adapter-payout-starter.version>1.0.0</adapter-payout-starter.version>
|
||||
<adapter-starter-test.version>0.0.1</adapter-starter-test.version>
|
||||
<adapter-client.version>1.0.1</adapter-client.version>
|
||||
<adapter-common-lib.version>1.0.0</adapter-common-lib.version>
|
||||
<nop-rolling.version>1.0.1</nop-rolling.version>
|
||||
<geck.verion>0.0.1</geck.verion>
|
||||
<cds-client-keyring.version>1.268-45c8524</cds-client-keyring.version>
|
||||
<db-common-lib.version>0.0.1</db-common-lib.version>
|
||||
<kafka-common-lib.version>0.0.3</kafka-common-lib.version>
|
||||
<vality-http-client.version>0.0.1</vality-http-client.version>
|
||||
<spring-statsd.version>1.1.3</spring-statsd.version>
|
||||
<shared-resources.version>1.0.1</shared-resources.version>
|
||||
<kotlin-logging.version>2.1.21</kotlin-logging.version>
|
||||
<mockito-kotlin.version>4.0.0</mockito-kotlin.version>
|
||||
@ -69,16 +53,6 @@
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>custom-metrics-spring-boot-starter</artifactId>
|
||||
<version>${custom-metrics-spring-boot-starter.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>custom-actuator-endpoints</artifactId>
|
||||
<version>${custom-actuator.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.woody</groupId>
|
||||
<artifactId>woody-thrift</artifactId>
|
||||
@ -104,71 +78,6 @@
|
||||
<artifactId>mamsel</artifactId>
|
||||
<version>${mamsel.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.adapter-client-lib</groupId>
|
||||
<artifactId>cds-client-storage</artifactId>
|
||||
<version>${adapter-client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.adapter-client-lib</groupId>
|
||||
<artifactId>hellgate-adapter-client</artifactId>
|
||||
<version>${adapter-client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.adapter-client-lib</groupId>
|
||||
<artifactId>fistful-client-withdrawal</artifactId>
|
||||
<version>${adapter-client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.adapter-client-lib</groupId>
|
||||
<artifactId>fistful-client</artifactId>
|
||||
<version>${adapter-client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.adapter-client-lib</groupId>
|
||||
<artifactId>bender-client</artifactId>
|
||||
<version>${adapter-client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.adapter-client-lib</groupId>
|
||||
<artifactId>cds-client-identity-document-storage</artifactId>
|
||||
<version>${adapter-client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.adapter-thrift-lib</groupId>
|
||||
<artifactId>damsel-utils</artifactId>
|
||||
<version>${damsel-utils.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.adapter-thrift-lib</groupId>
|
||||
<artifactId>cds-utils</artifactId>
|
||||
<version>${cds-utils.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>adapter-common-lib</artifactId>
|
||||
<version>${adapter-common-lib.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>error-mapping-java</artifactId>
|
||||
<version>${error-mapping-java.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>adapter-bank-spring-boot-starter</artifactId>
|
||||
<version>${adapter-starter.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>adapter-bank-payout-spring-boot-starter</artifactId>
|
||||
<version>${adapter-payout-starter.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>adapter-bank-spring-boot-starter-test</artifactId>
|
||||
<version>${adapter-starter-test.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality.logback</groupId>
|
||||
<artifactId>nop-rolling</artifactId>
|
||||
@ -194,11 +103,6 @@
|
||||
<artifactId>migrator</artifactId>
|
||||
<version>${geck.verion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>vality-http-client</artifactId>
|
||||
<version>${vality-http-client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dev.vality</groupId>
|
||||
<artifactId>db-common-lib</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user