-
Notifications
You must be signed in to change notification settings - Fork 16
Description
import com.xtrader.protocol.openapi.v2.ProtoOAAccountAuthRes;
import com.xtrader.protocol.openapi.v2.ProtoOAApplicationAuthRes;
cannot find these anywhere. Intellij IDEA on mac
will not compile
[INFO] Reactor Summary for spotware-openapi2 1.0-SNAPSHOT:
[INFO]
[INFO] spotware-openapi2 .................................. SUCCESS [ 0.283 s]
[INFO] Open API 2 client in Java .......................... SUCCESS [ 11.058 s]
[INFO] openapi2-example ................................... FAILURE [ 0.024 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.484 s
[INFO] Finished at: 2025-02-25T10:22:26-06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project openapi2-example: Could not resolve dependencies for project com.spotware.openapi2:openapi2-example:jar:1.0-SNAPSHOT
[ERROR] dependency: com.xtrader:protocol-proto:jar:2.0 (compile)
[ERROR] com.xtrader:protocol-proto:jar:2.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :openapi2-example