mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-20 02:39:51 +02:00
fix broken build
This commit is contained in:
@@ -53,6 +53,12 @@
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ning</groupId>
|
||||
<artifactId>async-http-client</artifactId>
|
||||
<version>1.6.3</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.sonatype.spice</groupId>
|
||||
<artifactId>jersey-ahc-client</artifactId>
|
||||
@@ -102,6 +108,17 @@
|
||||
|
||||
</dependencies>
|
||||
|
||||
<!-- for async-http-client -->
|
||||
|
||||
<repositories>
|
||||
|
||||
<repository>
|
||||
<id>Sonatype</id>
|
||||
<name>Sonatype Release</name>
|
||||
<url>http://oss.sonatype.org/content/repositories/releases </url>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
|
||||
Reference in New Issue
Block a user