File tree Expand file tree Collapse file tree 4 files changed +15
-50
lines changed
src/main/java/example/springdata/jpa/security Expand file tree Collapse file tree 4 files changed +15
-50
lines changed Original file line number Diff line number Diff line change 11
11
<artifactId >spring-data-jpa-security</artifactId >
12
12
<name >Spring Data JPA - Spring Security integration</name >
13
13
14
+ <properties >
15
+ <spring-security .version>4.0.0.RELEASE</spring-security .version>
16
+ </properties >
17
+
14
18
<dependencies >
15
19
<dependency >
16
20
<groupId >org.springframework.boot</groupId >
17
21
<artifactId >spring-boot-starter-security</artifactId >
18
22
</dependency >
23
+
24
+ <dependency >
25
+ <groupId >org.springframework.security</groupId >
26
+ <artifactId >spring-security-data</artifactId >
27
+ </dependency >
28
+
19
29
</dependencies >
20
30
21
31
</project >
Original file line number Diff line number Diff line change 19
19
import org .springframework .context .annotation .Bean ;
20
20
import org .springframework .context .annotation .Configuration ;
21
21
import org .springframework .data .repository .query .spi .EvaluationContextExtension ;
22
+ import org .springframework .security .data .repository .query .SecurityEvaluationContextExtension ;
22
23
23
24
/**
24
25
* @author Oliver Gierke
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
<version >1.0.0.BUILD-SNAPSHOT</version >
13
13
</parent >
14
14
15
+ <properties >
16
+ <spring-security .version>4.0.0.RELEASE</spring-security .version>
17
+ </properties >
18
+
15
19
<dependencies >
16
20
17
21
<dependency >
You can’t perform that action at this time.
0 commit comments