Skip to content

Commit

Permalink
no log4j
Browse files Browse the repository at this point in the history
JsonAlias fixed
  • Loading branch information
Oleg Smelov committed Mar 27, 2024
1 parent ec60f10 commit 1533364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ repositories {
dependencies {
api platform('com.exactpro.th2:bom:4.5.0')

implementation('com.exactpro.remotehand:remotehand:1.7.3-TH2-4662-4046816762-SNAPSHOT') {
exclude group: "org.slf4j", module: "slf4j-log4j12"
}
implementation('com.exactpro.remotehand:remotehand:1.7.3-TH2-4662-no-log4j-8448098275-SNAPSHOT')
implementation("com.exactpro.th2:grpc-hand:3.0.0-RM-84612-+") {
exclude group: "com.google.guava", module: "guava" // for compatibility with Selenium 3.141.59
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class CustomConfiguration {
private int responseTimeout = DEFAULT_RESPONSE_TIMEOUT;

@JsonProperty(value="use-transport")
@JsonAlias("responseTimeoutSec")
@JsonAlias("useTransport")
private boolean useTransport = true;

public Map<String, Config.DriverMapping> getDriversMapping() {
Expand Down

0 comments on commit 1533364

Please sign in to comment.