Skip to content

Commit

Permalink
gh-41 Remove explicit JUnit dependency declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Nov 2, 2023
1 parent 1dd7b48 commit cce7e0f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 66 deletions.
14 changes: 0 additions & 14 deletions carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down Expand Up @@ -206,5 +194,3 @@
</profile>
</profiles>
</project>


15 changes: 0 additions & 15 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,6 @@
<version>${version.lib.coherence-spring}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down Expand Up @@ -221,5 +208,3 @@
</profile>
</profiles>
</project>


12 changes: 0 additions & 12 deletions orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,6 @@
<artifactId>spring-boot-starter-webflux</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<version.lib.coherence>23.09</version.lib.coherence>
<version.lib.coherence-spring>4.0.0</version.lib.coherence-spring>
<version.lib.httpclient>4.5.14</version.lib.httpclient>
<version.lib.junit>5.10.0</version.lib.junit>
<version.lib.lombok>1.18.28</version.lib.lombok>
<version.lib.rest-assured>5.3.2</version.lib.rest-assured>
<version.lib.snake.yaml>2.2</version.lib.snake.yaml>
Expand Down
12 changes: 0 additions & 12 deletions shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${version.lib.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down

0 comments on commit cce7e0f

Please sign in to comment.