|
7 | 7 | <parent> |
8 | 8 | <artifactId>gooddata-java-parent</artifactId> |
9 | 9 | <groupId>com.gooddata</groupId> |
10 | | - <version>3.12.1+api3-SNAPSHOT</version> |
| 10 | + <version>4.0.0+api3-SNAPSHOT</version> |
11 | 11 | </parent> |
12 | 12 |
|
13 | 13 | <dependencies> |
|
25 | 25 | <groupId>com.gooddata</groupId> |
26 | 26 | <artifactId>gooddata-http-client</artifactId> |
27 | 27 | </dependency> |
| 28 | + <!-- HttpClient 4.x for backward compatibility --> |
28 | 29 | <dependency> |
29 | 30 | <groupId>org.apache.httpcomponents</groupId> |
30 | 31 | <artifactId>httpclient</artifactId> |
|
53 | 54 | <groupId>org.springframework</groupId> |
54 | 55 | <artifactId>spring-aop</artifactId> |
55 | 56 | </exclusion> |
| 57 | + <!-- Keep Spring AOP exclusions --> |
56 | 58 | </exclusions> |
57 | 59 | </dependency> |
58 | 60 | <dependency> |
|
64 | 66 | <dependency> |
65 | 67 | <groupId>org.springframework.retry</groupId> |
66 | 68 | <artifactId>spring-retry</artifactId> |
67 | | - <version>1.3.4</version> |
68 | 69 | <optional>true</optional> |
69 | 70 | </dependency> |
70 | 71 | <dependency> |
|
89 | 90 | <artifactId>testng</artifactId> |
90 | 91 | <scope>test</scope> |
91 | 92 | </dependency> |
| 93 | + <dependency> |
| 94 | + <groupId>junit</groupId> |
| 95 | + <artifactId>junit</artifactId> |
| 96 | + <version>4.13.2</version> |
| 97 | + <scope>test</scope> |
| 98 | + </dependency> |
| 99 | + <dependency> |
| 100 | + <groupId>jakarta.servlet</groupId> |
| 101 | + <artifactId>jakarta.servlet-api</artifactId> |
| 102 | + <scope>test</scope> |
| 103 | + </dependency> |
92 | 104 | <dependency> |
93 | 105 | <groupId>org.mockito</groupId> |
94 | 106 | <artifactId>mockito-core</artifactId> |
95 | 107 | <scope>test</scope> |
96 | 108 | </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>org.mockito</groupId> |
| 111 | + <artifactId>mockito-junit-jupiter</artifactId> |
| 112 | + <scope>test</scope> |
| 113 | + </dependency> |
97 | 114 | <dependency> |
98 | 115 | <groupId>org.hamcrest</groupId> |
99 | 116 | <artifactId>hamcrest</artifactId> |
|
145 | 162 | <scope>test</scope> |
146 | 163 | </dependency> |
147 | 164 | <dependency> |
148 | | - <groupId>org.codehaus.groovy</groupId> |
| 165 | + <groupId>org.apache.groovy</groupId> |
149 | 166 | <artifactId>groovy</artifactId> |
150 | 167 | <scope>test</scope> |
151 | 168 | </dependency> |
|
162 | 179 | <groupId>org.codehaus.gmavenplus</groupId> |
163 | 180 | <artifactId>gmavenplus-plugin</artifactId> |
164 | 181 | </plugin> |
| 182 | + <plugin> |
| 183 | + <groupId>org.apache.maven.plugins</groupId> |
| 184 | + <artifactId>maven-dependency-plugin</artifactId> |
| 185 | + <version>3.6.0</version> |
| 186 | + <configuration> |
| 187 | + <failOnWarning>false</failOnWarning> |
| 188 | + </configuration> |
| 189 | + </plugin> |
165 | 190 | </plugins> |
166 | 191 | </build> |
167 | 192 |
|
|
0 commit comments