Skip to content

Commit 14613fc

Browse files
committed
we don't use a property for a single dependency version
1 parent c38b291 commit 14613fc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@
2525

2626
<groupId>com.cloudbees.thirdparty</groupId>
2727
<artifactId>zendesk-java-client</artifactId>
28-
<version>0.2.5-SNAPSHOT</version>
29-
30-
<properties>
31-
<async-http-client.version>1.7.12</async-http-client.version>
32-
</properties>
28+
<version>0.3.0-SNAPSHOT</version>
3329

3430
<name>zendesk-java-client</name>
3531
<description>Java client for the Zendesk API</description>
@@ -75,7 +71,7 @@
7571
<dependency>
7672
<groupId>com.ning</groupId>
7773
<artifactId>async-http-client</artifactId>
78-
<version>${async-http-client.version}</version>
74+
<version>1.9.15</version>
7975
</dependency>
8076
<dependency>
8177
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)