Skip to content

Commit

Permalink
Remove explicit hateoas version dep
Browse files Browse the repository at this point in the history
- No need to upgrade anymore as boot
  is now giving version without original issues.
  • Loading branch information
jvalkeal committed Oct 20, 2020
1 parent 6a2cca5 commit 9b1c59d
Show file tree
Hide file tree
Showing 2 changed files with 1,297 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@

<spring-cloud-common-security-config.version>1.5.0-SNAPSHOT</spring-cloud-common-security-config.version>

<!-- Upgrade until boot have this -->
<spring-hateoas.version>1.1.1.RELEASE</spring-hateoas.version>

<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
<commons-io.version>2.4</commons-io.version>
<commons-lang.version>2.4</commons-lang.version>
Expand Down Expand Up @@ -277,11 +274,6 @@
<artifactId>joda-time</artifactId>
<version>${joda-time.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>${spring-hateoas.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down
Loading

0 comments on commit 9b1c59d

Please sign in to comment.