adjust the return values of RabitTracker.waitFor(), remove typesafe.Config

This commit is contained in:
CodingCat
2016-03-06 08:39:50 -05:00
parent 457ff82e33
commit f768edfede
3 changed files with 34 additions and 42 deletions

View File

@@ -161,10 +161,5 @@
<version>2.2.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.2.1</version>
</dependency>
</dependencies>
</project>