Could not find artifact software.amazon.awssdk.crt:aws-crt-mqtt:jar:0.36.0-SNAPSHOT #620
Replies: 3 comments 5 replies
-
There is not a project/jar/library/artifact called |
Beta Was this translation helpful? Give feedback.
-
0.36 does not exist. Unless you plan on modifying the SDK locally, I would just pull it from maven central directly rather than doing local installs and then trying to manually refer to the right CRT version. The SDK has never depended on 0.36 because the publishing pipeline failed when the tag was created. |
Beta Was this translation helpful? Give feedback.
-
There is no |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have cloned the repo to gda/aws-iot-device-sdk-java-v2
mvn clean install in repo root. could not find artifact upon mvn clean compile -U in /gda. I've checked its the correct version I have locally. When I look in /.m2/repository/software/amazon/awssdk/crt/aws-crt-mqtt/0.36.0/, there are only a " .lastupdated, file but no jar files. The same happens with aws-iot-device-sdk. I haven't tried this before, and I am attempting to subscribe to a single topic and print out the data. I've tried what I can find elsewhere, but with no luck.
Heres my pom:
4.0.0
Beta Was this translation helpful? Give feedback.
All reactions