Skip to content

Commit

Permalink
fixes #47 remove the client module to use the http-client in networknt
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Feb 27, 2022
1 parent bdc941f commit 524238f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 250 deletions.
66 changes: 0 additions & 66 deletions http-client/pom.xml

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions http-client/src/test/resources/app.yml

This file was deleted.

35 changes: 0 additions & 35 deletions http-client/src/test/resources/logback-test.xml

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>2.1.0</version.light-4j>
<version.http-client>1.0.0</version.http-client>
<version.jackson>2.12.1</version.jackson>
<version.slf4j>1.7.30</version.slf4j>
<version.lambda-core>1.2.1</version.lambda-core>
Expand All @@ -119,7 +120,6 @@
<modules>
<module>slf4j-logback</module>
<module>env-config</module>
<module>http-client</module>
<module>request-handler</module>
<module>custom-runtime</module>
<module>scope-verifier</module>
Expand All @@ -144,7 +144,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>http-client</artifactId>
<version>${project.version}</version>
<version>${version.http-client}</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
Expand Down

0 comments on commit 524238f

Please sign in to comment.