#143 Added Camel dependency

This commit is contained in:
Ilkka Seppala
2015-08-22 15:43:44 +03:00
parent c4912b2a2b
commit cd4d420376
4 changed files with 19 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import org.junit.Test;
public class AppTest {
@Test
public void test() {
public void test() throws Exception {
String[] args = {};
App.main(args);
}