File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apt-get -qq update && \
12
12
&& rm -rf /var/lib/apt/lists/*
13
13
14
14
# Read repo args
15
- ARG VERSION
15
+ ARG REVISION
16
16
ARG AWS_DEFAULT_REGION
17
17
ARG AWS_ACCESS_KEY_ID
18
18
ARG AWS_SECRET_ACCESS_KEY
@@ -28,4 +28,4 @@ RUN mvn deploy -U \
28
28
-Dgpg.skip \
29
29
-DdistMgmtReleasesUrl=${REPO_URL}/releases \
30
30
-DAWS_DEFAULT_REGION=${AWS_DEFAULT_REGION} \
31
- -Dproject.version=${VERSION }
31
+ -Dproject.version=${REVISION }
Original file line number Diff line number Diff line change 29
29
<artifactId >async-http-client</artifactId >
30
30
<version >${project.version} </version >
31
31
</dependency >
32
+ <dependency >
33
+ <groupId >org.asynchttpclient</groupId >
34
+ <artifactId >async-http-client</artifactId >
35
+ <version >2.5.3-SNAPSHOT</version >
36
+ <scope >test</scope >
37
+ <classifier >tests</classifier >
38
+ </dependency >
32
39
</dependencies >
33
40
</project >
You can’t perform that action at this time.
0 commit comments