Skip to content

Commit

Permalink
feat: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Sep 30, 2023
1 parent 6a6bc17 commit fddd01d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
12 changes: 1 addition & 11 deletions boot-choas-monkey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

<java.version>17</java.version>
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>
<commons-io.version>2.14.0</commons-io.version>

<gatling.version>3.9.5</gatling.version>
<gatling-maven-plugin.version>4.5.0</gatling-maven-plugin.version>
Expand Down Expand Up @@ -96,15 +95,6 @@
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${springdoc-openapi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -244,7 +234,7 @@
<configuration>
<java>
<googleJavaFormat>
<version>1.15.0</version>
<version>1.17.0</version>
<style>AOSP</style>
</googleJavaFormat>
</java>
Expand Down
12 changes: 0 additions & 12 deletions boot-rest-docs-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@

<java.version>17</java.version>
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>
<commons-io.version>2.14.0</commons-io.version>

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
<spotless.version>2.40.0</spotless.version>
<dependency-check-maven.version>8.4.0</dependency-check-maven.version>
<properties-maven-plugin.version>1.2.0</properties-maven-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.1.2</maven-failsafe-plugin.version>
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<jacoco.minimum.coverage>0.80</jacoco.minimum.coverage>
Expand Down Expand Up @@ -93,15 +90,6 @@
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${springdoc-openapi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit fddd01d

Please sign in to comment.