Repository: helix Updated Branches: refs/heads/master 5b4fddea2 -> 7bbde9953
Skip tests on helix-ui module Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/7bbde995 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/7bbde995 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/7bbde995 Branch: refs/heads/master Commit: 7bbde9953869cbdd7e19f1c9466bc22ba080fd20 Parents: 5b4fdde Author: Kanak Biscuitwala <[email protected]> Authored: Sat Mar 28 18:34:50 2015 -0700 Committer: Kanak Biscuitwala <[email protected]> Committed: Sat Mar 28 18:34:50 2015 -0700 ---------------------------------------------------------------------- helix-ui/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/7bbde995/helix-ui/pom.xml ---------------------------------------------------------------------- diff --git a/helix-ui/pom.xml b/helix-ui/pom.xml index 758ec23..07734ee 100644 --- a/helix-ui/pom.xml +++ b/helix-ui/pom.xml @@ -31,6 +31,7 @@ under the License. <url>http://maven.apache.org</url> <properties> + <maven.test.skip.exec>true</maven.test.skip.exec> <dropwizard.version>0.8.0</dropwizard.version> <osgi.import> javax.management*, @@ -42,7 +43,6 @@ under the License. org.apache.helix.tools* </osgi.ignore> </properties> - <dependencies> <dependency> <groupId>io.dropwizard</groupId> @@ -73,6 +73,11 @@ under the License. </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.testng</groupId> + <artifactId>testng</artifactId> + <scope>provided</scope> + </dependency> </dependencies> <build>
