1
1
mirror of https://github.com/cqfn/eo.git synced 2024-10-04 04:07:19 +03:00

parent up to 0.61.0

This commit is contained in:
Yegor Bugayenko 2022-08-30 08:31:34 +03:00
parent 8703ac6ede
commit 6ffc96e001
No known key found for this signature in database
GPG Key ID: B8283801026E65F3
3 changed files with 9 additions and 4 deletions

View File

@ -38,7 +38,7 @@ SOFTWARE.
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<!-- This version is intentionally lower than the current version of the project -->
<version>0.26.0</version>
<version>0.27.2</version>
<scope>test</scope>
</dependency>
<dependency>
@ -81,6 +81,11 @@ SOFTWARE.
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-slf4j</artifactId>
<version>0.12.2</version>
<!-- We need it to be in compile scope, because we call
StaticLoggerBinder.getSingleton().setMavenLog() of this
package, in order to initiate Slf4j forwarding to Maven
logging system. -->
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>

View File

@ -120,7 +120,7 @@ SOFTWARE.
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-reload4j</artifactId>
<!-- version from parent POM -->
<scope>test</scope>
</dependency>

View File

@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.60.4</version>
<version>0.61.0</version>
</parent>
<groupId>org.eolang</groupId>
<artifactId>eo-parent</artifactId>
@ -166,7 +166,7 @@ SOFTWARE.
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>