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

Commit

Permalink
Merge pull request #13 from artipie/revert-11-update_pom
Browse files Browse the repository at this point in the history
Revert "Bump asto and vert.x version"
  • Loading branch information
g4s8 authored Feb 21, 2020
2 parents f592d4e + 20099b7 commit 1bbbbfd
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 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>
<vertx.version>4.0.0-SNAPSHOT</vertx.version>
<vertx.version>3.8.5</vertx.version>
</properties>
<licenses>
<license>
Expand Down Expand Up @@ -70,12 +70,6 @@ SOFTWARE.
<developerConnection>scm:git:ssh://github.com:artipie/ppom.git</developerConnection>
<url>https://github.com/artipie/ppom/tree/master</url>
</scm>
<repositories>
<repository>
<id>oss.sonatype.org</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -86,7 +80,7 @@ SOFTWARE.
<dependency>
<groupId>com.artipie</groupId>
<artifactId>asto</artifactId>
<version>0.13.3</version>
<version>0.11.1</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
Expand All @@ -107,19 +101,13 @@ SOFTWARE.
<!-- Vert.x -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-rx-java2</artifactId>
<version>4.0.0-20200212.102327-71</version>
<exclusions>
<exclusion>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
</exclusion>
</exclusions>
<artifactId>vertx-core</artifactId>
<version>${vertx.version}</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>4.0.0-20200215.112057-298</version>
<artifactId>vertx-rx-java2</artifactId>
<version>${vertx.version}</version>
</dependency>
<!-- RxJava -->
<dependency>
Expand Down

0 comments on commit 1bbbbfd

Please sign in to comment.