Skip to content

Commit 274a878

Browse files
authored
Remove unnecessary block in Identity sample; update CRT to 0.6.4 (#80)
1 parent 2fc1c1b commit 274a878

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

samples/Identity/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,4 @@
3131
<version>2.10.3</version>
3232
</dependency>
3333
</dependencies>
34-
35-
<!-- include below build tag to your existing pom.xml -->
36-
<build>
37-
<plugins>
38-
<plugin>
39-
40-
<!-- Building an executable jar -->
41-
42-
<groupId>org.apache.maven.plugins</groupId>
43-
<artifactId>maven-jar-plugin</artifactId>
44-
<version>3.1.0</version>
45-
<configuration>
46-
<archive>
47-
<manifest>
48-
49-
<!-- give full qualified name of your main class-->
50-
<mainClass>identity.FleetProvisioningSample</mainClass>
51-
52-
</manifest>
53-
</archive>
54-
</configuration>
55-
</plugin>
56-
</plugins>
57-
</build>
5834
</project>

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>software.amazon.awssdk.crt</groupId>
4343
<artifactId>aws-crt</artifactId>
44-
<version>0.6.2</version>
44+
<version>0.6.4</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

0 commit comments

Comments
 (0)