File tree 4 files changed +15
-13
lines changed
spring-data-geode-distribution
4 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 5
5
target /
6
6
.gradle
7
7
.springBeans
8
+ * .dat
8
9
* .iml
9
10
* .ipr
10
11
* .iws
11
12
* .log
12
13
.classpath
13
14
.project
14
15
.settings /
15
- .idea /
16
16
_site /
17
+ .idea /
17
18
.bak /
18
- * .dat
19
19
20
20
/samples /hello-world /vf.gf.dmn-events.cfg
21
21
/samples /hello-world /vf.gf.dmn-license.cfg
24
24
/vf.gf.dmn-license.cfg
25
25
26
26
BACKUP *
27
+ ConfigDiskDir *
27
28
newDB
Original file line number Diff line number Diff line change 48
48
</exclusions >
49
49
</dependency >
50
50
51
- <!-- Apache Geode -->
51
+ <!-- Pivotal GemFire -->
52
52
<dependency >
53
53
<groupId >io.pivotal.gemfire</groupId >
54
54
<artifactId >geode-core</artifactId >
Original file line number Diff line number Diff line change 41
41
</plugin >
42
42
</plugins >
43
43
</build >
44
+
44
45
</project >
Original file line number Diff line number Diff line change 19
19
<url >https://projects.spring.io/spring-data-geode/spring-data-geode</url >
20
20
21
21
<properties >
22
- <geode .version>1.10.0</geode .version>
23
22
<project .root>${basedir} /..</project .root>
23
+ <geode .version>1.10.0</geode .version>
24
24
</properties >
25
25
26
26
<dependencies >
180
180
<scope >test</scope >
181
181
</dependency >
182
182
183
- <dependency >
184
- <groupId >org.assertj</groupId >
185
- <artifactId >assertj-core</artifactId >
186
- <version >${assertj} </version >
187
- <scope >test</scope >
188
- </dependency >
189
-
190
183
<dependency >
191
184
<groupId >org.apache.derby</groupId >
192
185
<artifactId >derbyLocale_zh_TW</artifactId >
201
194
<scope >test</scope >
202
195
</dependency >
203
196
197
+ <dependency >
198
+ <groupId >org.assertj</groupId >
199
+ <artifactId >assertj-core</artifactId >
200
+ <version >${assertj} </version >
201
+ <scope >test</scope >
202
+ </dependency >
203
+
204
204
<dependency >
205
205
<groupId >org.hamcrest</groupId >
206
- <artifactId >hamcrest-library </artifactId >
206
+ <artifactId >hamcrest-core </artifactId >
207
207
<version >${hamcrest} </version >
208
208
<scope >test</scope >
209
209
</dependency >
210
210
211
211
<dependency >
212
212
<groupId >org.hamcrest</groupId >
213
- <artifactId >hamcrest-core </artifactId >
213
+ <artifactId >hamcrest-library </artifactId >
214
214
<version >${hamcrest} </version >
215
215
<scope >test</scope >
216
216
</dependency >
You can’t perform that action at this time.
0 commit comments