Skip to content

Commit

Permalink
Update Spring Framework from CAMDEN to EDGEWARE because otherwise Zuu…
Browse files Browse the repository at this point in the history
…l could not handle content-size headers greater than Integer.MAX
  • Loading branch information
asenf committed Mar 8, 2018
1 parent f3f4831 commit 55ad560
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<!--<version>1.5.10.BUILD-SNAPSHOT</version>-->
<version>1.5.10.BUILD-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -42,10 +43,12 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
<version>1.4.3.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>1.4.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down Expand Up @@ -94,7 +97,8 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Camden.SR7</version>
<version>Edgware.SR2</version>
<!--<version>Camden.SR7</version>-->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 55ad560

Please sign in to comment.