File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/main/java/org/baeldung/model Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1414 <artifactId >spring-data-mongodb</artifactId >
1515 <version >${org.springframework.data.version} </version >
1616 </dependency >
17+
18+ <dependency >
19+ <groupId >org.springframework</groupId >
20+ <artifactId >spring-core</artifactId >
21+ <version >${org.springframework.version} </version >
22+ </dependency >
1723
1824 <dependency >
1925 <groupId >junit</groupId >
112118 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
113119
114120 <org .springframework.data.version>1.7.1.RELEASE</org .springframework.data.version>
115- <org .springframework.version>4.1.7 .RELEASE</org .springframework.version>
121+ <org .springframework.version>4.2.0 .RELEASE</org .springframework.version>
116122 <org .hamcrest.version>1.3</org .hamcrest.version>
117123 <junit .version>4.11</junit .version>
118124 <rest-assured .version>2.4.1</rest-assured .version>
Original file line number Diff line number Diff line change 55
66import com .mysema .query .annotations .QueryEntity ;
77
8- @ QueryEntity
8+ @ QueryEntity
99@ Document
1010public class User {
1111
You can’t perform that action at this time.
0 commit comments