File tree Expand file tree Collapse file tree 1 file changed +13
-22
lines changed Expand file tree Collapse file tree 1 file changed +13
-22
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.terracotta.forge</groupId >
11
11
<artifactId >forge-parent</artifactId >
12
- <version >4.10 </version >
12
+ <version >4.12 </version >
13
13
</parent >
14
14
15
15
<groupId >org.terracotta</groupId >
25
25
<dependency >
26
26
<groupId >com.terracottatech</groupId >
27
27
<artifactId >search</artifactId >
28
- <version >1.5.9 </version >
28
+ <version >1.5.10 </version >
29
29
</dependency >
30
30
</dependencies >
31
31
32
32
<profiles >
33
33
<profile >
34
- <id >sag-deps </id >
34
+ <id >testVM </id >
35
35
<activation >
36
36
<property >
37
- <name >sag-deps</name >
38
- <value >true</value >
37
+ <name >testVM</name >
39
38
</property >
40
39
</activation >
41
40
<build >
42
- <pluginManagement >
43
- <plugins >
44
- <plugin >
45
- <groupId >org.terracotta</groupId >
46
- <artifactId >maven-forge-plugin</artifactId >
47
- <dependencies >
48
- <dependency >
49
- <groupId >com.softwareag.ibit.tools.util</groupId >
50
- <artifactId >finder</artifactId >
51
- <!-- Before bumping version - verify it still accepts exclusion files -->
52
- <version >3.0</version >
53
- <scope >compile</scope >
54
- </dependency >
55
- </dependencies >
56
- </plugin >
57
- </plugins >
58
- </pluginManagement >
41
+ <plugins >
42
+ <plugin >
43
+ <groupId >org.apache.maven.plugins</groupId >
44
+ <artifactId >maven-surefire-plugin</artifactId >
45
+ <configuration >
46
+ <jvm >${testVM} </jvm >
47
+ </configuration >
48
+ </plugin >
49
+ </plugins >
59
50
</build >
60
51
</profile >
61
52
</profiles >
You can’t perform that action at this time.
0 commit comments