Skip to content

Commit

Permalink
Remove RestClient: was written for Java6 to support TLSv1.3, not actu…
Browse files Browse the repository at this point in the history
…al already
  • Loading branch information
andrei-punko committed Jan 3, 2024
1 parent 6103edd commit 91ebc83
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,122 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ App example with Akka framework usage
- JMS connector to get queue size by JMX
- MapStruct mapper example
- Example of annotation-driven masker
- RestClient
- Working with sockets


Expand Down
22 changes: 0 additions & 22 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<scope>test</scope>
</dependency>

<!-- Guice -->
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
Expand All @@ -43,27 +42,6 @@
<version>${activemq.version}</version>
</dependency>

<!-- Staff for REST client. Selected versions are compatible for Java6u45 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.0.8</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>6.0.8</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bctls-jdk15on</artifactId>
<version>1.70</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down
175 changes: 0 additions & 175 deletions common/src/main/java/by/andd3dfx/restclient/RestClient.java

This file was deleted.

83 changes: 0 additions & 83 deletions common/src/main/java/by/andd3dfx/restclient/RestClientUtil.java

This file was deleted.

Loading

0 comments on commit 91ebc83

Please sign in to comment.