|
11 | 11 |
|
12 | 12 | <properties> |
13 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
14 | | - <org.springframework.data.version>1.3.1.RELEASE</org.springframework.data.version> |
15 | | - <org.springframework.version>4.2.2.RELEASE</org.springframework.version> |
16 | | - <org.hamcrest.version>1.3</org.hamcrest.version> |
| 14 | + <org.springframework.data.version>1.1.0.RELEASE</org.springframework.data.version> |
| 15 | + <org.springframework.version>4.0.7.RELEASE</org.springframework.version> |
17 | 16 | <junit.version>4.11</junit.version> |
18 | 17 | <org.slf4j.version>1.7.12</org.slf4j.version> |
19 | 18 | <logback.version>1.1.3</logback.version> |
|
41 | 40 | </dependency> |
42 | 41 |
|
43 | 42 | <dependency> |
44 | | - <groupId>org.hamcrest</groupId> |
45 | | - <artifactId>hamcrest-core</artifactId> |
46 | | - <version>${org.hamcrest.version}</version> |
47 | | - <scope>test</scope> |
48 | | - </dependency> |
49 | | - |
50 | | - <dependency> |
51 | | - <groupId>org.hamcrest</groupId> |
52 | | - <artifactId>hamcrest-library</artifactId> |
53 | | - <version>${org.hamcrest.version}</version> |
| 43 | + <groupId>org.springframework</groupId> |
| 44 | + <artifactId>spring-test</artifactId> |
| 45 | + <version>${org.springframework.version}</version> |
54 | 46 | <scope>test</scope> |
55 | 47 | </dependency> |
56 | 48 |
|
57 | 49 | <dependency> |
58 | | - <groupId>org.springframework</groupId> |
59 | | - <artifactId>spring-test</artifactId> |
60 | | - <version>${org.springframework.version}</version> |
| 50 | + <groupId>org.cassandraunit</groupId> |
| 51 | + <artifactId>cassandra-unit-spring</artifactId> |
| 52 | + <version>2.1.3.1</version> |
61 | 53 | <scope>test</scope> |
62 | 54 | </dependency> |
63 | 55 |
|
|
86 | 78 | </dependency> |
87 | 79 |
|
88 | 80 | </dependencies> |
| 81 | + <build> |
| 82 | + <plugins> |
| 83 | + <plugin> |
| 84 | + <artifactId>maven-compiler-plugin</artifactId> |
| 85 | + <version>2.3.2</version> |
| 86 | + <configuration> |
| 87 | + <source>1.8</source> |
| 88 | + <target>1.8</target> |
| 89 | + </configuration> |
| 90 | + </plugin> |
| 91 | + </plugins> |
| 92 | + </build> |
| 93 | + |
89 | 94 | </project> |
0 commit comments