Skip to content

Commit 7622c5f

Browse files
committed
use spring 4.3.0
1 parent 14ed5bc commit 7622c5f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ See [releases page](https://github.com/martiner/gooddata-java/releases) for info
2828
The *GoodData Java SDK* uses:
2929
* the [GoodData HTTP client](https://github.com/gooddata/gooddata-http-client) version 0.9.3 or later
3030
* 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
3232
* the *Jackson JSON Processor* version 2.7.0 (*GoodData Java SDK* version 0.x requires version 1.9)
3333
* the *Java Development Kit (JDK)* version 7 or later
3434

pom.xml

+12-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4545
<httpclient.version>4.3.3</httpclient.version>
4646
<jackson.version>2.7.0</jackson.version>
47-
<spring.version>3.2.13.RELEASE</spring.version>
47+
<spring.version>4.3.0.RC2</spring.version>
4848
<jadler.version>1.1.1</jadler.version>
4949
<json-unit.version>1.5.3</json-unit.version>
5050
</properties>
@@ -385,4 +385,15 @@
385385

386386
</dependencies>
387387

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+
388399
</project>

0 commit comments

Comments
 (0)