thejamesthomas/javabank

Errors while building

Closed this issue · 2 comments

After cloning this project I have build errors. It looks like these following imports don't exist on my machine.

import org.json.simple.JSONObject;
import static com.google.common.collect.Maps.newHashMap;

Should these dependencies be added in the pom? I've forked a copy and plan on adding these to my pom file to fix my local build but wanted to bring this to your attention.

Below is the maven build error.

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \development\workspace\javabank\javabank-core\src\main\java\org\mbtest\javabank\http\predicates\Predicate.java:[24,21] error: cannot find symbol
[ERROR] \development\workspace\javabank\javabank-core\src\main\java\org\mbtest\javabank\http\predicates\Predicate.java:[62,19] error: cannot find symbol

Sorry i spoke too soon, i see them in the pom of core .. but i'm still getting those build errors. Walking through now to see what the problem is

Looks like a proxy issue on my end, sorry.