Skip to content

Commit

Permalink
chore(deps): update device sdk to 1.12.1-MQTT-SNAPSHOT (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDombo authored May 8, 2023
1 parent f3e5cda commit f2c7bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<dependency>
<groupId>software.amazon.awssdk.iotdevicesdk</groupId>
<artifactId>aws-iot-device-sdk</artifactId>
<version>1.12.0-CLI-SNAPSHOT</version>
<version>1.12.1-MQTT-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import software.amazon.awssdk.aws.greengrass.model.FailureHandlingPolicy;
import software.amazon.awssdk.aws.greengrass.model.RunWithInfo;

import java.util.List;
Expand Down Expand Up @@ -43,6 +42,4 @@ public class LocalOverrideRequest {
String recipeDirectoryPath;

String artifactsDirectoryPath;

FailureHandlingPolicy failureHandlingPolicy;
}

0 comments on commit f2c7bdd

Please sign in to comment.