File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments