| | |
| | | <version>1.5.1</version> |
| | | </dependency> |
| | | |
| | | <!-- We need to override testNG version to make test works (see OPENDJ-2389) --> |
| | | <dependency> |
| | | <groupId>org.testng</groupId> |
| | | <artifactId>testng</artifactId> |
| | | <version>6.0.1</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.freemarker</groupId> |
| | | <artifactId>freemarker</artifactId> |
| | |
| | | <dependency> |
| | | <groupId>com.github.stephenc.jcip</groupId> |
| | | <artifactId>jcip-annotations</artifactId> |
| | | <version>1.0-1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-failsafe-plugin</artifactId> |
| | | <configuration> |
| | | <classpathDependencyExcludes> |
| | | <classpathDependencyExcludes>org.slf4j:slf4j-jdk14</classpathDependencyExcludes> |
| | | </classpathDependencyExcludes> |
| | | </configuration> |
| | | <executions> |
| | | <execution> |
| | | <goals> |
| | |
| | | <name>configfailurepolicy</name> |
| | | <value>skip</value> |
| | | </property> |
| | | |
| | | </properties> |
| | | <systemPropertyVariables> |
| | | <org.opends.server.BuildRoot>${basedir}</org.opends.server.BuildRoot> |
| | |
| | | <org.opends.test.copyClassesToTestPackage>false</org.opends.test.copyClassesToTestPackage> |
| | | </systemPropertyVariables> |
| | | <argLine>-server -Xmx2048M -XX:MaxPermSize=256m</argLine> |
| | | <parallel>methods</parallel> |
| | | <threadCount>1</threadCount> |
| | | </configuration> |
| | | </execution> |
| | | </executions> |