Skip to content

Commit cf52efc

Browse files
committed
Updated dependencies in pom and minor formatting cleanup
1 parent d63b7e8 commit cf52efc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

spring-data-mongodb/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
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>
@@ -112,7 +118,7 @@
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>

spring-data-mongodb/src/main/java/org/baeldung/model/User.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import com.mysema.query.annotations.QueryEntity;
77

8-
@QueryEntity
8+
@QueryEntity
99
@Document
1010
public class User {
1111

0 commit comments

Comments
 (0)