Skip to content

Commit

Permalink
Qulice. Undeclared dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Oct 29, 2023
1 parent 11f4875 commit fc983ea
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</dependency>
<dependency>
<!--
@todo #171:30m Transitive dependencies for hamcrest 1.3 and junit 4
comes from this dependency.
1) Upgrade jcabi-matchers to the same version of parent as jcabi-http.
2) Replace hamcrest 1.3 with hamcrest 2.2 (?) from parent
3) Replace junit 5 with junit 5
-->
@todo #171:30m Transitive dependencies for hamcrest 1.3 and junit 4
comes from this dependency.
1) Upgrade jcabi-matchers to the same version of parent as jcabi-http.
2) Replace hamcrest 1.3 with hamcrest 2.2 (?) from parent
3) Replace junit 5 with junit 5
-->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-matchers</artifactId>
<version>1.6.0</version>
Expand Down Expand Up @@ -291,6 +291,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>1.1.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.reload4j</groupId>
<artifactId>reload4j</artifactId>
<version>1.2.25</version>
<scope>provided</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit fc983ea

Please sign in to comment.