Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 7, 2020
2 parents f69b00e + 555a706 commit 3da2a5c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SOFTWARE.
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<junit-platform.version>5.4.2</junit-platform.version>
<rxjava.version>3.0.0-RC6</rxjava.version>
<vertx.version>3.8.5</vertx.version>
</properties>
<licenses>
<license>
Expand Down Expand Up @@ -80,7 +80,7 @@ SOFTWARE.
<dependency>
<groupId>com.artipie</groupId>
<artifactId>asto</artifactId>
<version>0.9.1</version>
<version>0.11.1</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
Expand All @@ -92,6 +92,18 @@ SOFTWARE.
<artifactId>javax.json</artifactId>
<version>1.1</version>
</dependency>
<!-- Vert.x -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rx-java2</artifactId>
<version>${vertx.version}</version>
</dependency>
<!-- RxJava -->
<dependency>
<groupId>com.github.akarnokd</groupId>
<artifactId>rxjava2-jdk8-interop</artifactId>
Expand Down

0 comments on commit 3da2a5c

Please sign in to comment.