[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact com.google.http-client:google-http-client-bom:pom:debian has not been downloaded from it before. @ line 105, column 16
[ERROR] Non-resolvable import POM: Cannot access central (https://repo.maven.apache.org/maven2) in offline mode and the artifact com.google.oauth-client:google-oauth-client-bom:pom:debian has not been downloaded from it before. @ line 112, column 16
I have added libgoogle-http-client-java that is carrying the classes in
question but it seems I need to do some more magic to make maven finding
it. It would be great if somebody would refresh my mind how to do this.
Good question! Due to some dependency issues, the bom artifacts are not packaged. But you should be able to just depend on the non-bom pom files.
-Olek