Skip to content

Commit

Permalink
#302 fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 11, 2022
1 parent 915cc44 commit bce694e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</issueManagement>
<ciManagement>
<system>rultor</system>
<url>http://www.rultor.com/s/jcabi</url>
<url>https://www.rultor.com/s/jcabi</url>
</ciManagement>
<scm>
<connection>scm:git:github.com:jcabi/jcabi-aspects.git</connection>
Expand Down Expand Up @@ -83,6 +83,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -103,6 +104,18 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>2.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.8.0-alpha2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit bce694e

Please sign in to comment.