Align dependencies
This commit is contained in:
parent
b1127ffafe
commit
3ee269da87
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
|||
<description>Helper library to test application using Keycloak.</description>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<resteasy.client.version>3.0.7.Final</resteasy.client.version>
|
||||
<resteasy.client.version>3.0.24.Final</resteasy.client.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -28,12 +28,12 @@
|
|||
<dependency>
|
||||
<groupId>org.jboss.resteasy</groupId>
|
||||
<artifactId>resteasy-client</artifactId>
|
||||
<version>3.0.7.Final</version>
|
||||
<version>${resteasy.client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.resteasy</groupId>
|
||||
<artifactId>resteasy-jackson2-provider</artifactId>
|
||||
<version>3.0.7.Final</version>
|
||||
<version>${resteasy.client.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
|
|
Loading…
Reference in a new issue