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 #46 from olegmoz/45-core-modules
Browse files Browse the repository at this point in the history
#45 - dependencyManagement updated
  • Loading branch information
olegmoz authored Sep 10, 2020
2 parents e8fb7d4 + 6dbe810 commit 5fdcba7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,17 @@ SOFTWARE.
<dependency>
<groupId>com.artipie</groupId>
<artifactId>asto</artifactId>
<version>0.27</version>
<version>0.28</version>
</dependency>
<dependency>
<groupId>com.artipie</groupId>
<artifactId>http</artifactId>
<version>0.15.7</version>
</dependency>
<dependency>
<groupId>com.artipie</groupId>
<artifactId>http-client</artifactId>
<version>0.2</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
Expand Down

0 comments on commit 5fdcba7

Please sign in to comment.