File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ See [releases page](https://github.com/martiner/gooddata-java/releases) for info
28
28
The * GoodData Java SDK* uses:
29
29
* the [ GoodData HTTP client] ( https://github.com/gooddata/gooddata-http-client ) version 0.9.3 or later
30
30
* the * Apache HTTP Client* version 4.3 or later (for white-labeled domains at least version 4.3.2 is required)
31
- * the * Spring Framework* version 3.x
31
+ * the * Spring Framework* version 4. 3.x
32
32
* the * Jackson JSON Processor* version 2.7.0 (* GoodData Java SDK* version 0.x requires version 1.9)
33
33
* the * Java Development Kit (JDK)* version 7 or later
34
34
Original file line number Diff line number Diff line change 44
44
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
45
45
<httpclient .version>4.3.3</httpclient .version>
46
46
<jackson .version>2.7.0</jackson .version>
47
- <spring .version>3.2.13 .RELEASE</spring .version>
47
+ <spring .version>4.3.0 .RELEASE</spring .version>
48
48
<jadler .version>1.1.1</jadler .version>
49
49
<json-unit .version>1.5.3</json-unit .version>
50
50
</properties >
385
385
386
386
</dependencies >
387
387
388
+ <repositories >
389
+ <repository >
390
+ <id >spring-milestones</id >
391
+ <name >Spring Milestones</name >
392
+ <url >https://repo.spring.io/libs-milestone</url >
393
+ <snapshots >
394
+ <enabled >false</enabled >
395
+ </snapshots >
396
+ </repository >
397
+ </repositories >
398
+
388
399
</project >
You can’t perform that action at this time.
0 commit comments