I make this call to a static singleton instance from the class GameManager.java.
GameManager.java
HUD.getInstance().update(timeDelta);
HU
In my case, I had a problem with finding a class from another module. In pom.xml, I just had this dependency with compile specified. Removing this line helped.
pom.xml
compile