Skip to content

Commit 6307d6b

Browse files
committed
Switch to native HttpClient in channel finder client
1 parent 5e8888a commit 6307d6b

File tree

5 files changed

+514
-1766
lines changed

5 files changed

+514
-1766
lines changed

app/channel/channelfinder/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
<artifactId>core-security</artifactId>
1818
<version>4.7.4-SNAPSHOT</version>
1919
</dependency>
20+
<dependency>
21+
<groupId>org.phoebus</groupId>
22+
<artifactId>core-util</artifactId>
23+
<version>4.7.4-SNAPSHOT</version>
24+
</dependency>
2025
<dependency>
2126
<groupId>com.fasterxml.jackson.core</groupId>
2227
<artifactId>jackson-core</artifactId>
@@ -34,10 +39,5 @@
3439
<artifactId>jackson-databind</artifactId>
3540
<version>${jackson.version}</version>
3641
</dependency>
37-
<dependency>
38-
<groupId>com.sun.jersey</groupId>
39-
<artifactId>jersey-client</artifactId>
40-
<version>1.19</version>
41-
</dependency>
4242
</dependencies>
4343
</project>

0 commit comments

Comments
 (0)