Skip to content

Commit

Permalink
I guess applog is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan committed May 26, 2024
1 parent ed749ba commit b63668e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@

<dependencies>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-applog</artifactId>
<version>1.0</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down
1 change: 1 addition & 0 deletions http-client/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
uses io.avaje.http.client.HttpClient.GeneratedComponent;

requires transitive java.net.http;
requires transitive io.avaje.applog;
requires static com.fasterxml.jackson.databind;
requires static com.fasterxml.jackson.annotation;
requires static com.fasterxml.jackson.core;
Expand Down
6 changes: 0 additions & 6 deletions tests/test-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@
<version>${jackson.version}</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-applog</artifactId>
<version>1.0</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit b63668e

Please sign in to comment.