Skip to content

Commit

Permalink
Maint/cleanup poms (#349)
Browse files Browse the repository at this point in the history
* 🎨 gateway rm maven-release-plugin submodule option

* 🎨 integrations rm unused springdoc
  • Loading branch information
simonhir authored Jan 13, 2025
1 parent 365c358 commit ceb583a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
3 changes: 0 additions & 3 deletions refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
</dependency>

<!-- openApi -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
Expand All @@ -56,6 +52,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>

<!-- Testing -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
</dependency>

<!-- openApi -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
</dependency>

<!-- openApi -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
</dependency>
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
Expand Down

0 comments on commit ceb583a

Please sign in to comment.