Skip to content

Commit c276275

Browse files
author
Gary Keim
committed
Remove SAG Finder; add testVM support.
svn path=/tc-messaging/trunk/; revision=27884
1 parent b084057 commit c276275

File tree

1 file changed

+13
-22
lines changed

1 file changed

+13
-22
lines changed

pom.xml

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.terracotta.forge</groupId>
1111
<artifactId>forge-parent</artifactId>
12-
<version>4.10</version>
12+
<version>4.12</version>
1313
</parent>
1414

1515
<groupId>org.terracotta</groupId>
@@ -25,37 +25,28 @@
2525
<dependency>
2626
<groupId>com.terracottatech</groupId>
2727
<artifactId>search</artifactId>
28-
<version>1.5.9</version>
28+
<version>1.5.10</version>
2929
</dependency>
3030
</dependencies>
3131

3232
<profiles>
3333
<profile>
34-
<id>sag-deps</id>
34+
<id>testVM</id>
3535
<activation>
3636
<property>
37-
<name>sag-deps</name>
38-
<value>true</value>
37+
<name>testVM</name>
3938
</property>
4039
</activation>
4140
<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>
5950
</build>
6051
</profile>
6152
</profiles>

0 commit comments

Comments
 (0)