Skip to content

Commit

Permalink
version numbers moved to main pom
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkumar2005 committed Sep 3, 2024
1 parent 43c5325 commit 427fe13
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
5 changes: 0 additions & 5 deletions java/claim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${springdoc-openapi-starter-webmvc-ui.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>io.springfox</groupId>-->
<!-- <artifactId>springfox-swagger-ui</artifactId>-->
<!-- <version>3.0.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<spring-boot-starter-actuator.version>3.3.3</spring-boot-starter-actuator.version>
<spring-kafka.version>3.2.3</spring-kafka.version>
<httpclient-cache.version>4.5.14</httpclient-cache.version>
<httpcore.version>4.4.16</httpcore.version>
<guava.version>33.3.0-jre</guava.version>
<minio.version>8.5.12</minio.version>
<karate-junit5.version>1.4.1</karate-junit5.version>

</properties>

Expand Down
10 changes: 5 additions & 5 deletions java/registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient-cache</artifactId>
<version>4.5.4</version>
<version>${httpclient-cache.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.8</version>
<version>${httpcore.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -182,12 +182,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.12</version>
<version>${minio.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-junit5</artifactId>
<version>1.0.1</version>
<version>${karate-junit5.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 427fe13

Please sign in to comment.