-
Notifications
You must be signed in to change notification settings - Fork 17
Description
The openapi maven dependency appears to be missing the class RatedShipmentGuaranteedDelivery.
I've tried several other versions for it in the .pom file, but none seem to have it.
This is with the --- rating--- example project.
################################################################################
Thanks for using OpenAPI Generator.
Please consider donation to help us maintain this project 🙏
https://opencollective.com/openapi_generator/donate
################################################################################
[INFO]
[INFO] --- resources:3.3.0:resources (default-resources) @ rating ---
[INFO] Copying 1 resource
[INFO] Copying 22 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ rating ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 163 source files to /Users/myuser/rating/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/myuser/rating/src/main/java/com/ups/api/app/RateDemo.java:[13,42] cannot find symbol
symbol: class RatedShipmentGuaranteedDelivery
location: package org.openapitools.rate.client.model
[ERROR] /Users/myuser/rating/src/main/java/com/ups/api/app/RateDemo.java:[162,52] cannot find symbol
symbol: class RatedShipmentGuaranteedDelivery
location: class com.ups.api.app.RateDemo
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.230 s
[INFO] Finished at: 2023-08-21T11:52:10-06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project rating: Compilation failure: Compilation failure:
[ERROR] /Users/myuser/rating/src/main/java/com/ups/api/app/RateDemo.java:[13,42] cannot find symbol
[ERROR] symbol: class RatedShipmentGuaranteedDelivery
[ERROR] location: package org.openapitools.rate.client.model
[ERROR] /Users/myuser/rating/src/main/java/com/ups/api/app/RateDemo.java:[162,52] cannot find symbol
[ERROR] symbol: class RatedShipmentGuaranteedDelivery
[ERROR] location: class com.ups.api.app.RateDemo
[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/MojoFailureException
myuser@Apfeya rating %