Skip to content

Commit c35b98b

Browse files
Toxic DreamzToxic Dreamz
authored andcommitted
Fixed pom.xml issues within the dirty-flag and partial-response modules that were causing build failures.
1 parent 292ec5b commit c35b98b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dirty-flag/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<artifactId>java-design-patterns</artifactId>
3232
<version>1.23.0-SNAPSHOT</version>
3333
</parent>
34-
<groupId>com.iluwatar</groupId>
3534
<artifactId>dirty-flag</artifactId>
3635
<version>1.23.0-SNAPSHOT</version>
3736
<name>dirty-flag</name>
@@ -45,6 +44,12 @@
4544
<artifactId>junit-jupiter-engine</artifactId>
4645
<scope>test</scope>
4746
</dependency>
47+
<dependency>
48+
<groupId>org.mockito</groupId>
49+
<artifactId>mockito-junit-jupiter</artifactId>
50+
<version>3.5.0</version>
51+
<scope>test</scope>
52+
</dependency>
4853
</dependencies>
4954
<build>
5055
<plugins>

partial-response/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<dependency>
4545
<groupId>org.mockito</groupId>
4646
<artifactId>mockito-junit-jupiter</artifactId>
47+
<version>3.5.0</version>
4748
<scope>test</scope>
4849
</dependency>
4950
<dependency>

0 commit comments

Comments
 (0)