Skip to content

Commit

Permalink
Merge pull request #3234 from ControlSystemStudio/CSSTUDIO-2646
Browse files Browse the repository at this point in the history
Switching to native HttpClient in channel finder client
  • Loading branch information
shroffk authored Jan 15, 2025
2 parents 2f91d99 + bece869 commit 4e257ca
Show file tree
Hide file tree
Showing 7 changed files with 555 additions and 1,810 deletions.
10 changes: 5 additions & 5 deletions app/channel/channelfinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<artifactId>core-security</artifactId>
<version>4.7.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.phoebus</groupId>
<artifactId>core-util</artifactId>
<version>4.7.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand All @@ -34,10 +39,5 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>1.19</version>
</dependency>
</dependencies>
</project>

This file was deleted.

Loading

0 comments on commit 4e257ca

Please sign in to comment.