File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 2626 <groupId >com.gooddata</groupId >
2727 <artifactId >gooddata-http-client</artifactId >
2828 </dependency >
29- <!-- HttpClient 4.x for backward compatibility -->
29+
30+ <!-- HttpClient 5.x - explicitly declared as we use it directly -->
31+ <dependency >
32+ <groupId >org.apache.httpcomponents.client5</groupId >
33+ <artifactId >httpclient5</artifactId >
34+ </dependency >
35+ <dependency >
36+ <groupId >org.apache.httpcomponents.core5</groupId >
37+ <artifactId >httpcore5</artifactId >
38+ </dependency >
39+
40+ <!-- HttpClient 4.x for Sardine library compatibility -->
3041 <dependency >
3142 <groupId >org.apache.httpcomponents</groupId >
3243 <artifactId >httpclient</artifactId >
97108 <version >4.13.2</version >
98109 <scope >test</scope >
99110 </dependency >
111+ <!-- JUnit Jupiter (JUnit 5) - explicitly declared as we use it in tests -->
112+ <dependency >
113+ <groupId >org.junit.jupiter</groupId >
114+ <artifactId >junit-jupiter-api</artifactId >
115+ <scope >test</scope >
116+ </dependency >
117+ <dependency >
118+ <groupId >org.junit.jupiter</groupId >
119+ <artifactId >junit-jupiter-engine</artifactId >
120+ <scope >test</scope >
121+ </dependency >
100122 <dependency >
101123 <groupId >jakarta.servlet</groupId >
102124 <artifactId >jakarta.servlet-api</artifactId >
You can’t perform that action at this time.
0 commit comments