This is in a separate POM to allow standard profile handling in the toplevel POM. This activates the correct test related project depending on which JVM is in use.
'org.sakaiproject.search:search-test:1.4.2'
<dependency>
<groupId>org.sakaiproject.search</groupId>
<artifactId>search-test</artifactId>
<version>1.4.2</version>
</dependency>
<dependency org="org.sakaiproject.search" name="search-test" rev="1.4.2"/>
"org.sakaiproject.search", "search-test", "1.4.2"