Skip to content

Commit aec55fd

Browse files
committed
Removing quarkus-panace-mock dependency
Removing quarkus-panace-mock dependency
1 parent 8154967 commit aec55fd

File tree

2 files changed

+0
-10
lines changed
  • chapter-4
    • chapter-4-quarkus-panache-reactive-repository
    • chapter-4-quarkus-panache-repository

2 files changed

+0
-10
lines changed

chapter-4/chapter-4-quarkus-panache-reactive-repository/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@
6767
<artifactId>rest-assured</artifactId>
6868
<scope>test</scope>
6969
</dependency>
70-
<dependency>
71-
<groupId>io.quarkus</groupId>
72-
<artifactId>quarkus-panache-mock</artifactId>
73-
<scope>test</scope>
74-
</dependency>
7570
<dependency>
7671
<groupId>io.quarkus</groupId>
7772
<artifactId>quarkus-junit5-mockito</artifactId>

chapter-4/chapter-4-quarkus-panache-repository/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@
6767
<artifactId>rest-assured</artifactId>
6868
<scope>test</scope>
6969
</dependency>
70-
<dependency>
71-
<groupId>io.quarkus</groupId>
72-
<artifactId>quarkus-panache-mock</artifactId>
73-
<scope>test</scope>
74-
</dependency>
7570
<dependency>
7671
<groupId>io.quarkus</groupId>
7772
<artifactId>quarkus-junit5-mockito</artifactId>

0 commit comments

Comments
 (0)