Fixed pom.xml issues within the dirty-flag and partial-response modules that were causing build failures.
This commit is contained in:
parent
292ec5b8e5
commit
c35b98b4d7
@ -31,7 +31,6 @@
|
|||||||
<artifactId>java-design-patterns</artifactId>
|
<artifactId>java-design-patterns</artifactId>
|
||||||
<version>1.23.0-SNAPSHOT</version>
|
<version>1.23.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.iluwatar</groupId>
|
|
||||||
<artifactId>dirty-flag</artifactId>
|
<artifactId>dirty-flag</artifactId>
|
||||||
<version>1.23.0-SNAPSHOT</version>
|
<version>1.23.0-SNAPSHOT</version>
|
||||||
<name>dirty-flag</name>
|
<name>dirty-flag</name>
|
||||||
@ -45,6 +44,12 @@
|
|||||||
<artifactId>junit-jupiter-engine</artifactId>
|
<artifactId>junit-jupiter-engine</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-junit-jupiter</artifactId>
|
||||||
|
<version>3.5.0</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -44,6 +44,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>mockito-junit-jupiter</artifactId>
|
<artifactId>mockito-junit-jupiter</artifactId>
|
||||||
|
<version>3.5.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user