Skip to content

Commit

Permalink
Remove dependency on full spring-boot; instead copying the LambdaSafe…
Browse files Browse the repository at this point in the history
… class
  • Loading branch information
vierbergenlars committed Feb 6, 2025
1 parent 5071c30 commit dfa9555
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 4 deletions.
2 changes: 0 additions & 2 deletions contentgrid-spring-data-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ dependencies {
implementation 'com.github.paulcwarren:spring-content-rest'
implementation 'com.contentgrid.thunx:spring-data-querydsl-predicate-injector'

implementation 'org.springframework.boot:spring-boot'

implementation project(':contentgrid-spring-querydsl')
implementation project(':contentgrid-spring-data-pagination')
implementation project(':contentgrid-spring-data-support')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package com.contentgrid.spring.data.rest.links;

import java.util.Collection;
import lombok.RequiredArgsConstructor;
import org.springframework.boot.util.LambdaSafe;
import org.springframework.data.rest.webmvc.mapping.LinkCollector;
import org.springframework.hateoas.Links;

Expand Down
Loading

0 comments on commit dfa9555

Please sign in to comment.