Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:vinceh121/jskolengo.git
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceh121 committed Apr 8, 2024
2 parents c1edfc3 + b5687b3 commit f45f188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

public class JSkolengoAnonymous extends AbstractSkolengo {
public JSkolengoAnonymous() {
super(HttpClients.custom().setRetryStrategy(new SkolengoRetryStrategy()).build(),
super(HttpClients.custom().setRetryStrategy(new SkolengoRetryStrategy()).setUserAgent("jskolengo/0.0.1-SNAPSHOT").build(),
new ObjectMapper().registerModule(new JavaTimeModule()));
}

Expand Down

0 comments on commit f45f188

Please sign in to comment.